Bump to 0.57
This commit is contained in:
parent
5865b540be
commit
7bf61dcd5c
@ -1 +1,2 @@
|
||||
version-0.51.tar.gz
|
||||
version-0.57.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-version
|
||||
Version: 0.51
|
||||
Release: 3%{?dist}
|
||||
Version: 0.57
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for Version Objects
|
||||
Group: Development/Libraries
|
||||
License: GPL or Artistic
|
||||
@ -16,7 +16,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%prep
|
||||
%setup -q -n version-%{version}
|
||||
sed -i "s|#!perl|#!%{__perl}|" lib/version.pm lib/version/vxs.pm
|
||||
sed -i "s|#!perl|#!%{__perl}|" lib/version.pm vutil/vxs.pm
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 28 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.57-1
|
||||
- bump to 0.57
|
||||
|
||||
* Mon Jan 9 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.51-3
|
||||
- one sed line only, not global, using __perl
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user