SPECS: php-pear-build.spec (NEW) - initial idea

glen glen at pld-linux.org
Sun Sep 18 12:51:04 CEST 2005


Author: glen                         Date: Sun Sep 18 10:51:04 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial idea

---- Files affected:
SPECS:
   php-pear-build.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-build.spec
diff -u /dev/null SPECS/php-pear-build.spec:1.1
--- /dev/null	Sun Sep 18 12:51:05 2005
+++ SPECS/php-pear-build.spec	Sun Sep 18 12:50:59 2005
@@ -0,0 +1,41 @@
+# $Revision$, $Date$
+Summary:	Package for helping building PEAR packages on PLD Linux
+Name:		php-pear-build
+Version:	0.1
+Release:	0.1
+License:	Public Domain
+Group:		Development/Languages/PHP
+Source0:	%{name}-macros
+Requires:	php-pear-PEAR >= 1:1.4.0-0.b1.3
+Requires:	php-zlib
+Requires:	rpm-php-pearprov >= 4.0.2-98
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define	_rpmlibdir	/usr/lib/rpm
+
+%description
+This package provides rpm macros and dependencies to help building PEAR
+packages in PLD Linux.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_rpmlibdir}
+install %{SOURCE0} $RPM_BUILD_ROOT%{_rpmlibdir}/macros.pear
+
+%files
+%defattr(644,root,root,755)
+%{_rpmlibdir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/18 10:50:59  glen
+- initial idea
+
================================================================



More information about the pld-cvs-commit mailing list