From 6d1b7591cb8d4d7019bd251db37e31fd2a29c2c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Jun 2018 16:04:53 +0200 Subject: clean --- php-sabre-event.spec | 9 --------- 1 file changed, 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 -- cgit