[PATCH] cogito.spec.in update
From: Chris Wright <hidden>
Date: 2016-06-15 22:42:01
Subsystem:
the rest · Maintainer:
Linus Torvalds
Update cogito.spec.in to current. This uses .gz instead of .bz2 for source target as suggested by John Ellson, as well as some assorted minor changes. Signed-off-by: Chris Wright <redacted> ---
diff --git a/cogito.spec.in b/cogito.spec.in
--- a/cogito.spec.in
+++ b/cogito.spec.in@@ -6,11 +6,11 @@ Summary: Git core and tools License: GPL Group: Development/Tools URL: http://kernel.org/pub/software/scm/cogito/ -Source: http://kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.bz2 +Source: http://kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.gz Obsoletes: git BuildRequires: zlib-devel, openssl-devel, curl-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root -Prereq: sh-utils, diffutils, rcs, mktemp >= 1.5 +Prereq: sh-utils, diffutils, rsync, rcs, mktemp >= 1.5 %description GIT comes in two layers. The bottom layer is merely an extremely fast
@@ -35,11 +35,20 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -/usr/bin/* -/usr/lib/cogito +%{_bindir}/* +%dir /usr/lib/cogito +/usr/lib/cogito/* %doc README COPYING Documentation/* %changelog +* Wed Jul 6 2005 Chris Wright <chris@osdl.org> 0.12-1 +- update spec file + +* Thu Jun 9 2005 Chris Wright <chrisw@osdl.org> 0.11.3-1 +- Add openssl patch from Dan Holmsand <holmsand@gmail.com> +- Add cg-Xlib patch to fix showdate output +- Update %files with changes inspired by Neil Horman <nhorman@redhat.com> + * Mon May 9 2005 H. Peter Anvin <hpa@zytor.com> 0.10-1 - New upstream revision - Rename spec file to cogito.spec