From 4e5f33d5c6b310f67593929524e1e93e25f5b884 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Feb 2015 10:33:37 +0100 Subject: php-guzzlehttp-ringphp: add backport stuff for remi repo --- php-guzzlehttp-ringphp.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'php-guzzlehttp-ringphp.spec') diff --git a/php-guzzlehttp-ringphp.spec b/php-guzzlehttp-ringphp.spec index cd646a4..c1ff30e 100644 --- a/php-guzzlehttp-ringphp.spec +++ b/php-guzzlehttp-ringphp.spec @@ -42,6 +42,7 @@ License: MIT URL: http://ringphp.readthedocs.org Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} BuildRequires: nodejs @@ -97,6 +98,7 @@ clients and servers for both blocking and non-blocking requests. %install +rm -rf %{buildroot} mkdir -pm 0755 %{buildroot}%{phpdir}/GuzzleHttp/Ring cp -rp src/* %{buildroot}%{phpdir}/GuzzleHttp/Ring/ @@ -128,7 +130,12 @@ AUTOLOAD %endif +%clean +rm -rf %{buildroot} + + %files +%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.rst *.md composer.json @@ -136,6 +143,9 @@ AUTOLOAD %changelog +* Fri Feb 13 2015 Remi Collet - 1.0.5-1 +- backport for remi repository + * Sun Dec 28 2014 Shawn Iwinski - 1.0.5-1 - Updated to 1.0.5 -- cgit