Compare commits

...

1 Commits
rawhide ... f19

Author SHA1 Message Date
Petr Písař 36dd0d87f6 Correct perldoc.pod location 2013-10-07 10:40:09 +02:00
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: perl-Pod-Perldoc
# let's overwrite the module from perl.srpm
Version: %(echo '%{cpan_version}' | sed 's/_/./')
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Look up Perl documentation in Pod format
License: GPL+ or Artistic
Group: Development/Libraries
@ -78,6 +78,8 @@ make %{?_smp_mflags}
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT/*
# Correct perldoc.pod location, bug #1010057, CPAN RT#88898
mv ${RPM_BUILD_ROOT}%{perl_vendorlib}/{Pod,}/perldoc.pod
%check
make test
@ -90,6 +92,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Oct 07 2013 Petr Pisar <ppisar@redhat.com> - 3.19.01-2
- Correct perldoc.pod location (bug #1010057)
* Tue Jan 29 2013 Petr Pisar <ppisar@redhat.com> - 3.19.01-1
- 3.19_01 bump