summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-08-01 10:38:47 +0200
committerRemi Collet <fedora@famillecollet.com>2012-08-01 10:38:47 +0200
commit7e8c267680a78365e12e5a5acb228d77f3d2f998 (patch)
tree0adc61bffa5c4a742526fbab3430548aa92203a4
parent26022e067eb3b4eef8ccff8a4c5e7aec5294a390 (diff)
php-horde-Horde-Support: backport
-rw-r--r--Makefile4
-rw-r--r--php-horde-Horde-Support.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-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