diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-05 16:04:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-05 16:04:53 +0200 |
commit | 6d1b7591cb8d4d7019bd251db37e31fd2a29c2c3 (patch) | |
tree | c77be91d14cb405fe68c2b52e8f31640a02cd822 | |
parent | d54cd6d6af6d07be39724472987942da26062f61 (diff) |
-rw-r--r-- | php-sabre-event.spec | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/php-sabre-event.spec b/php-sabre-event.spec index 16b38e5..50cfedc 100644 --- a/php-sabre-event.spec +++ b/php-sabre-event.spec @@ -19,11 +19,9 @@ Release: 7%{?dist} URL: http://sabre.io/event License: BSD -Group: Development/Libraries Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz Source1: %{name}-autoload.php -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{with_tests} BuildRequires: php(language) >= 5.4.1 @@ -61,8 +59,6 @@ cp %{SOURCE1} lib/autoload.php %install -rm -rf %{buildroot} - # Install as a PSR-0 library mkdir -p %{buildroot}%{_datadir}/php/Sabre cp -pr lib %{buildroot}%{_datadir}/php/Sabre/Event @@ -94,12 +90,7 @@ exit $ret %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc *md |