Author: glen                         Date: Mon Sep 19 09:29:06 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- version 0.5, moved macros to /etc/rpm

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

---- Diffs:

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

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

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

Reply via email to