Version 0.18 is now a noarch package.
This commit is contained in:
parent
af85ee0f2e
commit
9524067605
@ -1,6 +1,6 @@
|
||||
Name: perl-Pod-Coverage
|
||||
Version: 0.18
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Checks if the documentation of a module is comprehensive
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -9,6 +9,7 @@ URL: http://search.cpan.org/dist/Pod-Coverage/
|
||||
Source0: http://www.cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Module::Build)
|
||||
BuildRequires: perl(Devel::Symdump)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
@ -51,12 +52,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README examples/
|
||||
%{_bindir}/*
|
||||
%{perl_vendorarch}/Pod/
|
||||
%{perl_vendorarch}/auto/Pod/
|
||||
%{perl_vendorlib}/Pod/
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-2
|
||||
- Version 0.18 is now a noarch package.
|
||||
|
||||
* Wed Aug 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.18-1
|
||||
- Update to 0.18.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user