summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-12-19 07:17:57 +0100
committerRemi Collet <fedora@famillecollet.com>2012-12-19 07:17:57 +0100
commitf8b8d9ea7e992481a4d867c670fc30b9d86aae00 (patch)
tree4c4d3d372bf58e26450303a1d656af3823d24829
parented9e91fa847f09b520bffd7a77c0b38c94963eba (diff)
php-channel-guzzle; backportHEADmaster
-rw-r--r--Makefile4
-rw-r--r--php-channel-guzzle.spec5
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-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 <RPMS@FamilleCollet.com> - 1.3-1
+- backport for remi repo.
+
* Sat Dec 8 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 1.3-1
- Initial package (version matches channel REST version)