Do not export private libraries
This commit is contained in:
parent
892e61be25
commit
7a95d7cd15
@ -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@redhat.com> - 2.39-2
|
||||
- Do not export private libraries
|
||||
|
||||
* Fri May 24 2013 Petr Pisar <ppisar@redhat.com> 2.39-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user