浏览代码

perl-Pod-Coverage-0.21-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3159 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 15 年之前
父节点
当前提交
81602bf596
共有 1 个文件被更改,包括 11 次插入2 次删除
  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
 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