|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Params-Coerce
|
|
|
|
|
Version: 0.13
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.14
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Allows your classes to do coercion of parameters
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -35,7 +35,6 @@ make %{?_smp_mflags}
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
|
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
|
|
|
@ -54,6 +53,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Oct 15 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.14-1
|
|
|
|
|
- update to 0.14
|
|
|
|
|
|
|
|
|
|
* Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.13-2
|
|
|
|
|
- add additional verbosity to %%description
|
|
|
|
|
|
|
|
|
|