summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-11-14 07:16:54 +0100
committerRemi Collet <fedora@famillecollet.com>2012-11-14 07:16:54 +0100
commitc06fd0fb5dee59d0ab25ae1adef5546ea0bf5d3a (patch)
treebb5ca93df0954b42bd3a51f1e7ee1d56b3613064
parented2298831b77a8c44aaf315285a01da9e144875c (diff)
php-channel-drush: backportHEADmaster
-rw-r--r--Makefile4
-rw-r--r--php-channel-drush.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-drush.spec b/php-channel-drush.spec
index 84cbe40..8f65084 100644
--- a/php-channel-drush.spec
+++ b/php-channel-drush.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
+* Tue Nov 14 2012 Remi Collet <rpms@famillecollet.com> - 1.3-1
+- backport for remi repo
+
* Thu Nov 8 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 1.3-1
- Initial package (version matches channel REST version)