Author: glen                         Date: Mon Sep 19 10:16:49 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version 0.6, macros moved to /usr/lib/rpm/macros.pear

---- Files affected:
SPECS:
   php-pear-build.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/php-pear-build.spec
diff -u SPECS/php-pear-build.spec:1.12 SPECS/php-pear-build.spec:1.13
--- SPECS/php-pear-build.spec:1.12      Mon Sep 19 11:29:01 2005
+++ SPECS/php-pear-build.spec   Mon Sep 19 12:16:43 2005
@@ -1,11 +1,12 @@
 # $Revision$, $Date$
 Summary:       RPM build macros for PEAR packages
 Name:          php-pear-build
-Version:       0.5
+Version:       0.6
 Release:       1
 License:       Public Domain
 Group:         Development/Languages/PHP
 Source0:       %{name}-macros
+Requires:      rpm-build >= 4.4.2-10.1
 Requires:      php-pear-PEAR >= 1:1.4.0-0.b1.3
 Requires:      php-zlib
 Requires:      rpm-php-pearprov >= 4.0.2-98
@@ -13,7 +14,7 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _rpmrcdir       /etc/rpm
+%define                _rpmlibdir      /usr/lib/rpm
 
 %description
 This package provides rpm macros and dependencies to help building PEAR
@@ -24,12 +25,12 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_rpmrcdir}
-install %{SOURCE0} $RPM_BUILD_ROOT%{_rpmrcdir}/macros.pear
+install -d $RPM_BUILD_ROOT%{_rpmlibdir}
+install %{SOURCE0} $RPM_BUILD_ROOT%{_rpmlibdir}/macros.pear
 
 %files
 %defattr(644,root,root,755)
-%{_rpmrcdir}/*
+%{_rpmlibdir}/*
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -37,6 +38,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2005/09/19 10:16:43  glen
+- version 0.6, macros moved to /usr/lib/rpm/macros.pear
+
 Revision 1.12  2005/09/19 09:29:01  glen
 - version 0.5, moved macros to /etc/rpm
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pear-build.spec?r1=1.12&r2=1.13&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to