[packages/php-symfony2-Config] initial add. version 2.1.4
glen
glen at pld-linux.org
Wed Dec 19 12:30:03 CET 2012
commit 15a691504780eb921d263918f03e9e1b3982e10f
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Dec 19 13:29:56 2012 +0200
initial add. version 2.1.4
created with pear make-rpm-spec and heavily cleaned up
php-symfony2-Config.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
---
diff --git a/php-symfony2-Config.spec b/php-symfony2-Config.spec
new file mode 100644
index 0000000..a196c0e
--- /dev/null
+++ b/php-symfony2-Config.spec
@@ -0,0 +1,58 @@
+%define status stable
+%define pearname Config
+%define php_min_version 5.3.3
+%include /usr/lib/rpm/macros.php
+Summary: %{pearname} - Symfony2 Config Component
+Name: php-symfony2-Config
+Version: 2.1.4
+Release: 1
+License: MIT
+Group: Development/Languages/PHP
+Source0: http://pear.symfony.com/get/%{pearname}-%{version}.tgz
+# Source0-md5: 01ee375fbc12f6fa5ad33d18e472a70f
+URL: http://pear.symfony.com/package/Config/
+BuildRequires: php-channel(pear.symfony.com)
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+BuildRequires: rpmbuild(macros) >= 1.610
+Requires: php(core) >= %{php_min_version}
+Requires: php-channel(pear.symfony.com)
+Requires: php-pear >= 4:1.3.10
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Symfony2 Config Component
+
+In PEAR status of this package is: %{status}.
+
+%prep
+%pear_package_setup
+
+# no packaging of tests
+rm -r .%{php_pear_dir}/Symfony/Component/%{pearname}/Tests
+rm .%{php_pear_dir}/Symfony/Component/%{pearname}/phpunit.xml.dist
+
+# fixups
+mv .%{php_pear_dir}/Symfony/Component/%{pearname}/CHANGELOG.md .
+rm .%{php_pear_dir}/Symfony/Component/%{pearname}/.gitattributes
+mv docs/%{pearname}/Symfony/Component/%{pearname}/* .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG.md LICENSE README.md install.log
+%{php_pear_dir}/.registry/.channel.*/*.reg
+%dir %{php_pear_dir}/Symfony/Component/Config
+%{php_pear_dir}/Symfony/Component/Config/*.php
+%{php_pear_dir}/Symfony/Component/Config/Definition
+%{php_pear_dir}/Symfony/Component/Config/Exception
+%{php_pear_dir}/Symfony/Component/Config/Loader
+%{php_pear_dir}/Symfony/Component/Config/Resource
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-symfony2-Config.git/commitdiff/15a691504780eb921d263918f03e9e1b3982e10f
More information about the pld-cvs-commit
mailing list