From ce42e4afc727503860e821c81e8c2429d64cf491 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jun 2012 17:12:47 +0200 Subject: php-symfony2-Locale: backport --- Makefile | 4 ++++ php-symfony2-Locale.spec | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 Makefile 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 2.0.15-3 +- rebuild for remi repository + * Sun Jun 23 2012 Shawn Iwinski 2.0.15-3 - Added %%lang directive flags for *.res files - Modified %%files because of separate *.res file listings -- cgit