From: Chris Wright <chrisw@osdl.org>
To: Petr Baudis <pasky@ucw.cz>
Cc: git@vger.kernel.org, terje.rosten@ntnu.no
Subject: [PATCH 3/3] cogito spec file 0.8-2
Date: Tue, 3 May 2005 11:33:25 -0700 [thread overview]
Message-ID: <20050503183325.GO18917@shell0.pdx.osdl.net> (raw)
In-Reply-To: <20050503183211.GN18917@shell0.pdx.osdl.net>
Some small additions to the cogito spec file:
o include some documentation
o use %{_prefix} macro
o drop -n from %setup macro
(chrisw: dropped spec file rename)
Signed-off-by: Terje Rosten <terje.rosten@ntnu.no>
Signed-off-by: Chris Wright <chrisw@osdl.org>
--- cogito/git.spec~0.8-1 2005-05-03 11:02:28.000000000 -0700
+++ cogito/git.spec 2005-05-03 11:10:32.000000000 -0700
@@ -1,6 +1,6 @@
Name: cogito
Version: 0.8
-Release: 1
+Release: 2
Vendor: Petr Baudis <pasky@ucw.cz>
Summary: Git core and tools
License: GPL
@@ -21,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}-%{version}
+%setup -q
%build
@@ -29,7 +29,7 @@ make
%install
rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT prefix=/usr/ install
+make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} install
%clean
rm -rf $RPM_BUILD_ROOT
@@ -37,8 +37,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/usr/bin/*
+%doc README README.reference COPYING Changelog
%changelog
+* Wed Apr 27 2005 Terje Rosten <terje.rosten@ntnu.no> 0.8-2
+- Doc files
+- Use %%{_prefix} macro
+- Drop -n option to %%setup macro
+
* Mon Apr 25 2005 Chris Wright <chrisw@osdl.org> 0.8-1
- Update to cogito, rename package, move to /usr/bin, update prereqs
next prev parent 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 21:15 [PATCH] release tarball make targets Mark Allen
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 ` [PATCH 2/3] cogito spec file 0.8-1 Chris Wright
2005-05-03 18:33 ` Chris Wright [this message]
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:32 ` 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=20050503183325.GO18917@shell0.pdx.osdl.net \
--to=chrisw@osdl.org \
--cc=git@vger.kernel.org \
--cc=pasky@ucw.cz \
--cc=terje.rosten@ntnu.no \
/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).