From 75a0531575e1f4645c8e43c85b2a5938ca61c69f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 7 Jun 2014 07:07:48 +0200 Subject: php-pclzip: backport stuff --- Makefile | 4 ++++ php-pclzip.spec | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 Makefile 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 2.8.2-2 +- backport for remi repo + * Fri Jun 06 2014 Shawn Iwinski - 2.8.2-2 - Conditional %%{?dist} -- cgit