Bump to 0.6701

This commit is contained in:
Tom Callaway 2006-09-15 15:53:47 +00:00
parent af32a4c111
commit 7ced38201b
3 changed files with 7 additions and 4 deletions

View File

@ -2,3 +2,4 @@ version-0.51.tar.gz
version-0.57.tar.gz
version-0.59.tar.gz
version-0.64.tar.gz
version-0.6701.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-version
Version: 0.64
Version: 0.6701
Release: 1%{?dist}
Summary: Perl extension for Version Objects
Group: Development/Libraries
@ -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 vutil/vxs.pm
sed -i "s|#!perl|#!%{__perl}|" lib/version.pm
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@ -40,7 +40,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README
%doc %{perl_vendorarch}/version.pod
%{perl_vendorarch}/auto/version/
%{perl_vendorarch}/version/
%{perl_vendorarch}/version.pm
@ -48,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.6701-1
- bump to 0.6701
* Fri Jul 7 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.64-1
- bump to 0.64

View File

@ -1 +1 @@
d788e4903f392c540f670a58b4bba108 version-0.64.tar.gz
eb5464a77d342ab5eb21f2fb82670d1c version-0.6701.tar.gz