[perl-Convert-Color] Upstream update. Spec cleanup.

corsepiu corsepiu at fedoraproject.org
Thu Apr 28 08:17:32 UTC 2011


commit 1c074266d0daa47eabc9a79699a5c78f654bb68b
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Apr 28 10:17:21 2011 +0200

    Upstream update.
    Spec cleanup.

 .gitignore              |    1 +
 perl-Convert-Color.spec |   14 ++++++--------
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 89032dc..e445f1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Convert-Color-0.07.tar.gz
+/Convert-Color-0.08.tar.gz
diff --git a/perl-Convert-Color.spec b/perl-Convert-Color.spec
index 2f5e7ea..c4481ce 100644
--- a/perl-Convert-Color.spec
+++ b/perl-Convert-Color.spec
@@ -1,13 +1,12 @@
 Name:           perl-Convert-Color
-Version:        0.07
-Release:        3%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Color space conversions and named lookups
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Convert-Color/
 Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/Convert-Color-%{version}.tar.gz
 Patch0:         Convert-Color-0.07.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  perl(List::UtilsBy)
@@ -34,8 +33,6 @@ and it provides ways to look up colors by a name.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -44,9 +41,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes examples LICENSE README
@@ -54,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Apr 28 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 0.08-1
+- Upstream update.
+- Spec cleanup.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 48f4b76..3b9e614 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2bb6c5ad4fb8ec77cf20735fd27f7a0b  Convert-Color-0.07.tar.gz
+4be0690e0a0011e56a75f967ac9ab7df  Convert-Color-0.08.tar.gz



More information about the perl-devel mailing list