From 62209bcc0d5ed089f157f24d247c9d55fbe33aa7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Nov 2012 12:21:44 +0100 Subject: php-lessphp: backport --- Makefile | 4 ++++ php-lessphp.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-lessphp.spec b/php-lessphp.spec index e665cde..f2d3bde 100644 --- a/php-lessphp.spec +++ b/php-lessphp.spec @@ -10,6 +10,7 @@ License: MIT or GPLv3 URL: http://leafo.net/lessphp Source0: %{url}/src/%{libname}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: help2man # Test requires @@ -77,6 +78,7 @@ sed 's#%{_datadir}#%{buildroot}%{_datadir}#' -i tests/*.php %files +%defattr(-,root,root,-) %doc LICENSE README.md docs composer.json %doc %{_mandir}/man1/plessc.1* %{_datadir}/php/%{libname} @@ -86,6 +88,9 @@ sed 's#%{_datadir}#%{buildroot}%{_datadir}#' -i tests/*.php %changelog +* Sun Nov 25 2012 Remi Collet 0.3.8-3 +- backport 0.3.8 for remi repo + * Sun Nov 18 2012 Shawn Iwinski 0.3.8-3 - Fixed man page creation - Added tests directory ownership -- cgit