From 99ea18d2b426c0d079728f2259953ed909539ec4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Apr 2017 08:06:56 +0200 Subject: cleanup --- .gitignore | 4 ++++ php-di.spec | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3205f6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +clog +/php-di-5.2.0-e20ff1b465a15548e22efcea79e06df64d9e2068.tar.gz +/php-di-5.2.2-f574bcc841201ab04587b1c6da1234d4044f67d8.tar.gz +/php-di-5.4.0-e348393488fa909e4bc0707ba5c9c44cd602a1cb.tar.gz diff --git a/php-di.spec b/php-di.spec index 002cd29..28c5e32 100644 --- a/php-di.spec +++ b/php-di.spec @@ -61,7 +61,6 @@ URL: http://php-di.org/ Source0: %{name}-%{github_version}-%{github_commit}.tar.gz Source1: %{name}-get-source.sh -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Tests %if %{with_tests} @@ -182,7 +181,6 @@ AUTOLOAD %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{phpdir} cp -rp src/* %{buildroot}%{phpdir}/ @@ -237,12 +235,7 @@ exit $ret %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc change-log.md -- cgit