From 2b77530ad2449ca102f91d992f040b1e29bf4eae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Jan 2013 09:31:57 +0100 Subject: php-PsrLog: backport --- php-PsrLog.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php-PsrLog.spec') diff --git a/php-PsrLog.spec b/php-PsrLog.spec index 10ba101..7d0017b 100644 --- a/php-PsrLog.spec +++ b/php-PsrLog.spec @@ -13,6 +13,7 @@ License: MIT URL: http://www.php-fig.org Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: php-common >= 5.3.0 @@ -42,12 +43,16 @@ cp -rp Psr/Log %{buildroot}%{_datadir}/php/Psr/ %files +%defattr(-,root,root,-) %doc LICENSE README.md composer.json %dir %{_datadir}/php/Psr %{_datadir}/php/Psr/Log %changelog +* Wed Jan 23 2013 Remi Collet 1.0.0-2 +- backport 1.0.0 for remi repo. + * Tue Jan 22 2013 Shawn Iwinski 1.0.0-2 - Updated URL - Added php-date require -- cgit