summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-07 07:07:48 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-07 07:07:48 +0200
commit75a0531575e1f4645c8e43c85b2a5938ca61c69f (patch)
tree1626ce826901f781cab44ae2e69056f7945f9029
parent4dcd933023b7c2ef53afb95197feacf50e7736b6 (diff)
php-pclzip: backport stuffHEADmaster
-rw-r--r--Makefile4
-rw-r--r--php-pclzip.spec5
2 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..91b0fd5
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+SRCDIR := $(shell pwd)
+NAME := $(shell basename $(SRCDIR))
+include ../../common/Makefile
+
diff --git a/php-pclzip.spec b/php-pclzip.spec
index dac8259..b4ff6de 100644
--- a/php-pclzip.spec
+++ b/php-pclzip.spec
@@ -15,6 +15,7 @@ URL: http://www.phpconcept.net/%{libname}
# http://www.phpconcept.net/download.php?file=pclzip-VERSION_WTIH_DASHES_INSTEAD_OF_DOTS.tgz
Source0: %{libname}-%(echo "%{version}" | sed 's/\./-/g').tgz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: php(language)
@@ -57,11 +58,15 @@ cp -p *.php %{buildroot}/%{_datadir}/php/%{libname}/
%files
+%defattr(-,root,root,-)
%doc *.txt
%{_datadir}/php/%{libname}
%changelog
+* Sat Jun 7 2014 Remi Collet <remi@fedoraproject.org> 2.8.2-2
+- backport for remi repo
+
* Fri Jun 06 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.8.2-2
- Conditional %%{?dist}