diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-23 09:31:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-23 09:31:57 +0100 |
commit | 2b77530ad2449ca102f91d992f040b1e29bf4eae (patch) | |
tree | d976a02e6b7bf1391a00ebb2b414e2c44a424b5b | |
parent | cef86b4bea485eee43ab7b327273ba5ca9b994cd (diff) |
php-PsrLog: backport
-rw-r--r-- | php-PsrLog.spec | 5 |
1 files changed, 5 insertions, 0 deletions
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 <remi@fedoraproject.org> 1.0.0-2 +- backport 1.0.0 for remi repo. + * Tue Jan 22 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 1.0.0-2 - Updated URL - Added php-date require |