diff options
Diffstat (limited to 'php-sabre-event.spec')
-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 |