From 3f23c0abeaad51e9feb3a2263ed4774c18f96c40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 30 Apr 2017 07:10:26 +0200 Subject: cleanup --- php-akamai-open-edgegrid-auth.spec | 8 -------- 1 file changed, 8 deletions(-) (limited to 'php-akamai-open-edgegrid-auth.spec') diff --git a/php-akamai-open-edgegrid-auth.spec b/php-akamai-open-edgegrid-auth.spec index 3778ae0..25628d6 100644 --- a/php-akamai-open-edgegrid-auth.spec +++ b/php-akamai-open-edgegrid-auth.spec @@ -37,7 +37,6 @@ License: ASL 2.0 URL: https://github.com/%{github_owner}/%{github_name} Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Autoloader BuildRequires: php-fedora-autoloader-devel @@ -94,8 +93,6 @@ Autoloader: %{phpdir}/Akamai/Open/EdgeGrid/autoload-auth.php %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{phpdir}/Akamai/Open/EdgeGrid cp -rp src/* %{buildroot}%{phpdir}/Akamai/Open/EdgeGrid/ @@ -120,12 +117,7 @@ exit $RETURN_CODE %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md -- cgit