SPECS (DEVEL): php-pear-PEAR.spec - avoid packaging backup files
glen
glen at pld-linux.org
Mon Sep 19 09:09:39 CEST 2005
Author: glen Date: Mon Sep 19 07:09:39 2005 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- avoid packaging backup files
---- Files affected:
SPECS:
php-pear-PEAR.spec (1.65.2.14 -> 1.65.2.15)
---- Diffs:
================================================================
Index: SPECS/php-pear-PEAR.spec
diff -u SPECS/php-pear-PEAR.spec:1.65.2.14 SPECS/php-pear-PEAR.spec:1.65.2.15
--- SPECS/php-pear-PEAR.spec:1.65.2.14 Sun Sep 18 21:48:39 2005
+++ SPECS/php-pear-PEAR.spec Mon Sep 19 09:09:34 2005
@@ -10,7 +10,7 @@
Summary(pl): %{_pearname} - podstawowa klasa dla PHP PEAR
Name: php-pear-%{_pearname}
Version: 1.4.0
-%define _rel 0.1
+%define _rel 0.2
Release: 1.%{_rel}
Epoch: 1
License: PHP 3.0
@@ -69,6 +69,8 @@
%patch2 -p1
%patch3 -p1
+find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
+
%install
rm -rf $RPM_BUILD_ROOT
@@ -107,6 +109,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.65.2.15 2005/09/19 07:09:34 glen
+- avoid packaging backup files
+
Revision 1.65.2.14 2005/09/18 19:48:39 glen
- 1.4.0 release
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pear-PEAR.spec?r1=1.65.2.14&r2=1.65.2.15&f=u
More information about the pld-cvs-commit
mailing list