Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 1 | # Pass --without docs to rpmbuild if you don't want the documentation |
Eygene Ryabinkin | faced1a | 2007-03-29 14:07:47 +0400 | [diff] [blame] | 2 | |
Junio C Hamano | 27dedf0 | 2005-11-16 21:32:44 -0800 | [diff] [blame] | 3 | Name: git |
Chris Wright | a9db297 | 2005-07-07 13:09:50 -0700 | [diff] [blame] | 4 | Version: @@VERSION@@ |
Chris Wright | 0e60471 | 2005-09-16 13:38:49 -0700 | [diff] [blame] | 5 | Release: 1%{?dist} |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 6 | Summary: Core git tools |
Chris Wright | a9db297 | 2005-07-07 13:09:50 -0700 | [diff] [blame] | 7 | License: GPL |
| 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 |
James Bowes | e94a45d | 2008-02-04 08:13:07 -0500 | [diff] [blame] | 11 | BuildRequires: zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3} |
Chris Wright | 0e60471 | 2005-09-16 13:38:49 -0700 | [diff] [blame] | 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
James Bowes | 4261633 | 2008-01-06 12:35:02 -0500 | [diff] [blame] | 13 | |
James Bowes | 4261633 | 2008-01-06 12:35:02 -0500 | [diff] [blame] | 14 | Requires: perl-Git = %{version}-%{release} |
Junio C Hamano | 4744d72 | 2008-06-15 13:47:14 -0700 | [diff] [blame] | 15 | Requires: zlib >= 1.2, rsync, less, openssh-clients, expat |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 16 | Provides: git-core = %{version}-%{release} |
| 17 | Obsoletes: git-core <= 1.5.4.2 |
| 18 | Obsoletes: git-p4 |
Chris Wright | a9db297 | 2005-07-07 13:09:50 -0700 | [diff] [blame] | 19 | |
| 20 | %description |
Nicolas Pitre | e19b91b | 2007-02-13 11:39:01 -0500 | [diff] [blame] | 21 | Git is a fast, scalable, distributed revision control system with an |
| 22 | unusually rich command set that provides both high-level operations |
| 23 | and full access to internals. |
Chris Wright | a9db297 | 2005-07-07 13:09:50 -0700 | [diff] [blame] | 24 | |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 25 | The git rpm installs the core tools with minimal dependencies. To |
| 26 | install all git packages, including tools for integrating with other |
| 27 | SCMs, install the git-all meta-package. |
Junio C Hamano | 27dedf0 | 2005-11-16 21:32:44 -0800 | [diff] [blame] | 28 | |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 29 | %package all |
| 30 | Summary: Meta-package to pull in all git tools |
Junio C Hamano | 27dedf0 | 2005-11-16 21:32:44 -0800 | [diff] [blame] | 31 | Group: Development/Tools |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 32 | Requires: git = %{version}-%{release} |
| 33 | Requires: git-svn = %{version}-%{release} |
| 34 | Requires: git-cvs = %{version}-%{release} |
| 35 | Requires: git-arch = %{version}-%{release} |
| 36 | Requires: git-email = %{version}-%{release} |
| 37 | Requires: gitk = %{version}-%{release} |
| 38 | Requires: git-gui = %{version}-%{release} |
| 39 | Obsoletes: git <= 1.5.4.2 |
| 40 | |
| 41 | %description all |
Nicolas Pitre | e19b91b | 2007-02-13 11:39:01 -0500 | [diff] [blame] | 42 | Git is a fast, scalable, distributed revision control system with an |
| 43 | unusually rich command set that provides both high-level operations |
| 44 | and full access to internals. |
Junio C Hamano | 27dedf0 | 2005-11-16 21:32:44 -0800 | [diff] [blame] | 45 | |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 46 | This is a dummy package which brings in all subpackages. |
Junio C Hamano | 27dedf0 | 2005-11-16 21:32:44 -0800 | [diff] [blame] | 47 | |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 48 | %package svn |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 49 | Summary: Git tools for importing Subversion repositories |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 50 | Group: Development/Tools |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 51 | Requires: git = %{version}-%{release}, subversion |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 52 | %description svn |
| 53 | Git tools for importing Subversion repositories. |
| 54 | |
| 55 | %package cvs |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 56 | Summary: Git tools for importing CVS repositories |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 57 | Group: Development/Tools |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 58 | Requires: git = %{version}-%{release}, cvs, cvsps |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 59 | %description cvs |
| 60 | Git tools for importing CVS repositories. |
| 61 | |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 62 | %package arch |
| 63 | Summary: Git tools for importing Arch repositories |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 64 | Group: Development/Tools |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 65 | Requires: git = %{version}-%{release}, tla |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 66 | %description arch |
| 67 | Git tools for importing Arch repositories. |
| 68 | |
| 69 | %package email |
| 70 | Summary: Git tools for sending email |
| 71 | Group: Development/Tools |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 72 | Requires: git = %{version}-%{release} |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 73 | %description email |
| 74 | Git tools for sending email. |
| 75 | |
Junio C Hamano | 9236053 | 2007-02-12 16:28:15 -0800 | [diff] [blame] | 76 | %package gui |
| 77 | Summary: Git GUI tool |
| 78 | Group: Development/Tools |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 79 | Requires: git = %{version}-%{release}, tk >= 8.4 |
Junio C Hamano | 9236053 | 2007-02-12 16:28:15 -0800 | [diff] [blame] | 80 | %description gui |
| 81 | Git GUI tool |
| 82 | |
Junio C Hamano | 27dedf0 | 2005-11-16 21:32:44 -0800 | [diff] [blame] | 83 | %package -n gitk |
Thomas Matysik | ba1dbb6 | 2005-11-13 17:58:02 +1300 | [diff] [blame] | 84 | Summary: Git revision tree visualiser ('gitk') |
| 85 | Group: Development/Tools |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 86 | Requires: git = %{version}-%{release}, tk >= 8.4 |
Junio C Hamano | 27dedf0 | 2005-11-16 21:32:44 -0800 | [diff] [blame] | 87 | %description -n gitk |
Thomas Matysik | ba1dbb6 | 2005-11-13 17:58:02 +1300 | [diff] [blame] | 88 | Git revision tree visualiser ('gitk') |
| 89 | |
Pavel Roskin | b979560 | 2006-06-30 01:09:28 -0400 | [diff] [blame] | 90 | %package -n perl-Git |
| 91 | Summary: Perl interface to Git |
| 92 | Group: Development/Libraries |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 93 | Requires: git = %{version}-%{release} |
Pavel Roskin | b979560 | 2006-06-30 01:09:28 -0400 | [diff] [blame] | 94 | Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) |
| 95 | BuildRequires: perl(Error) |
| 96 | |
| 97 | %description -n perl-Git |
| 98 | Perl interface to Git |
| 99 | |
Junio C Hamano | 39bf13f | 2007-12-12 14:00:24 -0800 | [diff] [blame] | 100 | %define path_settings ETC_GITCONFIG=/etc/gitconfig prefix=%{_prefix} mandir=%{_mandir} htmldir=%{_docdir}/%{name}-core-%{version} |
| 101 | |
Chris Wright | a9db297 | 2005-07-07 13:09:50 -0700 | [diff] [blame] | 102 | %prep |
| 103 | %setup -q |
| 104 | |
| 105 | %build |
Sean | 21ad544 | 2007-07-15 15:51:01 -0400 | [diff] [blame] | 106 | make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \ |
Junio C Hamano | 39bf13f | 2007-12-12 14:00:24 -0800 | [diff] [blame] | 107 | %{path_settings} \ |
| 108 | all %{!?_without_docs: doc} |
Chris Wright | a9db297 | 2005-07-07 13:09:50 -0700 | [diff] [blame] | 109 | |
| 110 | %install |
| 111 | rm -rf $RPM_BUILD_ROOT |
Horst H. von Brand | 0b2958a | 2007-02-06 16:08:55 -0300 | [diff] [blame] | 112 | make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \ |
Junio C Hamano | 39bf13f | 2007-12-12 14:00:24 -0800 | [diff] [blame] | 113 | %{path_settings} \ |
Brian Gernhardt | 5250929 | 2007-03-27 12:03:43 -0400 | [diff] [blame] | 114 | INSTALLDIRS=vendor install %{!?_without_docs: install-doc} |
Pavel Roskin | b979560 | 2006-06-30 01:09:28 -0400 | [diff] [blame] | 115 | find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' |
| 116 | find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' |
| 117 | find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' |
Chris Wright | a9db297 | 2005-07-07 13:09:50 -0700 | [diff] [blame] | 118 | |
Sean | 21ad544 | 2007-07-15 15:51:01 -0400 | [diff] [blame] | 119 | (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 |
Nguyễn Thái Ngọc Duy | f28ac70 | 2007-11-28 23:21:57 +0700 | [diff] [blame] | 120 | (find $RPM_BUILD_ROOT%{_libexecdir}/git-core -type f | grep -vE "archimport|svn|cvs|email|gitk|git-gui|git-citool" | sed -e s@^$RPM_BUILD_ROOT@@) >> bin-man-doc-files |
Junio C Hamano | 0503f9c | 2006-10-11 07:57:17 +0000 | [diff] [blame] | 121 | (find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 122 | %if %{!?_without_docs:1}0 |
Sean | 21ad544 | 2007-07-15 15:51:01 -0400 | [diff] [blame] | 123 | (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 |
Pavel Roskin | 1434dbc | 2006-06-30 01:09:26 -0400 | [diff] [blame] | 124 | %else |
| 125 | rm -rf $RPM_BUILD_ROOT%{_mandir} |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 126 | %endif |
| 127 | |
Chris Wright | a9db297 | 2005-07-07 13:09:50 -0700 | [diff] [blame] | 128 | %clean |
| 129 | rm -rf $RPM_BUILD_ROOT |
| 130 | |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 131 | %files -f bin-man-doc-files |
| 132 | %defattr(-,root,root) |
| 133 | %{_datadir}/git-core/ |
| 134 | %doc README COPYING Documentation/*.txt |
| 135 | %{!?_without_docs: %doc Documentation/*.html Documentation/howto} |
| 136 | %{!?_without_docs: %doc Documentation/technical} |
Junio C Hamano | 27dedf0 | 2005-11-16 21:32:44 -0800 | [diff] [blame] | 137 | |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 138 | %files svn |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 139 | %defattr(-,root,root) |
Nguyễn Thái Ngọc Duy | f28ac70 | 2007-11-28 23:21:57 +0700 | [diff] [blame] | 140 | %{_libexecdir}/git-core/*svn* |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 141 | %doc Documentation/*svn*.txt |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 142 | %{!?_without_docs: %{_mandir}/man1/*svn*.1*} |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 143 | %{!?_without_docs: %doc Documentation/*svn*.html } |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 144 | |
| 145 | %files cvs |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 146 | %defattr(-,root,root) |
| 147 | %doc Documentation/*git-cvs*.txt |
Quy Tonthat | f1f15fb | 2008-09-13 02:22:44 +1000 | [diff] [blame] | 148 | %{_bindir}/git-cvsserver |
Nguyễn Thái Ngọc Duy | f28ac70 | 2007-11-28 23:21:57 +0700 | [diff] [blame] | 149 | %{_libexecdir}/git-core/*cvs* |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 150 | %{!?_without_docs: %{_mandir}/man1/*cvs*.1*} |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 151 | %{!?_without_docs: %doc Documentation/*git-cvs*.html } |
| 152 | |
| 153 | %files arch |
| 154 | %defattr(-,root,root) |
Junio C Hamano | a4e3bdd | 2006-10-24 23:55:46 -0700 | [diff] [blame] | 155 | %doc Documentation/git-archimport.txt |
Nguyễn Thái Ngọc Duy | f28ac70 | 2007-11-28 23:21:57 +0700 | [diff] [blame] | 156 | %{_libexecdir}/git-core/git-archimport |
Junio C Hamano | a4e3bdd | 2006-10-24 23:55:46 -0700 | [diff] [blame] | 157 | %{!?_without_docs: %{_mandir}/man1/git-archimport.1*} |
| 158 | %{!?_without_docs: %doc Documentation/git-archimport.html } |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 159 | |
| 160 | %files email |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 161 | %defattr(-,root,root) |
| 162 | %doc Documentation/*email*.txt |
Nguyễn Thái Ngọc Duy | f28ac70 | 2007-11-28 23:21:57 +0700 | [diff] [blame] | 163 | %{_libexecdir}/git-core/*email* |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 164 | %{!?_without_docs: %{_mandir}/man1/*email*.1*} |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 165 | %{!?_without_docs: %doc Documentation/*email*.html } |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 166 | |
Junio C Hamano | 9236053 | 2007-02-12 16:28:15 -0800 | [diff] [blame] | 167 | %files gui |
| 168 | %defattr(-,root,root) |
Nguyễn Thái Ngọc Duy | f28ac70 | 2007-11-28 23:21:57 +0700 | [diff] [blame] | 169 | %{_libexecdir}/git-core/git-gui |
| 170 | %{_libexecdir}/git-core/git-citool |
Quy Tonthat | 7b6e0eb | 2007-05-10 17:03:15 +1000 | [diff] [blame] | 171 | %{_datadir}/git-gui/ |
Quy Tonthat | 4fb8c80 | 2007-06-27 01:39:07 +1000 | [diff] [blame] | 172 | %{!?_without_docs: %{_mandir}/man1/git-gui.1*} |
Shawn O. Pearce | 37cd4f7 | 2007-06-21 00:51:00 -0400 | [diff] [blame] | 173 | %{!?_without_docs: %doc Documentation/git-gui.html} |
Quy Tonthat | 4fb8c80 | 2007-06-27 01:39:07 +1000 | [diff] [blame] | 174 | %{!?_without_docs: %{_mandir}/man1/git-citool.1*} |
Shawn O. Pearce | 37cd4f7 | 2007-06-21 00:51:00 -0400 | [diff] [blame] | 175 | %{!?_without_docs: %doc Documentation/git-citool.html} |
Junio C Hamano | 9236053 | 2007-02-12 16:28:15 -0800 | [diff] [blame] | 176 | |
Junio C Hamano | 27dedf0 | 2005-11-16 21:32:44 -0800 | [diff] [blame] | 177 | %files -n gitk |
Thomas Matysik | ba1dbb6 | 2005-11-13 17:58:02 +1300 | [diff] [blame] | 178 | %defattr(-,root,root) |
| 179 | %doc Documentation/*gitk*.txt |
| 180 | %{_bindir}/*gitk* |
Junio C Hamano | a5d7e3a | 2008-01-11 21:40:15 -0800 | [diff] [blame] | 181 | %{_datadir}/gitk/ |
Thomas Matysik | ba1dbb6 | 2005-11-13 17:58:02 +1300 | [diff] [blame] | 182 | %{!?_without_docs: %{_mandir}/man1/*gitk*.1*} |
| 183 | %{!?_without_docs: %doc Documentation/*gitk*.html } |
| 184 | |
Pavel Roskin | b979560 | 2006-06-30 01:09:28 -0400 | [diff] [blame] | 185 | %files -n perl-Git -f perl-files |
| 186 | %defattr(-,root,root) |
| 187 | |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 188 | %files all |
| 189 | # No files for you! |
Chris Wright | a9db297 | 2005-07-07 13:09:50 -0700 | [diff] [blame] | 190 | |
| 191 | %changelog |
Quy Tonthat | f1f15fb | 2008-09-13 02:22:44 +1000 | [diff] [blame] | 192 | * Fri Sep 12 2008 Quy Tonthat <qtonthat@gmail.com> |
| 193 | - move git-cvsserver to bindir. |
| 194 | |
Junio C Hamano | 4744d72 | 2008-06-15 13:47:14 -0700 | [diff] [blame] | 195 | * Sun Jun 15 2008 Junio C Hamano <gitster@pobox.com> |
| 196 | - Remove curl from Requires list. |
| 197 | |
Kristian Høgsberg | 7c33d3a | 2008-02-18 18:11:21 -0500 | [diff] [blame] | 198 | * Fri Feb 15 2008 Kristian Høgsberg <krh@redhat.com> |
| 199 | - Rename git-core to just git and rename meta package from git to git-all. |
| 200 | |
James Bowes | e94a45d | 2008-02-04 08:13:07 -0500 | [diff] [blame] | 201 | * Sun Feb 03 2008 James Bowes <jbowes@dangerouslyinc.com> |
| 202 | - Add a BuildRequires for gettext |
| 203 | |
Junio C Hamano | a5d7e3a | 2008-01-11 21:40:15 -0800 | [diff] [blame] | 204 | * Fri Jan 11 2008 Junio C Hamano <gitster@pobox.com> |
| 205 | - Include gitk message files |
| 206 | |
James Bowes | 4261633 | 2008-01-06 12:35:02 -0500 | [diff] [blame] | 207 | * Sun Jan 06 2008 James Bowes <jbowes@dangerouslyinc.com> |
| 208 | - Make the metapackage require the same version of the subpackages. |
| 209 | |
Junio C Hamano | 39bf13f | 2007-12-12 14:00:24 -0800 | [diff] [blame] | 210 | * Wed Dec 12 2007 Junio C Hamano <gitster@pobox.com> |
| 211 | - Adjust htmldir to point at /usr/share/doc/git-core-$version/ |
| 212 | |
Sean | 21ad544 | 2007-07-15 15:51:01 -0400 | [diff] [blame] | 213 | * Sun Jul 15 2007 Sean Estabrooks <seanlkml@sympatico.ca> |
| 214 | - Removed p4import. |
| 215 | |
Quy Tonthat | 4fb8c80 | 2007-06-27 01:39:07 +1000 | [diff] [blame] | 216 | * Tue Jun 26 2007 Quy Tonthat <qtonthat@gmail.com> |
| 217 | - Fixed problems looking for wrong manpages. |
| 218 | |
Shawn O. Pearce | 37cd4f7 | 2007-06-21 00:51:00 -0400 | [diff] [blame] | 219 | * Thu Jun 21 2007 Shawn O. Pearce <spearce@spearce.org> |
| 220 | - Added documentation files for git-gui |
| 221 | |
Quy Tonthat | b24dd51 | 2007-05-13 21:41:45 +1000 | [diff] [blame] | 222 | * Tue May 13 2007 Quy Tonthat <qtonthat@gmail.com> |
| 223 | - Added lib files for git-gui |
| 224 | - Added Documentation/technical (As needed by Git Users Manual) |
| 225 | |
Quy Tonthat | 22f0958 | 2007-05-09 00:19:41 +1000 | [diff] [blame] | 226 | * Tue May 8 2007 Quy Tonthat <qtonthat@gmail.com> |
| 227 | - Added howto files |
| 228 | |
Eygene Ryabinkin | 7a585c0 | 2007-03-27 15:25:15 +0400 | [diff] [blame] | 229 | * Tue Mar 27 2007 Eygene Ryabinkin <rea-git@codelabs.ru> |
| 230 | - Added the git-p4 package: Perforce import stuff. |
| 231 | |
Nicolas Pitre | e19b91b | 2007-02-13 11:39:01 -0500 | [diff] [blame] | 232 | * Mon Feb 13 2007 Nicolas Pitre <nico@cam.org> |
| 233 | - Update core package description (Git isn't as stupid as it used to be) |
| 234 | |
Junio C Hamano | 9236053 | 2007-02-12 16:28:15 -0800 | [diff] [blame] | 235 | * Mon Feb 12 2007 Junio C Hamano <junkio@cox.net> |
| 236 | - Add git-gui and git-citool. |
| 237 | |
Junio C Hamano | 27dedf0 | 2005-11-16 21:32:44 -0800 | [diff] [blame] | 238 | * Mon Nov 14 2005 H. Peter Anvin <hpa@zytor.com> 0.99.9j-1 |
| 239 | - Change subpackage names to git-<name> instead of git-core-<name> |
| 240 | - Create empty root package which brings in all subpackages |
| 241 | - Rename git-tk -> gitk |
| 242 | |
Chris Wright | 0867b01 | 2005-11-11 01:10:29 -0800 | [diff] [blame] | 243 | * Thu Nov 10 2005 Chris Wright <chrisw@osdl.org> 0.99.9g-1 |
| 244 | - zlib dependency fix |
| 245 | - Minor cleanups from split |
| 246 | - Move arch import to separate package as well |
| 247 | |
Jim Radford | 7d4de59 | 2005-11-05 11:38:02 -0800 | [diff] [blame] | 248 | * Tue Sep 27 2005 Jim Radford <radford@blackbean.org> |
| 249 | - Move programs with non-standard dependencies (svn, cvs, email) |
| 250 | into separate packages |
| 251 | |
H. Peter Anvin | 8fc7ba8 | 2005-09-27 09:01:08 -0700 | [diff] [blame] | 252 | * Tue Sep 27 2005 H. Peter Anvin <hpa@zytor.com> |
| 253 | - parallelize build |
H. Peter Anvin | e8f71fc | 2005-09-27 09:02:24 -0700 | [diff] [blame] | 254 | - COPTS -> CFLAGS |
H. Peter Anvin | 8fc7ba8 | 2005-09-27 09:01:08 -0700 | [diff] [blame] | 255 | |
Chris Wright | 0e60471 | 2005-09-16 13:38:49 -0700 | [diff] [blame] | 256 | * Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.99.6-1 |
| 257 | - update to 0.99.6 |
| 258 | |
Horst von Brand | c6ae615 | 2005-09-16 00:08:24 -0400 | [diff] [blame] | 259 | * Fri Sep 16 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl> |
| 260 | - Linus noticed that less is required, added to the dependencies |
| 261 | |
Horst von Brand | 663a5ed | 2005-09-11 20:00:49 -0400 | [diff] [blame] | 262 | * Sun Sep 11 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl> |
| 263 | - Updated dependencies |
| 264 | - Don't assume manpages are gzipped |
| 265 | |
Chris Wright | 0e60471 | 2005-09-16 13:38:49 -0700 | [diff] [blame] | 266 | * Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> 0.99.4-4 |
| 267 | - drop sh_utils, sh-utils, diffutils, mktemp, and openssl Requires |
| 268 | - use RPM_OPT_FLAGS in spec file, drop patch0 |
| 269 | |
| 270 | * Wed Aug 17 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.99.4-3 |
| 271 | - use dist tag to differentiate between branches |
| 272 | - use rpm optflags by default (patch0) |
| 273 | - own %{_datadir}/git-core/ |
| 274 | |
| 275 | * Mon Aug 15 2005 Chris Wright <chrisw@osdl.org> |
| 276 | - update spec file to fix Buildroot, Requires, and drop Vendor |
| 277 | |
Horst von Brand | 24db845 | 2005-08-07 23:18:19 -0400 | [diff] [blame] | 278 | * Sun Aug 07 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl> |
| 279 | - Redid the description |
| 280 | - Cut overlong make line, loosened changelog a bit |
| 281 | - I think Junio (or perhaps OSDL?) should be vendor... |
| 282 | |
Eric W. Biederman | 49ce3d0 | 2005-07-14 19:24:23 -0600 | [diff] [blame] | 283 | * Thu Jul 14 2005 Eric Biederman <ebiederm@xmission.com> |
| 284 | - Add the man pages, and the --without docs build option |
Horst von Brand | 24db845 | 2005-08-07 23:18:19 -0400 | [diff] [blame] | 285 | |
Chris Wright | a9db297 | 2005-07-07 13:09:50 -0700 | [diff] [blame] | 286 | * Wed Jul 7 2005 Chris Wright <chris@osdl.org> |
| 287 | - initial git spec file |