diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-05 16:05:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-05 16:05:23 +0200 |
commit | ab17d35563982c3cc08c6ada85f4d780fbbb271d (patch) | |
tree | 091334934bf11125d0f29c2dafe7ba2f20bb1670 /php-sabre-uri.spec | |
parent | b5d0582424d0493aa4d197ac1616d14fce8d61f7 (diff) |
clean
Diffstat (limited to 'php-sabre-uri.spec')
-rw-r--r-- | php-sabre-uri.spec | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/php-sabre-uri.spec b/php-sabre-uri.spec index 1ba8461..eabf44f 100644 --- a/php-sabre-uri.spec +++ b/php-sabre-uri.spec @@ -19,11 +19,9 @@ Release: 4%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} 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.7 @@ -77,8 +75,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/Uri @@ -111,12 +107,7 @@ exit $ret %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc *md |