[perl-Storable] Do not export private libraries

Petr Pisar ppisar at fedoraproject.org
Tue Jun 11 08:41:18 UTC 2013


commit 7a95d7cd152821b241b715c863f8dbe5cd8e7aba
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jun 11 10:40:48 2013 +0200

    Do not export private libraries

 perl-Storable.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Storable.spec b/perl-Storable.spec
index 04100d3..4e5da69 100644
--- a/perl-Storable.spec
+++ b/perl-Storable.spec
@@ -1,6 +1,6 @@
 Name:           perl-Storable
 Version:        2.39
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Persistence for Perl data structures
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -44,6 +44,8 @@ Requires:       perl(Config)
 Requires:       perl(Fcntl)
 Requires:       perl(IO::File)
 
+%{?perl_default_filter}
+
 %description
 The Storable package brings persistence to your Perl data structures
 containing scalar, array, hash or reference objects, i.e. anything that
@@ -77,5 +79,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 11 2013 Petr Pisar <ppisar at redhat.com> - 2.39-2
+- Do not export private libraries
+
 * Fri May 24 2013 Petr Pisar <ppisar at redhat.com> 2.39-1
 - Specfile autogenerated by cpanspec 1.78.



More information about the perl-devel mailing list