diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | php-horde-Horde-Support.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-horde-Horde-Support.spec b/php-horde-Horde-Support.spec index eaacc11..058c944 100644 --- a/php-horde-Horde-Support.spec +++ b/php-horde-Horde-Support.spec @@ -11,6 +11,7 @@ License: BSD URL: http://pear.horde.org Source0: http://pear.horde.org/get/%{pear_name}-%{version}.tgz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(pear.horde.org) @@ -67,12 +68,16 @@ if [ $1 -eq 0 ] ; then fi %files +%defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml %{pear_phpdir}/Horde/Support %{pear_testdir}/%{pear_name} %changelog +* Wed Aug 01 2012 Remi Collet <RPMS@FamilleCollet.com> - 1.0.2-2 +- backport for remi repo + * Thu Jul 12 2012 Nick Bebout <nb@fedoraproject.org> - 1.0.2-2 - Fix packaging issues |