diff options
| -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  | 
