|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Class-C3
|
|
|
|
|
Version: 0.13
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.14
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Pragma to use the C3 method resolution order algorithm
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -41,7 +41,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 \;
|
|
|
|
|
|
|
|
|
@ -60,6 +59,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 25 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.14-1
|
|
|
|
|
- update to 0.14
|
|
|
|
|
|
|
|
|
|
* Tue Sep 19 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.13-4
|
|
|
|
|
- fix autoprovides, see rh#205801
|
|
|
|
|
|
|
|
|
|