auto-import git-core-0.99.6-1 on branch devel from

git-core-0.99.6-1.src.rpm
This commit is contained in:
Chris Wright 2005-09-16 18:10:58 +00:00
parent f761547759
commit 21e2695602
3 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
git-core-0.99.4.tar.gz
git-core-0.99.6.tar.gz

View File

@ -1,7 +1,7 @@
# Pass --without docs to rpmbuild if you don't want the documetnation
Name: git-core
Version: 0.99.4
Release: 4%{?dist}
Version: 0.99.6
Release: 1%{?dist}
Summary: Git core and tools
License: GPL
Group: Development/Tools
@ -24,12 +24,11 @@ elsewhere for tools for ordinary humans layered on top of this.
%build
make COPTS="$RPM_OPT_FLAGS" prefix=%{_prefix} all %{!?_without_docs: doc}
make COPTS="$RPM_OPT_FLAGS" -C tools all
%install
rm -rf $RPM_BUILD_ROOT
make dest=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \
install install-tools %{!?_without_docs: install-doc}
make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} \
install %{!?_without_docs: install-doc}
%clean
rm -rf $RPM_BUILD_ROOT
@ -44,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
%{!?_without_docs: %{_mandir}/man7/*.7.gz}
%changelog
* Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.99.6-1
- update to 0.99.6
* Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> 0.99.4-4
- drop sh_utils, sh-utils, diffutils, mktemp, and openssl Requires
- use RPM_OPT_FLAGS in spec file, drop patch0

View File

@ -1 +1 @@
06935e265e7a556d8819a097dcb44f35 git-core-0.99.4.tar.gz
ca2f17bc1550909a2675386e8be46f0f git-core-0.99.6.tar.gz