- update to 0.03
This commit is contained in:
parent
eea35e3075
commit
2945a7ed0d
@ -1 +1 @@
|
||||
Sub-Identify-0.02.tar.gz
|
||||
Sub-Identify-0.03.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Sub-Identify
|
||||
Version: 0.02
|
||||
Release: 3%{?dist}
|
||||
Version: 0.03
|
||||
Release: 1%{?dist}
|
||||
Summary: Retrieve names of code references
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -19,6 +19,8 @@ this, it uses perl's introspection mechanism, provided by the B module.
|
||||
%prep
|
||||
%setup -q -n Sub-Identify-%{version}
|
||||
|
||||
perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
@ -41,11 +43,14 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes
|
||||
%doc Changes t/
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed May 28 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.03-1
|
||||
- update to 0.03
|
||||
|
||||
* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.02-3
|
||||
- rebuild for new perl
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user