]> git.ipfire.org Git - thirdparty/git.git/blame - git.spec.in
blameview: Move the commit info to a pane below the blame window.
[thirdparty/git.git] / git.spec.in
CommitLineData
0867b012 1# Pass --without docs to rpmbuild if you don't want the documentation
27dedf0c 2Name: git
a9db2974 3Version: @@VERSION@@
0e60471c 4Release: 1%{?dist}
a9db2974
CW
5Summary: Git core and tools
6License: GPL
7Group: Development/Tools
8URL: http://kernel.org/pub/software/scm/git/
9Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
8614e923 10BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
0e60471c 11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
92360538 12Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, git-gui, perl-Git
a9db2974
CW
13
14%description
24db845c
HB
15This is a stupid (but extremely fast) directory content manager. It
16doesn't do a whole lot, but what it _does_ do is track directory
17contents efficiently. It is intended to be the base of an efficient,
18distributed source code management system. This package includes
19rudimentary tools that can be used as a SCM, but you should look
20elsewhere for tools for ordinary humans layered on top of this.
a9db2974 21
27dedf0c
JH
22This is a dummy package which brings in all subpackages.
23
24%package core
25Summary: Core git tools
26Group: Development/Tools
e2b70087 27Requires: zlib >= 1.2, rsync, curl, less, openssh-clients, expat
27dedf0c
JH
28%description core
29This is a stupid (but extremely fast) directory content manager. It
30doesn't do a whole lot, but what it _does_ do is track directory
31contents efficiently. It is intended to be the base of an efficient,
32distributed source code management system. This package includes
33rudimentary tools that can be used as a SCM, but you should look
34elsewhere for tools for ordinary humans layered on top of this.
35
36These are the core tools with minimal dependencies.
37
7d4de59b 38%package svn
0867b012 39Summary: Git tools for importing Subversion repositories
7d4de59b 40Group: Development/Tools
0867b012 41Requires: git-core = %{version}-%{release}, subversion
7d4de59b
JR
42%description svn
43Git tools for importing Subversion repositories.
44
45%package cvs
0867b012 46Summary: Git tools for importing CVS repositories
7d4de59b 47Group: Development/Tools
0867b012 48Requires: git-core = %{version}-%{release}, cvs, cvsps
7d4de59b
JR
49%description cvs
50Git tools for importing CVS repositories.
51
0867b012
CW
52%package arch
53Summary: Git tools for importing Arch repositories
54Group: Development/Tools
592ee97d 55Requires: git-core = %{version}-%{release}, tla
0867b012
CW
56%description arch
57Git tools for importing Arch repositories.
58
7d4de59b 59%package email
0867b012 60Summary: Git tools for sending email
7d4de59b 61Group: Development/Tools
0867b012 62Requires: git-core = %{version}-%{release}
7d4de59b
JR
63%description email
64Git tools for sending email.
65
92360538
JH
66%package gui
67Summary: Git GUI tool
68Group: Development/Tools
69Requires: git-core = %{version}-%{release}, tk >= 8.4
70%description gui
71Git GUI tool
72
27dedf0c 73%package -n gitk
ba1dbb61
TM
74Summary: Git revision tree visualiser ('gitk')
75Group: Development/Tools
76Requires: git-core = %{version}-%{release}, tk >= 8.4
27dedf0c 77%description -n gitk
ba1dbb61
TM
78Git revision tree visualiser ('gitk')
79
b9795608
PR
80%package -n perl-Git
81Summary: Perl interface to Git
82Group: Development/Libraries
83Requires: git-core = %{version}-%{release}
84Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
85BuildRequires: perl(Error)
86
87%description -n perl-Git
88Perl interface to Git
89
a9db2974
CW
90%prep
91%setup -q
92
93%build
15739c89 94make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \
343d35c9 95 prefix=%{_prefix} all %{!?_without_docs: doc}
a9db2974
CW
96
97%install
98rm -rf $RPM_BUILD_ROOT
0b2958a8
HB
99make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
100 WITH_OWN_SUBPROCESS_PY=YesPlease \
b9795608 101 prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \
704a66f5 102 install %{!?_without_docs: install-doc}
b9795608
PR
103find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
104find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
105find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
a9db2974 106
92360538 107(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
0503f9c1 108(find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files
7d4de59b 109%if %{!?_without_docs:1}0
92360538 110(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
1434dbce
PR
111%else
112rm -rf $RPM_BUILD_ROOT%{_mandir}
7d4de59b
JR
113%endif
114
a9db2974
CW
115%clean
116rm -rf $RPM_BUILD_ROOT
117
27dedf0c
JH
118%files
119# These are no files in the root package
120
7d4de59b 121%files svn
0867b012 122%defattr(-,root,root)
7d4de59b 123%{_bindir}/*svn*
0867b012 124%doc Documentation/*svn*.txt
7d4de59b 125%{!?_without_docs: %{_mandir}/man1/*svn*.1*}
0867b012 126%{!?_without_docs: %doc Documentation/*svn*.html }
7d4de59b
JR
127
128%files cvs
0867b012
CW
129%defattr(-,root,root)
130%doc Documentation/*git-cvs*.txt
7d4de59b
JR
131%{_bindir}/*cvs*
132%{!?_without_docs: %{_mandir}/man1/*cvs*.1*}
0867b012
CW
133%{!?_without_docs: %doc Documentation/*git-cvs*.html }
134
135%files arch
136%defattr(-,root,root)
a4e3bddc
JH
137%doc Documentation/git-archimport.txt
138%{_bindir}/git-archimport
139%{!?_without_docs: %{_mandir}/man1/git-archimport.1*}
140%{!?_without_docs: %doc Documentation/git-archimport.html }
7d4de59b
JR
141
142%files email
0867b012
CW
143%defattr(-,root,root)
144%doc Documentation/*email*.txt
7d4de59b
JR
145%{_bindir}/*email*
146%{!?_without_docs: %{_mandir}/man1/*email*.1*}
0867b012 147%{!?_without_docs: %doc Documentation/*email*.html }
7d4de59b 148
92360538
JH
149%files gui
150%defattr(-,root,root)
151%{_bindir}/git-gui
152%{_bindir}/git-citool
153# Not Yet...
154# %{!?_without_docs: %{_mandir}/man1/git-gui.1}
155# %{!?_without_docs: %doc Documentation/git-gui.html}
156# %{!?_without_docs: %{_mandir}/man1/git-citool.1}
157# %{!?_without_docs: %doc Documentation/git-citool.html}
158
27dedf0c 159%files -n gitk
ba1dbb61
TM
160%defattr(-,root,root)
161%doc Documentation/*gitk*.txt
162%{_bindir}/*gitk*
163%{!?_without_docs: %{_mandir}/man1/*gitk*.1*}
164%{!?_without_docs: %doc Documentation/*gitk*.html }
165
b9795608
PR
166%files -n perl-Git -f perl-files
167%defattr(-,root,root)
168
27dedf0c 169%files core -f bin-man-doc-files
a9db2974 170%defattr(-,root,root)
0e60471c 171%{_datadir}/git-core/
49ce3d0c
EB
172%doc README COPYING Documentation/*.txt
173%{!?_without_docs: %doc Documentation/*.html }
a9db2974
CW
174
175%changelog
92360538
JH
176* Mon Feb 12 2007 Junio C Hamano <junkio@cox.net>
177- Add git-gui and git-citool.
178
27dedf0c
JH
179* Mon Nov 14 2005 H. Peter Anvin <hpa@zytor.com> 0.99.9j-1
180- Change subpackage names to git-<name> instead of git-core-<name>
181- Create empty root package which brings in all subpackages
182- Rename git-tk -> gitk
183
0867b012
CW
184* Thu Nov 10 2005 Chris Wright <chrisw@osdl.org> 0.99.9g-1
185- zlib dependency fix
186- Minor cleanups from split
187- Move arch import to separate package as well
188
7d4de59b
JR
189* Tue Sep 27 2005 Jim Radford <radford@blackbean.org>
190- Move programs with non-standard dependencies (svn, cvs, email)
191 into separate packages
192
8fc7ba85
PA
193* Tue Sep 27 2005 H. Peter Anvin <hpa@zytor.com>
194- parallelize build
e8f71fce 195- COPTS -> CFLAGS
8fc7ba85 196
0e60471c
CW
197* Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.99.6-1
198- update to 0.99.6
199
c6ae6159
HB
200* Fri Sep 16 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
201- Linus noticed that less is required, added to the dependencies
202
663a5ed5
HB
203* Sun Sep 11 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
204- Updated dependencies
205- Don't assume manpages are gzipped
206
0e60471c
CW
207* Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> 0.99.4-4
208- drop sh_utils, sh-utils, diffutils, mktemp, and openssl Requires
209- use RPM_OPT_FLAGS in spec file, drop patch0
210
211* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.99.4-3
212- use dist tag to differentiate between branches
213- use rpm optflags by default (patch0)
214- own %{_datadir}/git-core/
215
216* Mon Aug 15 2005 Chris Wright <chrisw@osdl.org>
217- update spec file to fix Buildroot, Requires, and drop Vendor
218
24db845c
HB
219* Sun Aug 07 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
220- Redid the description
221- Cut overlong make line, loosened changelog a bit
222- I think Junio (or perhaps OSDL?) should be vendor...
223
49ce3d0c
EB
224* Thu Jul 14 2005 Eric Biederman <ebiederm@xmission.com>
225- Add the man pages, and the --without docs build option
24db845c 226
a9db2974
CW
227* Wed Jul 7 2005 Chris Wright <chris@osdl.org>
228- initial git spec file