cleaned spec (thanks to Grigory Batalov)
- Module-Metadata sub-package contained perl_privlib instead of privlib - %%files parent section was repeated twice
This commit is contained in:
parent
3b30a1e481
commit
54e231e4b4
13
perl.spec
13
perl.spec
@ -22,7 +22,7 @@
|
|||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||||
Release: 196%{?dist}
|
Release: 197%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -1745,7 +1745,7 @@ echo "%{name}-libs:" \
|
|||||||
%exclude %{_mandir}/man3/Module::Loaded*
|
%exclude %{_mandir}/man3/Module::Loaded*
|
||||||
|
|
||||||
# Module-Metadata
|
# Module-Metadata
|
||||||
%exclude %{perl_privlib}/Module/Metadata.pm
|
%exclude %{privlib}/Module/Metadata.pm
|
||||||
%exclude %{_mandir}/man3/Module::Metadata.3pm*
|
%exclude %{_mandir}/man3/Module::Metadata.3pm*
|
||||||
|
|
||||||
# Module-Pluggable
|
# Module-Pluggable
|
||||||
@ -2274,10 +2274,6 @@ echo "%{name}-libs:" \
|
|||||||
%{privlib}/Version/Requirements.pm
|
%{privlib}/Version/Requirements.pm
|
||||||
%{_mandir}/man3/Version::Requirements*
|
%{_mandir}/man3/Version::Requirements*
|
||||||
|
|
||||||
%files parent
|
|
||||||
%{privlib}/parent.pm
|
|
||||||
%{_mandir}/man3/parent.3*
|
|
||||||
|
|
||||||
%files threads
|
%files threads
|
||||||
%dir %{archlib}/auto/threads
|
%dir %{archlib}/auto/threads
|
||||||
%{archlib}/auto/threads/threads*
|
%{archlib}/auto/threads/threads*
|
||||||
@ -2302,6 +2298,11 @@ echo "%{name}-libs:" \
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.14.2-197
|
||||||
|
- cleaned spec (thanks to Grigory Batalov)
|
||||||
|
- Module-Metadata sub-package contained perl_privlib instead of privlib
|
||||||
|
- %%files parent section was repeated twice
|
||||||
|
|
||||||
* Fri Oct 14 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-196
|
* Fri Oct 14 2011 Petr Pisar <ppisar@redhat.com> - 4:5.14.2-196
|
||||||
- Filter false perl(DynaLoader) provide from perl-ExtUtils-MakeMaker
|
- Filter false perl(DynaLoader) provide from perl-ExtUtils-MakeMaker
|
||||||
(bug #736714)
|
(bug #736714)
|
||||||
|
Loading…
Reference in New Issue
Block a user