eseyman pushed to perl-SVG-TT-Graph (master). "Update to 0.25"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 25 13:17:19 UTC 2015


>From 2ccd2b404a062f36702439b5661f2a2f2124f49f Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Sat, 25 Apr 2015 15:17:11 +0200
Subject: Update to 0.25


diff --git a/.gitignore b/.gitignore
index 979e474..e5fc2e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ SVG-TT-Graph-0.16.tar.gz
 /SVG-TT-Graph-0.22.tar.gz
 /SVG-TT-Graph-0.23.tar.gz
 /SVG-TT-Graph-0.24.tar.gz
+/SVG-TT-Graph-0.25.tar.gz
diff --git a/perl-SVG-TT-Graph.spec b/perl-SVG-TT-Graph.spec
index 5c6c52e..b2627d5 100644
--- a/perl-SVG-TT-Graph.spec
+++ b/perl-SVG-TT-Graph.spec
@@ -1,5 +1,5 @@
 Name:           perl-SVG-TT-Graph
-Version:        0.24
+Version:        0.25
 Release:        1%{?dist}
 Summary:        Base object for generating SVG Graphs
 License:        GPL+ or Artistic
@@ -9,7 +9,7 @@ Source0:        http://search.cpan.org/CPAN/authors/id/L/LL/LLAP/SVG-TT-Graph-%{
 BuildArch:      noarch
 BuildRequires:  perl(CPAN)
 BuildRequires:  perl(DateTime)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(HTTP::Date)
 BuildRequires:  perl(Template)
 BuildRequires:  perl(Test::More)
@@ -28,15 +28,11 @@ sed -i 's/\r//' Changes
 # chmod +x script/*.pl
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -44,10 +40,14 @@ make test
 
 %files
 %doc Changes script
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/SVG*
+%{_mandir}/man3/SVG*
 
 %changelog
+* Sat Apr 25 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.25-1
+- Update to 0.25
+- Minor improvements to the spec file
+
 * Sat Sep 27 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.24-1
 - Update to 0.24
 
diff --git a/sources b/sources
index 3867e80..7d25b4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eb6f69fcde86dfa1320d29d2d15b0dbb  SVG-TT-Graph-0.24.tar.gz
+80325c1e963631239d96841958ff89bd  SVG-TT-Graph-0.25.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-SVG-TT-Graph.git/commit/?h=master&id=2ccd2b404a062f36702439b5661f2a2f2124f49f


More information about the scm-commits mailing list