diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-05 06:48:50 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-05 06:48:50 +0200 |
commit | d7296609d640e72dd30d3d2f4fbd1f7d40fc895f (patch) | |
tree | 0c18cb0045027238b9c97e2fc1acfa26e45c1702 | |
parent | 024711967077347046b2a9d1dee34c91f6bd7a1a (diff) |
php-symfony-psr-http-message-bridge: backport
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | php-symfony-psr-http-message-bridge.spec | 13 |
2 files changed, 19 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3af85b3 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + +diff: + colordiff --ignore-blank-lines -I 'Group:' -I 'defattr' -u /work/fedora/php-symfony/*spec *spec
\ No newline at end of file diff --git a/php-symfony-psr-http-message-bridge.spec b/php-symfony-psr-http-message-bridge.spec index 21f5dcb..38acc15 100644 --- a/php-symfony-psr-http-message-bridge.spec +++ b/php-symfony-psr-http-message-bridge.spec @@ -1,3 +1,5 @@ +# remirepo spec file for php-symfony-psr-http-message-bridge, from: +# # # Fedora spec file for php-symfony-psr-http-message-bridge # @@ -43,6 +45,7 @@ License: MIT URL: https://github.com/%{github_owner}/%{github_name} Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Tests %if %{with_tests} @@ -128,6 +131,8 @@ AUTOLOAD %install +rm -rf %{buildroot} + mkdir -p %{buildroot}%{phpdir}/Symfony/Bridge/PsrHttpMessage cp -rp *.php Factory Tests %{buildroot}%{phpdir}/Symfony/Bridge/PsrHttpMessage/ @@ -142,7 +147,12 @@ cp -rp *.php Factory Tests %{buildroot}%{phpdir}/Symfony/Bridge/PsrHttpMessage/ %endif +%clean +rm -rf %{buildroot} + + %files +%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -152,6 +162,9 @@ cp -rp *.php Factory Tests %{buildroot}%{phpdir}/Symfony/Bridge/PsrHttpMessage/ %changelog +* Wed Aug 5 2015 Remi Collet <remi@remirepo.net> - 0.2-2 +- backport for #remirepo + * Sun Aug 02 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.2-2 - Fixed dependency versions - Added php-composer(zendframework/zend-diactoros) build dependency for tests |