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 <[EMAIL PROTECTED]> --- 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 <[EMAIL PROTECTED]> 0.12-1 +- update spec file + +* Thu Jun 9 2005 Chris Wright <[EMAIL PROTECTED]> 0.11.3-1 +- Add openssl patch from Dan Holmsand <[EMAIL PROTECTED]> +- Add cg-Xlib patch to fix showdate output +- Update %files with changes inspired by Neil Horman <[EMAIL PROTECTED]> + * Mon May 9 2005 H. Peter Anvin <[EMAIL PROTECTED]> 0.10-1 - New upstream revision - Rename spec file to cogito.spec - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html