summaryrefslogtreecommitdiffstats
path: root/php-Raven.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-23 09:27:37 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-23 09:27:37 +0100
commitb7bd7310402e26a264e9238e7f7ff41c0cab0e64 (patch)
treea9558e942c6cf5e6d36f9aafc6aa3b158cda017c /php-Raven.spec
parentfe5bfd82283264e0da256c2806f907df3233fad1 (diff)
php-Raven: backport
Diffstat (limited to 'php-Raven.spec')
-rw-r--r--php-Raven.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/php-Raven.spec b/php-Raven.spec
index 365ad0d..c11581c 100644
--- a/php-Raven.spec
+++ b/php-Raven.spec
@@ -16,6 +16,7 @@ License: BSD
URL: https://github.com/%{github_owner}/%{github_name}
Source0: %{url}/archive/%{github_commit}/%{name}-%{version}-%{github_commit}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
# Test build requires
BuildRequires: php-common >= %{php_min_ver}
@@ -96,16 +97,21 @@ cp -rp test/* %{buildroot}%{_datadir}/tests/%{name}/
%files
+%defattr(-,root,root,-)
%doc LICENSE AUTHORS README.rst composer.json
%{_datadir}/php/%{lib_name}
%{_bindir}/raven
%files tests
+%defattr(-,root,root,-)
%dir %{_datadir}/tests
%{_datadir}/tests/%{name}
%changelog
+* Wed Jan 23 2013 Remi Collet <remi@fedoraproject.org> 0.4.0-2
+- backport 0.4.0 for remi repo.
+
* Tue Jan 22 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 0.4.0-2
- Updated bin install from "install" to "install -pm 755"