From 9ecc819bb4605ef457027c4ee4a0e610f5f757ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jan 2014 08:14:18 +0100 Subject: php-horde-Horde-History: cleanups --- php-horde-Horde-History.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/php-horde-Horde-History.spec b/php-horde-Horde-History.spec index 60315e0..9fbb7f1 100644 --- a/php-horde-Horde-History.spec +++ b/php-horde-Horde-History.spec @@ -5,7 +5,7 @@ Name: php-horde-Horde-History Version: 2.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: API for tracking the history of an object Group: Development/Libraries @@ -57,6 +57,7 @@ cd %{pear_name}-%{version} %install +rm -rf %{buildroot} cd %{pear_name}-%{version} %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml @@ -68,6 +69,10 @@ mkdir -p %{buildroot}%{pear_xmldir} install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} +%clean +rm -rf %{buildroot} + + %check src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) @@ -99,6 +104,9 @@ fi %changelog +* Fri Jan 10 2014 Remi Collet - 2.2.1-2 +- cleanups from review #909662 + * Tue Oct 15 2013 Remi Collet - 2.2.1-1 - Update to 2.2.1 -- cgit