- 607505 add another dir into Module::Build (thanks to Paul Howarth)
This commit is contained in:
parent
fe6746a860
commit
42eb6cbc9c
11
perl.spec
11
perl.spec
@ -12,7 +12,7 @@ Name: perl
|
|||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# DON'T BUILD NOW in rawhide, only into scratch or test buildroot
|
# DON'T BUILD NOW in rawhide, only into scratch or test buildroot
|
||||||
# release number must be even higher, becase dual-lived modules will be broken otherwise
|
# release number must be even higher, becase dual-lived modules will be broken otherwise
|
||||||
Release: 124%{?dist}
|
Release: 125%{?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
|
||||||
@ -1252,10 +1252,13 @@ make test
|
|||||||
|
|
||||||
# Module::Build
|
# Module::Build
|
||||||
%exclude %{_bindir}/config_data
|
%exclude %{_bindir}/config_data
|
||||||
|
%exclude %{privlib}/inc/
|
||||||
|
%exclude %{privlib}/inc/*
|
||||||
%exclude %{privlib}/Module/Build/
|
%exclude %{privlib}/Module/Build/
|
||||||
%exclude %{privlib}/Module/Build.pm
|
%exclude %{privlib}/Module/Build.pm
|
||||||
%exclude %{_mandir}/man1/config_data.1*
|
%exclude %{_mandir}/man1/config_data.1*
|
||||||
%exclude %{_mandir}/man3/Module::Build*
|
%exclude %{_mandir}/man3/Module::Build*
|
||||||
|
%exclude %{_mandir}/man3/inc::latest.3*
|
||||||
|
|
||||||
# Module-CoreList
|
# Module-CoreList
|
||||||
%exclude %{_bindir}/corelist
|
%exclude %{_bindir}/corelist
|
||||||
@ -1555,10 +1558,13 @@ make test
|
|||||||
%files Module-Build
|
%files Module-Build
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/config_data
|
%{_bindir}/config_data
|
||||||
|
%{privlib}/inc/
|
||||||
|
%{privlib}/inc/*
|
||||||
%{privlib}/Module/Build/
|
%{privlib}/Module/Build/
|
||||||
%{privlib}/Module/Build.pm
|
%{privlib}/Module/Build.pm
|
||||||
%{_mandir}/man1/config_data.1*
|
%{_mandir}/man1/config_data.1*
|
||||||
%{_mandir}/man3/Module::Build*
|
%{_mandir}/man3/Module::Build*
|
||||||
|
%{_mandir}/man3/inc::latest.3*
|
||||||
|
|
||||||
%files Module-CoreList
|
%files Module-CoreList
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -1679,6 +1685,9 @@ make test
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 8 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.1-125
|
||||||
|
- 607505 add another dir into Module::Build (thanks to Paul Howarth)
|
||||||
|
|
||||||
* Mon Jun 28 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 4:5.12.1-124
|
* Mon Jun 28 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 4:5.12.1-124
|
||||||
- Address perl-Compress-Raw directory ownership (BZ 607881).
|
- Address perl-Compress-Raw directory ownership (BZ 607881).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user