Do not export private library
This commit is contained in:
parent
469858bd79
commit
330c920903
@ -13,6 +13,8 @@ BuildRequires: perl(DynaLoader)
|
|||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
|
%{?perl_default_filter}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module provides an interface to the system logger syslogd(8) via
|
This module provides an interface to the system logger syslogd(8) via
|
||||||
Perl's XSUBs. The implementation attempts to resemble the native libc-
|
Perl's XSUBs. The implementation attempts to resemble the native libc-
|
||||||
@ -53,6 +55,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 07 2012 Petr Pisar <ppisar@redhat.com> - 1.1-12
|
* Wed Nov 07 2012 Petr Pisar <ppisar@redhat.com> - 1.1-12
|
||||||
- Specify all dependencies
|
- Specify all dependencies
|
||||||
|
- Do not export private library
|
||||||
|
|
||||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-11
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user