summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-10 07:34:59 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-10 07:34:59 +0200
commitfa180323b50ecde428749174be871f2140bbcb5a (patch)
tree94a99ed009e04f33efc5462e0ac03cf647094c77
parent1af09b494c1bcc37dfe8608b0552e9a16231f044 (diff)
php-twig-Twig: backport
-rw-r--r--Makefile4
-rw-r--r--php-twig-Twig.spec5
2 files changed, 9 insertions, 0 deletions
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 <RPMS@FamilleCollet.com> 1.8.2-1
+- rebuild for remi repository
+
* Thu May 31 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 1.8.2-1
- Updated to upstream version 1.8.2
- Removed "BuildRequires: php-pear >= 1:1.4.9-1.2"