[perl-SVG-TT-Graph] Update to 0.17, clean up spec file

Emmanuel Seyman eseyman at fedoraproject.org
Mon Jul 25 20:50:55 UTC 2011


commit 078f58dfbfcfe2d934d1a89cbc7fc91a8b915fd3
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Mon Jul 25 22:50:41 2011 +0200

    Update to 0.17, clean up spec file

 .gitignore             |    1 +
 perl-SVG-TT-Graph.spec |   15 ++++++---------
 sources                |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 902a602..38b8a7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 SVG-TT-Graph-0.16.tar.gz
+/SVG-TT-Graph-0.17.tar.gz
diff --git a/perl-SVG-TT-Graph.spec b/perl-SVG-TT-Graph.spec
index 32c8a35..265073a 100644
--- a/perl-SVG-TT-Graph.spec
+++ b/perl-SVG-TT-Graph.spec
@@ -1,12 +1,11 @@
 Name:           perl-SVG-TT-Graph
-Version:        0.16
-Release:        5%{?dist}
+Version:        0.17
+Release:        1%{?dist}
 Summary:        Base object for generating SVG Graphs
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/SVG-TT-Graph/
 Source0:        http://www.cpan.org/authors/id/F/FA/FANGLY/SVG-TT-Graph-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(CPAN)
 BuildRequires:  perl(DateTime)
@@ -33,8 +32,6 @@ chmod +x script/*.pl
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -45,16 +42,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes script
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 25 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.17-1
+- Update to 0.17
+- Clean up spec file.
+
 * Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 0.16-5
 - Perl mass rebuild
 
diff --git a/sources b/sources
index d44d8f8..73f9636 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f75f71f7a0d500c57a1407cfc07abf1a  SVG-TT-Graph-0.16.tar.gz
+0c6acc4bd3299f08fb7bb8c02e5d32f2  SVG-TT-Graph-0.17.tar.gz


More information about the scm-commits mailing list