0.9902 bump

This commit is contained in:
Jitka Plesnikova 2013-03-07 10:47:15 +01:00
parent 86b56329c4
commit 97dad9c00c
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
version-0.88.tar.gz
/version-0.99.tar.gz
/version-0.9901.tar.gz
/version-0.9902.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-version
Epoch: 3
Version: 0.99.01
%define module_version 0.9901
Version: 0.99.02
%define module_version 0.9902
Release: 1%{?dist}
Summary: Perl extension for Version Objects
License: GPL+ or Artistic
@ -18,7 +18,7 @@ BuildRequires: perl(File::Temp) >= 0.13
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.45
BuildRequires: perl(Test::Harness)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%{?perl_default_filter}
# version::vxs is private module (see bug #633775)
@ -36,14 +36,13 @@ strongly urged to set 0.77 as a minimum in your code.
%setup -q -n version-%{module_version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} \; 2>/dev/null
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -61,6 +60,9 @@ make test
%{_mandir}/man3/version::Internals.3pm*
%changelog
* Thu Mar 7 2013 Jitka Plesnikova <jplesnik@redhat.com> - 3:0.99.02-1
- 0.9902 bump
* Mon Sep 17 2012 Jitka Plesnikova <jplesnik@redhat.com> - 3:0.99.01-1
- 0.9901 bump

View File

@ -1 +1 @@
bf5e487e24a8991d09c01e56a247424f version-0.9901.tar.gz
edb0ac88be8bed3e370ce12e74261998 version-0.9902.tar.gz