- update to 0.03
This commit is contained in:
parent
0a36814a20
commit
8ec1cb7b79
@ -1,14 +1,16 @@
|
||||
Name: perl-Sub-Name
|
||||
Version: 0.02
|
||||
Release: 2%{?dist}
|
||||
Version: 0.03
|
||||
Release: 1%{?dist}
|
||||
Summary: Name -- or rename -- a sub
|
||||
License: GPL or Artistic
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Sub-Name/
|
||||
Source0: http://www.cpan.org/authors/id/X/XM/XMATH/Sub-Name-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
|
||||
%description
|
||||
This module allows one to "name" or rename subroutines, including anonymous
|
||||
ones.
|
||||
@ -29,8 +31,8 @@ rm -rf %{buildroot}
|
||||
|
||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} +
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} +
|
||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
%{_fixperms} %{buildroot}/*
|
||||
@ -49,6 +51,22 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sat Mar 15 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.03-1
|
||||
- update to 0.03
|
||||
|
||||
* Tue Mar 4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.02-5
|
||||
- rebuild for new perl
|
||||
|
||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.02-4.1
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-3.1
|
||||
- correct license tag
|
||||
- add BR: perl(ExtUtils::MakeMaker)
|
||||
|
||||
* Tue Aug 21 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.02-3
|
||||
- bump
|
||||
|
||||
* Wed Sep 06 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.02-2
|
||||
- bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user