1 # Pass --without docs to rpmbuild if you don't want the documentation
3 %define python_path
/usr
/bin
/python
8 Summary: Git core and tools
10 Group: Development
/Tools
11 URL: http
://kernel.org
/pub
/software
/scm
/git
/
12 Source: http
://kernel.org
/pub
/software
/scm
/git
/%{name}-%{version}.tar.gz
13 BuildRequires
: zlib
-devel
>= 1.2, openssl
-devel
, curl
-devel
, expat
-devel
%{!?_without_docs:, xmlto, asciidoc > 6.0.3}
14 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n
)
15 Requires: git
-core
, git
-svn
, git
-cvs
, git
-arch
, git
-email
, gitk
, git
-gui
, git
-p4
, perl
-Git
18 Git is a fast
, scalable
, distributed revision control system with an
19 unusually rich
command set that provides both high
-level operations
20 and full access to internals.
22 This is a dummy package which brings
in all subpackages.
25 Summary: Core git tools
26 Group: Development
/Tools
27 Requires: zlib
>= 1.2, rsync
, curl
, less
, openssh
-clients
, expat
29 Git is a fast
, scalable
, distributed revision control system with an
30 unusually rich
command set that provides both high
-level operations
31 and full access to internals.
33 These are the core tools with minimal dependencies.
36 Summary: Git tools
for importing Subversion repositories
37 Group: Development
/Tools
38 Requires: git
-core
= %{version}-%{release}, subversion
40 Git tools
for importing Subversion repositories.
43 Summary: Git tools
for importing CVS repositories
44 Group: Development
/Tools
45 Requires: git
-core
= %{version}-%{release}, cvs
, cvsps
47 Git tools
for importing CVS repositories.
50 Summary: Git tools
for importing Arch repositories
51 Group: Development
/Tools
52 Requires: git
-core
= %{version}-%{release}, tla
54 Git tools
for importing Arch repositories.
57 Summary: Git tools
for importing Perforce repositories
58 Group: Development
/Tools
59 Requires: git
-core
= %{version}-%{release}, python
61 Git tools
for importing Perforce 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
98 make %{_smp_mflags} CFLAGS
="$RPM_OPT_FLAGS" WITH_P4IMPORT
=YesPlease \
99 ETC_GITCONFIG
=/etc
/gitconfig \
100 prefix
=%{_prefix} PYTHON_PATH=%{python_path} all %{!?_without_docs: doc}
103 rm -rf $RPM_BUILD_ROOT
104 make %{_smp_mflags} CFLAGS
="$RPM_OPT_FLAGS" DESTDIR
=$RPM_BUILD_ROOT \
105 WITH_P4IMPORT
=YesPlease prefix
=%{_prefix} mandir=%{_mandir} \
106 ETC_GITCONFIG
=/etc
/gitconfig \
107 PYTHON_PATH
=%{python_path} \
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 "p4import|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 "p4import|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
/git
-p4import.txt
151 %{_bindir}/git
-p4import
152 %{!?_without_docs: %{_mandir}/man1/git-p4import.1*}
153 %{!?_without_docs: %doc Documentation/git-p4import.html }
156 %defattr(-,root
,root
)
157 %doc Documentation
/*email
*.txt
159 %{!?_without_docs: %{_mandir}/man1/*email*.1*}
160 %{!?_without_docs: %doc Documentation/*email*.html }
163 %defattr(-,root
,root
)
165 %{_bindir}/git
-citool
168 # %{!?_without_docs: %{_mandir}/man1/git-gui.1}
169 # %{!?_without_docs: %doc Documentation/git-gui.html}
170 # %{!?_without_docs: %{_mandir}/man1/git-citool.1}
171 # %{!?_without_docs: %doc Documentation/git-citool.html}
174 %defattr(-,root
,root
)
175 %doc Documentation
/*gitk
*.txt
177 %{!?_without_docs: %{_mandir}/man1/*gitk*.1*}
178 %{!?_without_docs: %doc Documentation/*gitk*.html }
180 %files -n perl
-Git
-f perl
-files
181 %defattr(-,root
,root
)
183 %files core
-f bin
-man
-doc
-files
184 %defattr(-,root
,root
)
185 %{_datadir}/git
-core
/
186 %doc README COPYING Documentation
/*.txt
187 %{!?_without_docs: %doc Documentation/*.html Documentation/howto}
188 %{!?_without_docs: %doc Documentation/technical}
191 * Tue May
13 2007 Quy Tonthat
<qtonthat@gmail.com
>
192 - Added lib files
for git
-gui
193 - Added Documentation
/technical
(As needed by Git Users Manual
)
195 * Tue May
8 2007 Quy Tonthat
<qtonthat@gmail.com
>
198 * Tue Mar
27 2007 Eygene Ryabinkin
<rea
-git@codelabs.ru
>
199 - Added the git
-p4 package
: Perforce import stuff.
201 * Mon Feb
13 2007 Nicolas Pitre
<nico@cam.org
>
202 - Update core package description
(Git isn't as stupid as it used to be
)
204 * Mon Feb
12 2007 Junio C Hamano
<junkio@cox.net
>
205 - Add git
-gui and git
-citool.
207 * Mon Nov
14 2005 H. Peter Anvin
<hpa@zytor.com
> 0.99.9j
-1
208 - Change subpackage names to git
-<name
> instead of git
-core
-<name
>
209 - Create empty root package which brings
in all subpackages
210 - Rename git
-tk
-> gitk
212 * Thu Nov
10 2005 Chris Wright
<chrisw@osdl.org
> 0.99.9g
-1
213 - zlib dependency fix
214 - Minor cleanups from split
215 - Move arch import to separate package as well
217 * Tue Sep
27 2005 Jim Radford
<radford@blackbean.org
>
218 - Move programs with non
-standard dependencies
(svn
, cvs
, email
)
219 into separate packages
221 * Tue Sep
27 2005 H. Peter Anvin
<hpa@zytor.com
>
225 * Fri Sep
16 2005 Chris Wright
<chrisw@osdl.org
> 0.99.6-1
228 * Fri Sep
16 2005 Horst H. von Brand
<vonbrand@inf.utfsm.cl
>
229 - Linus noticed that less is required
, added to the dependencies
231 * Sun Sep
11 2005 Horst H. von Brand
<vonbrand@inf.utfsm.cl
>
232 - Updated dependencies
233 - Don't assume manpages are gzipped
235 * Thu Aug
18 2005 Chris Wright
<chrisw@osdl.org
> 0.99.4-4
236 - drop sh_utils
, sh
-utils
, diffutils
, mktemp
, and openssl
Requires
237 - use RPM_OPT_FLAGS
in spec file
, drop patch0
239 * Wed Aug
17 2005 Tom "spot" Callaway
<tcallawa@redhat.com
> 0.99.4-3
240 - use dist tag to differentiate between branches
241 - use rpm optflags by default
(patch0
)
242 - own
%{_datadir}/git
-core
/
244 * Mon Aug
15 2005 Chris Wright
<chrisw@osdl.org
>
245 - update spec file to fix
Buildroot, Requires, and drop
Vendor
247 * Sun Aug
07 2005 Horst H. von Brand
<vonbrand@inf.utfsm.cl
>
248 - Redid the description
249 - Cut overlong
make line
, loosened changelog a bit
250 - I think Junio
(or perhaps OSDL?
) should be vendor...
252 * Thu Jul
14 2005 Eric Biederman
<ebiederm@xmission.com
>
253 - Add the man pages
, and the
--without docs build option
255 * Wed Jul
7 2005 Chris Wright
<chris@osdl.org
>
256 - initial git spec file