All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Wright <chrisw@osdl.org>
To: Petr Baudis <pasky@ucw.cz>
Cc: git@vger.kernel.org
Subject: [PATCH 2/3] cogito spec file 0.8-1
Date: Tue, 3 May 2005 11:32:11 -0700	[thread overview]
Message-ID: <20050503183211.GN18917@shell0.pdx.osdl.net> (raw)
In-Reply-To: <20050503183038.GM18917@shell0.pdx.osdl.net>

Update spec file to cogito 0.8.  Obsolete the git package, add some
more build and install prereqs, move to /usr/bin, update URLs.

Signed-off-by: Chris Wright <chrisw@osdl.org>

--- cogito/git.spec~0.7-1	2005-05-03 11:02:15.000000000 -0700
+++ cogito/git.spec	2005-05-03 11:10:32.000000000 -0700
@@ -1,16 +1,17 @@
-Name: 		git
-Version: 	0.7
+Name: 		cogito
+Version: 	0.8
 Release: 	1
 Vendor: 	Petr Baudis <pasky@ucw.cz>
 Summary:  	Git core and tools
 License: 	GPL
 Group: 		Development/Tools
-URL: 		http://pasky.or.cz/~pasky/dev/git/
-Source: 	http://pasky.or.cz/~pasky/dev/git/%{name}-pasky-%{version}.tar.bz2
-Provides: 	git = %{version}
-BuildRequires:	zlib-devel openssl-devel
+URL: 		http://kernel.org/pub/software/scm/cogito/
+Source: 	http://kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.bz2
+Provides: 	cogito = %{version}
+Obsoletes:	git
+BuildRequires:	zlib-devel, openssl-devel, curl-devel
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-Prereq: 	sh-utils diffutils
+Prereq: 	sh-utils, diffutils, rsync, rcs, mktemp >= 1.5
 
 %description
 GIT comes in two layers. The bottom layer is merely an extremely fast
@@ -20,7 +21,7 @@ enables human beings to work with the da
 similar to other SCM tools (like CVS, BitKeeper or Monotone).
 
 %prep
-%setup -q -n %{name}-pasky-%{version}
+%setup -q -n %{name}-%{version}
 
 %build
 
@@ -28,17 +29,19 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local install
+make DESTDIR=$RPM_BUILD_ROOT prefix=/usr/ install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-/usr/local/bin/*
-#%{_mandir}/*/*
+/usr/bin/*
 
 %changelog
+* Mon Apr 25 2005 Chris Wright <chrisw@osdl.org> 0.8-1
+- Update to cogito, rename package, move to /usr/bin, update prereqs
+
 * Mon Apr 25 2005 Chris Wright <chrisw@osdl.org> 0.7-1
 - Update to 0.7
 

  reply	other threads:[~2005-05-03 18:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-03 18:28 [PATCH 0/3] cogito spec file updates Chris Wright
2005-05-03 18:30 ` [PATCH 1/3] cogito spec file 0.7-1 Chris Wright
2005-05-03 18:32   ` Chris Wright [this message]
2005-05-03 18:33     ` [PATCH 3/3] cogito spec file 0.8-2 Chris Wright
2005-05-03 19:35 ` [PATCH 0/3] cogito spec file updates Chris Wright
2005-05-03 21:21   ` Petr Baudis
2005-05-03 21:15     ` [PATCH] release tarball make targets Mark Allen
2005-05-03 21:32     ` [PATCH 0/3] cogito spec file updates Chris Wright
2005-05-03 21:44       ` Petr Baudis
2005-05-03 23:01         ` Chris Wright
2005-05-04 14:38         ` H. Peter Anvin
2005-05-04 14:54           ` Horst von Brand
2005-05-04 15:01             ` H. Peter Anvin
2005-05-04 15:27           ` Chris Wright
2005-05-04  1:00   ` Horst von Brand

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=20050503183211.GN18917@shell0.pdx.osdl.net \
    --to=chrisw@osdl.org \
    --cc=git@vger.kernel.org \
    --cc=pasky@ucw.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.