SPECS (DEVEL): cvsweb.spec - unpackage backup files
glen
glen at pld-linux.org
Sat Jun 18 14:12:32 CEST 2005
Author: glen Date: Sat Jun 18 12:12:32 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- unpackage backup files
---- Files affected:
SPECS:
cvsweb.spec (1.21.2.5 -> 1.21.2.6)
---- Diffs:
================================================================
Index: SPECS/cvsweb.spec
diff -u SPECS/cvsweb.spec:1.21.2.5 SPECS/cvsweb.spec:1.21.2.6
--- SPECS/cvsweb.spec:1.21.2.5 Sat Jan 29 16:46:06 2005
+++ SPECS/cvsweb.spec Sat Jun 18 14:12:27 2005
@@ -4,7 +4,7 @@
Summary(pl): Wizualny (WWW) interfejs do przeglądania repozytorium cvs
Name: cvsweb
Version: 3.0.5
-Release: 0.1
+Release: 0.2
Epoch: 1
License: BSD
Group: Development/Tools
@@ -47,6 +47,9 @@
%setup -q
%patch0 -p1
+# remove backups
+find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
+
%install
rm -rf $RPM_BUILD_ROOT
@@ -82,7 +85,7 @@
#</deprecated>
# support for reloading configuration of various installed webservers.
-# Use `service' instead running initscript or (worse) apachectrl directly (think about boa f.e.).
+# Use `service' instead running initscript or (worse) apachectl directly (think about boa f.e.).
# `service' is a "next abstraction layer"
WEBSRV=$(for a in $(rpm -q --whatprovides webserver)
do rpm -ql $a | awk 'BEGIN { FS = "/" } /init\.d/ { print $5 }' ; done)
@@ -139,6 +142,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.21.2.6 2005/06/18 12:12:27 glen
+- unpackage backup files
+
Revision 1.21.2.5 2005/01/29 15:46:06 hawk
- updated to 3.0.5, release 0.1
- included macros.perl for perl autodeps, removed unecessary R's
@@ -181,7 +187,7 @@
- /home/httpd -> /home/services/httpd
Revision 1.16 2002/10/10 13:04:39 marcus
-- use new %%doc
+- use new %doc
Revision 1.15 2002/09/08 07:29:11 mkochano
- Release 2.
@@ -193,17 +199,17 @@
scripts.
Revision 1.13 2002/04/25 16:08:49 arturs
-fixed a small typo
+- fixed a small typo
Revision 1.12 2002/03/27 12:05:07 roman
-s/BSD type/BSD-like in License
+- s/BSD type/BSD-like in License
Revision 1.11 2002/02/22 23:28:46 kloczek
- removed all Group fields translations (our rpm now can handle translating
Group field using gettext).
Revision 1.10 2002/01/18 02:12:39 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
Revision 1.9 2001/11/13 12:57:59 qboosh
- adapterized
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cvsweb.spec?r1=1.21.2.5&r2=1.21.2.6&f=u
More information about the pld-cvs-commit
mailing list