diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-channel-drush.spec | 5 |
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) |