From c06fd0fb5dee59d0ab25ae1adef5546ea0bf5d3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Nov 2012 07:16:54 +0100 Subject: php-channel-drush: backport --- Makefile | 4 ++++ php-channel-drush.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-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 - 1.3-1 +- backport for remi repo + * Thu Nov 8 2012 Shawn Iwinski 1.3-1 - Initial package (version matches channel REST version) -- cgit