diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-07-03 19:30:21 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-07-03 19:30:21 +0200 |
commit | fe7657c3212ecc9bd47d59a07d34ad1856c3661f (patch) | |
tree | da08aa196e9a17a271c8fc4e39eefcb98f0b4842 | |
parent | 9b7220a842f62c1a4d58cc9b536a61b4abcd5bdf (diff) |
php-symfony2-Security: backport
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-symfony2-Security.spec | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + diff --git a/php-symfony2-Security.spec b/php-symfony2-Security.spec index bf2ebeb..7e2b027 100644 --- a/php-symfony2-Security.spec +++ b/php-symfony2-Security.spec @@ -12,6 +12,7 @@ License: MIT URL: http://symfony.com/components Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear(PEAR) BuildRequires: php-channel(%{pear_channel}) @@ -90,12 +91,16 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_phpdir}/Symfony/Component/%{pear_name} %changelog +* Mon Jul 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-3 +- backport for remi repository + * Sat Jun 30 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.15-3 - Added php-pdo require - Updated %%description |