Add dist tag.

This commit is contained in:
Jose Pedro Oliveira 2005-05-12 19:42:01 +00:00
parent e1d5ea5935
commit 04cec0adc5

View File

@ -1,6 +1,6 @@
Name: perl-Pod-Coverage
Version: 0.17
Release: 3
Release: 4%{?dist}
Summary: Checks if the documentation of a module is comprehensive
Group: Development/Libraries
@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-4
- Add dist tag.
* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.17-3
- Avoid .packlist creation with Module::Build >= 0.2609.
- Trust that %%{perl_vendorlib} is defined.