1 # Pass --without docs to rpmbuild if you don't want the documentation
6 Summary: Git core and tools
8 Group: Development
/Tools
9 URL: http
://kernel.org
/pub
/software
/scm
/git
/
10 Source: http
://kernel.org
/pub
/software
/scm
/git
/%{name}-%{version}.tar.gz
11 BuildRequires
: zlib
-devel
>= 1.2, openssl
-devel
, curl
-devel
, expat
-devel
%{!?_without_docs:, xmlto, asciidoc > 6.0.3}
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n
)
14 Requires: git
-core
= %{version}-%{release}
15 Requires: git
-svn
= %{version}-%{release}
16 Requires: git
-cvs
= %{version}-%{release}
17 Requires: git
-arch
= %{version}-%{release}
18 Requires: git
-email
= %{version}-%{release}
19 Requires: gitk
= %{version}-%{release}
20 Requires: git
-gui
= %{version}-%{release}
21 Requires: perl
-Git
= %{version}-%{release}
24 Git is a fast
, scalable
, distributed revision control system with an
25 unusually rich
command set that provides both high
-level operations
26 and full access to internals.
28 This is a dummy package which brings
in all subpackages.
31 Summary: Core git tools
32 Group: Development
/Tools
33 Requires: zlib
>= 1.2, rsync
, curl
, less
, openssh
-clients
, expat
36 Git is a fast
, scalable
, distributed revision control system with an
37 unusually rich
command set that provides both high
-level operations
38 and full access to internals.
40 These are the core tools with minimal dependencies.
43 Summary: Git tools
for importing Subversion repositories
44 Group: Development
/Tools
45 Requires: git
-core
= %{version}-%{release}, subversion
47 Git tools
for importing Subversion repositories.
50 Summary: Git tools
for importing CVS repositories
51 Group: Development
/Tools
52 Requires: git
-core
= %{version}-%{release}, cvs
, cvsps
54 Git tools
for importing CVS repositories.
57 Summary: Git tools
for importing Arch repositories
58 Group: Development
/Tools
59 Requires: git
-core
= %{version}-%{release}, tla
61 Git tools
for importing Arch repositories.
64 Summary: Git tools
for sending email
65 Group: Development
/Tools
66 Requires: git
-core
= %{version}-%{release}
68 Git tools
for sending email.
72 Group: Development
/Tools
73 Requires: git
-core
= %{version}-%{release}, tk
>= 8.4
78 Summary: Git revision tree visualiser
('gitk'
)
79 Group: Development
/Tools
80 Requires: git
-core
= %{version}-%{release}, tk
>= 8.4
82 Git revision tree visualiser
('gitk'
)
85 Summary: Perl interface to Git
86 Group: Development
/Libraries
87 Requires: git
-core
= %{version}-%{release}
88 Requires: perl
(:MODULE_COMPAT_%
(eval "`
%{__perl} -V
:version`"
; echo $version
))
89 BuildRequires
: perl
(Error
)
91 %description -n perl
-Git
94 %define path_settings ETC_GITCONFIG
=/etc
/gitconfig prefix
=%{_prefix} mandir=%{_mandir} htmldir=%{_docdir}/%{name}-core-%{version}
100 make %{_smp_mflags} CFLAGS
="$RPM_OPT_FLAGS" \
102 all
%{!?_without_docs: doc}
105 rm -rf $RPM_BUILD_ROOT
106 make %{_smp_mflags} CFLAGS
="$RPM_OPT_FLAGS" DESTDIR
=$RPM_BUILD_ROOT \
108 INSTALLDIRS
=vendor
install %{!?_without_docs: install-doc}
109 find $RPM_BUILD_ROOT
-type f
-name .packlist
-exec rm -f
{} '
;'
110 find $RPM_BUILD_ROOT
-type f
-name '
*.bs'
-empty
-exec rm -f
{} '
;'
111 find $RPM_BUILD_ROOT
-type f
-name perllocal.pod
-exec rm -f
{} '
;'
113 (find $RPM_BUILD_ROOT
%{_bindir} -type f | grep
-vE "archimport|svn|cvs|email|gitk|git
-gui|git
-citool" | sed
-e s@^$RPM_BUILD_ROOT@@
) > bin
-man
-doc
-files
114 (find $RPM_BUILD_ROOT
%{perl_vendorlib} -type f | sed
-e s@^$RPM_BUILD_ROOT@@
) >> perl
-files
115 %if %{!?_without_docs:1}0
116 (find $RPM_BUILD_ROOT
%{_mandir} $RPM_BUILD_ROOT
/Documentation
-type f | grep
-vE "archimport|svn|git
-cvs|email|gitk|git
-gui|git
-citool" | sed
-e s@^$RPM_BUILD_ROOT@@
-e 's
/$
/*/'
) >> bin
-man
-doc
-files
118 rm -rf $RPM_BUILD_ROOT
%{_mandir}
122 rm -rf $RPM_BUILD_ROOT
125 # These are no files in the root package
128 %defattr(-,root
,root
)
130 %doc Documentation
/*svn
*.txt
131 %{!?_without_docs: %{_mandir}/man1/*svn*.1*}
132 %{!?_without_docs: %doc Documentation/*svn*.html }
135 %defattr(-,root
,root
)
136 %doc Documentation
/*git
-cvs
*.txt
138 %{!?_without_docs: %{_mandir}/man1/*cvs*.1*}
139 %{!?_without_docs: %doc Documentation/*git-cvs*.html }
142 %defattr(-,root
,root
)
143 %doc Documentation
/git
-archimport.txt
144 %{_bindir}/git
-archimport
145 %{!?_without_docs: %{_mandir}/man1/git-archimport.1*}
146 %{!?_without_docs: %doc Documentation/git-archimport.html }
149 %defattr(-,root
,root
)
150 %doc Documentation
/*email
*.txt
152 %{!?_without_docs: %{_mandir}/man1/*email*.1*}
153 %{!?_without_docs: %doc Documentation/*email*.html }
156 %defattr(-,root
,root
)
158 %{_bindir}/git
-citool
160 %{!?_without_docs: %{_mandir}/man1/git-gui.1*}
161 %{!?_without_docs: %doc Documentation/git-gui.html}
162 %{!?_without_docs: %{_mandir}/man1/git-citool.1*}
163 %{!?_without_docs: %doc Documentation/git-citool.html}
166 %defattr(-,root
,root
)
167 %doc Documentation
/*gitk
*.txt
169 %{!?_without_docs: %{_mandir}/man1/*gitk*.1*}
170 %{!?_without_docs: %doc Documentation/*gitk*.html }
172 %files -n perl
-Git
-f perl
-files
173 %defattr(-,root
,root
)
175 %files core
-f bin
-man
-doc
-files
176 %defattr(-,root
,root
)
177 %{_datadir}/git
-core
/
178 %doc README COPYING Documentation
/*.txt
179 %{!?_without_docs: %doc Documentation/*.html Documentation/howto}
180 %{!?_without_docs: %doc Documentation/technical}
183 * Sun Jan
06 2008 James Bowes
<jbowes@dangerouslyinc.com
>
184 - Make the metapackage require the same version of the subpackages.
186 * Wed Dec
12 2007 Junio C Hamano
<gitster@pobox.com
>
187 - Adjust htmldir to point at
/usr
/share
/doc
/git
-core
-$version
/
189 * Sun Jul
15 2007 Sean Estabrooks
<seanlkml@sympatico.ca
>
192 * Tue Jun
26 2007 Quy Tonthat
<qtonthat@gmail.com
>
193 - Fixed problems looking
for wrong manpages.
195 * Thu Jun
21 2007 Shawn O. Pearce
<spearce@spearce.org
>
196 - Added documentation files
for git
-gui
198 * Tue May
13 2007 Quy Tonthat
<qtonthat@gmail.com
>
199 - Added lib files
for git
-gui
200 - Added Documentation
/technical
(As needed by Git Users Manual
)
202 * Tue May
8 2007 Quy Tonthat
<qtonthat@gmail.com
>
205 * Tue Mar
27 2007 Eygene Ryabinkin
<rea
-git@codelabs.ru
>
206 - Added the git
-p4 package
: Perforce import stuff.
208 * Mon Feb
13 2007 Nicolas Pitre
<nico@cam.org
>
209 - Update core package description
(Git isn't as stupid as it used to be
)
211 * Mon Feb
12 2007 Junio C Hamano
<junkio@cox.net
>
212 - Add git
-gui and git
-citool.
214 * Mon Nov
14 2005 H. Peter Anvin
<hpa@zytor.com
> 0.99.9j
-1
215 - Change subpackage names to git
-<name
> instead of git
-core
-<name
>
216 - Create empty root package which brings
in all subpackages
217 - Rename git
-tk
-> gitk
219 * Thu Nov
10 2005 Chris Wright
<chrisw@osdl.org
> 0.99.9g
-1
220 - zlib dependency fix
221 - Minor cleanups from split
222 - Move arch import to separate package as well
224 * Tue Sep
27 2005 Jim Radford
<radford@blackbean.org
>
225 - Move programs with non
-standard dependencies
(svn
, cvs
, email
)
226 into separate packages
228 * Tue Sep
27 2005 H. Peter Anvin
<hpa@zytor.com
>
232 * Fri Sep
16 2005 Chris Wright
<chrisw@osdl.org
> 0.99.6-1
235 * Fri Sep
16 2005 Horst H. von Brand
<vonbrand@inf.utfsm.cl
>
236 - Linus noticed that less is required
, added to the dependencies
238 * Sun Sep
11 2005 Horst H. von Brand
<vonbrand@inf.utfsm.cl
>
239 - Updated dependencies
240 - Don't assume manpages are gzipped
242 * Thu Aug
18 2005 Chris Wright
<chrisw@osdl.org
> 0.99.4-4
243 - drop sh_utils
, sh
-utils
, diffutils
, mktemp
, and openssl
Requires
244 - use RPM_OPT_FLAGS
in spec file
, drop patch0
246 * Wed Aug
17 2005 Tom "spot" Callaway
<tcallawa@redhat.com
> 0.99.4-3
247 - use dist tag to differentiate between branches
248 - use rpm optflags by default
(patch0
)
249 - own
%{_datadir}/git
-core
/
251 * Mon Aug
15 2005 Chris Wright
<chrisw@osdl.org
>
252 - update spec file to fix
Buildroot, Requires, and drop
Vendor
254 * Sun Aug
07 2005 Horst H. von Brand
<vonbrand@inf.utfsm.cl
>
255 - Redid the description
256 - Cut overlong
make line
, loosened changelog a bit
257 - I think Junio
(or perhaps OSDL?
) should be vendor...
259 * Thu Jul
14 2005 Eric Biederman
<ebiederm@xmission.com
>
260 - Add the man pages
, and the
--without docs build option
262 * Wed Jul
7 2005 Chris Wright
<chris@osdl.org
>
263 - initial git spec file