git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chris Wright <chrisw@osdl.org>
To: Petr Baudis <pasky@suse.cz>
Cc: git@vger.kernel.org, John Ellson <ellson@research.att.com>
Subject: [PATCH] cogito.spec.in update
Date: Thu, 7 Jul 2005 11:33:14 -0700	[thread overview]
Message-ID: <20050707183314.GO5324@shell0.pdx.osdl.net> (raw)

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

                 reply	other threads:[~2005-07-07 18:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050707183314.GO5324@shell0.pdx.osdl.net \
    --to=chrisw@osdl.org \
    --cc=ellson@research.att.com \
    --cc=git@vger.kernel.org \
    --cc=pasky@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).