SPECS: php-propel.spec (NEW) - new
glen
glen at pld-linux.org
Wed May 30 17:17:59 CEST 2007
Author: glen Date: Wed May 30 15:17:59 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
php-propel.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/php-propel.spec
diff -u /dev/null SPECS/php-propel.spec:1.1
--- /dev/null Wed May 30 17:17:59 2007
+++ SPECS/php-propel.spec Wed May 30 17:17:50 2007
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary: Object persistence and query service for PHP5
+Name: php-propel
+Version: 1.2.1
+Release: 0.1
+License: LGPL
+Group: Development/Languages/PHP
+Source0: http://propel.tigris.org/files/documents/1009/36721/propel-%{version}.tar.gz
+# Source0-md5: 1b2834d2c8ba42cc52a7efafb05d1378
+URL: http://propel.tigris.org/
+BuildRequires: php-creole
+BuildRequires: rpmbuild(macros) >= 1.300
+Requires: php-pear
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Propel is an object persistence (object relational mapping) tool for
+PHP5 based on Apache Torque. Propel generates PHP classes and SQL
+definition files for your data model and provides a runtime
+environment that transparently handles database operations
+
+%prep
+%setup -q -n propel-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+cp -a runtime/classes/propel $RPM_BUILD_ROOT%{php_pear_dir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{php_pear_dir}/*
+
+%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 2007/05/30 15:17:50 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list