Browse Source

perl-Pod-Coverage-0.21-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3159 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
81602bf596
1 changed files with 11 additions and 2 deletions
  1. 11 2
      p/perl-Pod-Coverage/perl-Pod-Coverage-vl.spec

+ 11 - 2
p/perl-Pod-Coverage/perl-Pod-Coverage-vl.spec

@@ -1,5 +1,5 @@
 Name:           perl-Pod-Coverage
-Version:        0.19
+Version:        0.21
 Release: 1%{?_dist_release}
 Summary:        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)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
+
 %description
 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
@@ -45,12 +49,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README examples/
+%doc Changes examples/
 %{_bindir}/*
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %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
 - initial build for Vine Linux