diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-28 17:15:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-28 17:15:40 +0200 |
commit | fea06bcaae9e36e11a6b748925a361ab2fe5f47d (patch) | |
tree | b2878b8c6d00bb764ffd915ee719d7e3924984e0 | |
parent | 83e0a46df9d92a5b056918df5e120e15807831ca (diff) |
php-symfony2-Translation: backport
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-symfony2-Translation.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-Translation.spec b/php-symfony2-Translation.spec index 1dc96ed..00a815f 100644 --- a/php-symfony2-Translation.spec +++ b/php-symfony2-Translation.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}) @@ -77,12 +78,16 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_phpdir}/Symfony/Component/%{pear_name} %changelog +* Thu Jun 28 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-4 +- rebuild for remi repository + * Tue Jun 12 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.15-4 - Added php-pear(%%{pear_channel}/Yaml) require |