From f8b8d9ea7e992481a4d867c670fc30b9d86aae00 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Dec 2012 07:17:57 +0100 Subject: php-channel-guzzle; backport --- Makefile | 4 ++++ php-channel-guzzle.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-channel-guzzle.spec b/php-channel-guzzle.spec index 9df4505..241b42b 100644 --- a/php-channel-guzzle.spec +++ b/php-channel-guzzle.spec @@ -12,6 +12,7 @@ License: Public Domain URL: http://%{pear_channel} Source0: http://%{pear_channel}/channel.xml +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear(PEAR) @@ -54,9 +55,13 @@ fi %files +%defattr(-,root,root,-) %{pear_xmldir}/%{name}.xml %changelog +* Wed Dec 19 2012 Remi Collet - 1.3-1 +- backport for remi repo. + * Sat Dec 8 2012 Shawn Iwinski 1.3-1 - Initial package (version matches channel REST version) -- cgit