Correct %description from cpan2dist

epel9
Ken Dreyer 11 years ago committed by Emmanuel Seyman
parent ca815164ae
commit ad85a2a3b9

@ -1,6 +1,6 @@
Name: perl-Time-Duration-Parse Name: perl-Time-Duration-Parse
Version: 0.11 Version: 0.11
Release: 2%{?dist} Release: 3%{?dist}
# see lib/Time/Duration/Parse.pm # see lib/Time/Duration/Parse.pm
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -22,10 +22,8 @@ BuildRequires: perl(Time::Duration)
%description %description
Time::Duration::Parse is a module to parse human readable duration strings Time::Duration::Parse is a module to parse human readable duration strings
like _2 minutes and 3 seconds_ to seconds. like "2 minutes and 3 seconds" to seconds. It does the opposite of
duration_exact() in Time::Duration and is roundtrip safe.
It does the opposite of duration_exact() in Time::Duration and is roundtrip
safe. So, the following is always true.
%prep %prep
%setup -q -n Time-Duration-Parse-%{version} %setup -q -n Time-Duration-Parse-%{version}
@ -49,6 +47,9 @@ make test
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Thu Jul 10 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.11-3
- Correct %%description from cpan2dist
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-2 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

Loading…
Cancel
Save