From fa180323b50ecde428749174be871f2140bbcb5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Jun 2012 07:34:59 +0200 Subject: php-twig-Twig: backport --- Makefile | 4 ++++ php-twig-Twig.spec | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + diff --git a/php-twig-Twig.spec b/php-twig-Twig.spec index 592c4ca..92cd79f 100644 --- a/php-twig-Twig.spec +++ b/php-twig-Twig.spec @@ -12,6 +12,7 @@ License: BSD URL: http://twig.sensiolabs.org 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}) @@ -83,12 +84,16 @@ fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_phpdir}/%{pear_name} %changelog +* Sun Jun 09 2012 Remi Collet 1.8.2-1 +- rebuild for remi repository + * Thu May 31 2012 Shawn Iwinski 1.8.2-1 - Updated to upstream version 1.8.2 - Removed "BuildRequires: php-pear >= 1:1.4.9-1.2" -- cgit