git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cogito.spec.in update
@ 2005-07-07 18:33 Chris Wright
  0 siblings, 0 replies; only message in thread
From: Chris Wright @ 2005-07-07 18:33 UTC (permalink / raw)
  To: Petr Baudis; +Cc: git, John Ellson

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 <chrisw@osdl.org>
---

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-07-07 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-07 18:33 [PATCH] cogito.spec.in update Chris Wright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).