diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-28 17:12:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-28 17:12:47 +0200 |
commit | ce42e4afc727503860e821c81e8c2429d64cf491 (patch) | |
tree | 7775fc646fa14cd3b46aae448876c2571905837a | |
parent | 258db465aa1a84a57ec1e862cdea6e4be7420c82 (diff) |
php-symfony2-Locale: backport
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-symfony2-Locale.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-Locale.spec b/php-symfony2-Locale.spec index 6da7315..17916c1 100644 --- a/php-symfony2-Locale.spec +++ b/php-symfony2-Locale.spec @@ -12,6 +12,7 @@ License: MIT URL: http://symfony.com/doc/current/components/locale.html 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}) @@ -98,6 +99,7 @@ fi %files -f %{name}.lang +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %dir %{pear_phpdir}/Symfony @@ -118,6 +120,9 @@ fi %changelog +* Thu Jun 28 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-3 +- rebuild for remi repository + * Sun Jun 23 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.15-3 - Added %%lang directive flags for *.res files - Modified %%files because of separate *.res file listings |