1 # Pass --without docs to rpmbuild if you don't want the documentation
5 Summary: Git core and tools
7 Group: Development/Tools
8 URL: http://kernel.org/pub/software/scm/git/
9 Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
10 BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12 Requires: git-core, git-svn, git-cvs, git-arch, git-email, gitk, perl-Git
15 This is a stupid (but extremely fast) directory content manager. It
16 doesn't do a whole lot, but what it _does_ do is track directory
17 contents efficiently. It is intended to be the base of an efficient,
18 distributed source code management system. This package includes
19 rudimentary tools that can be used as a SCM, but you should look
20 elsewhere for tools for ordinary humans layered on top of this.
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 This is a stupid (but extremely fast) directory content manager. It
30 doesn't do a whole lot, but what it _does_ do is track directory
31 contents efficiently. It is intended to be the base of an efficient,
32 distributed source code management system. This package includes
33 rudimentary tools that can be used as a SCM, but you should look
34 elsewhere for tools for ordinary humans layered on top of this.
36 These are the core tools with minimal dependencies.
39 Summary: Git tools for importing Subversion repositories
40 Group: Development/Tools
41 Requires: git-core = %{version}-%{release}, subversion
43 Git tools for importing Subversion repositories.
46 Summary: Git tools for importing CVS repositories
47 Group: Development/Tools
48 Requires: git-core = %{version}-%{release}, cvs, cvsps
50 Git tools for importing CVS repositories.
53 Summary: Git tools for importing Arch repositories
54 Group: Development/Tools
55 Requires: git-core = %{version}-%{release}, tla
57 Git tools for importing Arch repositories.
60 Summary: Git tools for sending email
61 Group: Development/Tools
62 Requires: git-core = %{version}-%{release}
64 Git tools for sending email.
67 Summary: Git revision tree visualiser ('gitk')
68 Group: Development/Tools
69 Requires: git-core = %{version}-%{release}, tk >= 8.4
71 Git revision tree visualiser ('gitk')
74 Summary: Perl interface to Git
75 Group: Development/Libraries
76 Requires: git-core = %{version}-%{release}
77 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
78 BuildRequires: perl(Error)
80 %description -n perl-Git
87 make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \
88 prefix=%{_prefix} all %{!?_without_docs: doc}
91 rm -rf $RPM_BUILD_ROOT
92 make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
93 WITH_OWN_SUBPROCESS_PY=YesPlease \
94 prefix=%{_prefix} mandir=%{_mandir} INSTALLDIRS=vendor \
95 install %{!?_without_docs: install-doc}
96 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
97 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
98 find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
100 (find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files
101 (find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files
102 %if %{!?_without_docs:1}0
103 (find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files
105 rm -rf $RPM_BUILD_ROOT%{_mandir}
109 rm -rf $RPM_BUILD_ROOT
112 # These are no files in the root package
115 %defattr(-,root,root)
117 %doc Documentation/*svn*.txt
118 %{!?_without_docs: %{_mandir}/man1/*svn*.1*}
119 %{!?_without_docs: %doc Documentation/*svn*.html }
122 %defattr(-,root,root)
123 %doc Documentation/*git-cvs*.txt
125 %{!?_without_docs: %{_mandir}/man1/*cvs*.1*}
126 %{!?_without_docs: %doc Documentation/*git-cvs*.html }
129 %defattr(-,root,root)
130 %doc Documentation/git-archimport.txt
131 %{_bindir}/git-archimport
132 %{!?_without_docs: %{_mandir}/man1/git-archimport.1*}
133 %{!?_without_docs: %doc Documentation/git-archimport.html }
136 %defattr(-,root,root)
137 %doc Documentation/*email*.txt
139 %{!?_without_docs: %{_mandir}/man1/*email*.1*}
140 %{!?_without_docs: %doc Documentation/*email*.html }
143 %defattr(-,root,root)
144 %doc Documentation/*gitk*.txt
146 %{!?_without_docs: %{_mandir}/man1/*gitk*.1*}
147 %{!?_without_docs: %doc Documentation/*gitk*.html }
149 %files -n perl-Git -f perl-files
150 %defattr(-,root,root)
152 %files core -f bin-man-doc-files
153 %defattr(-,root,root)
154 %{_datadir}/git-core/
155 %doc README COPYING Documentation/*.txt
156 %{!?_without_docs: %doc Documentation/*.html }
159 * Mon Nov 14 2005 H. Peter Anvin <hpa@zytor.com> 0.99.9j-1
160 - Change subpackage names to git-<name> instead of git-core-<name>
161 - Create empty root package which brings in all subpackages
162 - Rename git-tk -> gitk
164 * Thu Nov 10 2005 Chris Wright <chrisw@osdl.org> 0.99.9g-1
165 - zlib dependency fix
166 - Minor cleanups from split
167 - Move arch import to separate package as well
169 * Tue Sep 27 2005 Jim Radford <radford@blackbean.org>
170 - Move programs with non-standard dependencies (svn, cvs, email)
171 into separate packages
173 * Tue Sep 27 2005 H. Peter Anvin <hpa@zytor.com>
177 * Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.99.6-1
180 * Fri Sep 16 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
181 - Linus noticed that less is required, added to the dependencies
183 * Sun Sep 11 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
184 - Updated dependencies
185 - Don't assume manpages are gzipped
187 * Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> 0.99.4-4
188 - drop sh_utils, sh-utils, diffutils, mktemp, and openssl Requires
189 - use RPM_OPT_FLAGS in spec file, drop patch0
191 * Wed Aug 17 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.99.4-3
192 - use dist tag to differentiate between branches
193 - use rpm optflags by default (patch0)
194 - own %{_datadir}/git-core/
196 * Mon Aug 15 2005 Chris Wright <chrisw@osdl.org>
197 - update spec file to fix Buildroot, Requires, and drop Vendor
199 * Sun Aug 07 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
200 - Redid the description
201 - Cut overlong make line, loosened changelog a bit
202 - I think Junio (or perhaps OSDL?) should be vendor...
204 * Thu Jul 14 2005 Eric Biederman <ebiederm@xmission.com>
205 - Add the man pages, and the --without docs build option
207 * Wed Jul 7 2005 Chris Wright <chris@osdl.org>
208 - initial git spec file