summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)