|
@@ -1,5 +1,5 @@
|
|
Name: perl-Pod-Coverage
|
|
Name: perl-Pod-Coverage
|
|
-Version: 0.19
|
|
|
|
|
|
+Version: 0.21
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Checks if the documentation of a module is comprehensive
|
|
Summary: Checks if the documentation of a module is comprehensive
|
|
Summary(ja): Checks if the documentation of a module is comprehensive
|
|
Summary(ja): Checks if the documentation of a module is comprehensive
|
|
@@ -14,6 +14,10 @@ BuildRequires: perl(Module::Build)
|
|
BuildRequires: perl(Test::Pod)
|
|
BuildRequires: perl(Test::Pod)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Developers hate writing documentation. They'd hate it even more if their
|
|
Developers hate writing documentation. They'd hate it even more if their
|
|
computer tattled on them, but maybe they'll be even more thankful in the
|
|
computer tattled on them, but maybe they'll be even more thankful in the
|
|
@@ -45,12 +49,17 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc Changes README examples/
|
|
|
|
|
|
+%doc Changes examples/
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
%{perl_vendorlib}/*
|
|
%{perl_vendorlib}/*
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.21-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add Vendor and Distribution tags
|
|
|
|
+- drop README in %%files: upstream deleted
|
|
|
|
+
|
|
* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.19-1
|
|
* Mon Jul 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.19-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|