0.9904 bump
This commit is contained in:
parent
55778ded20
commit
95703ae2ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ version-0.88.tar.gz
|
||||
/version-0.9901.tar.gz
|
||||
/version-0.9902.tar.gz
|
||||
/version-0.9903.tar.gz
|
||||
/version-0.9904.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-version
|
||||
Epoch: 3
|
||||
Version: 0.99.03
|
||||
%global module_version 0.9903
|
||||
Epoch: 1
|
||||
Version: 0.99.04
|
||||
%global module_version 0.9904
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl extension for Version Objects
|
||||
License: GPL+ or Artistic
|
||||
@ -50,8 +50,8 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{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 {} +
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -70,6 +70,9 @@ make test
|
||||
%{_mandir}/man3/version::Internals.3pm*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 10 2013 Petr Šabata <contyk@redhat.com> - 1:0.99.04-1
|
||||
- 0.9904 bump
|
||||
|
||||
* Mon Aug 26 2013 Petr Šabata <contyk@redhat.com> - 3:0.99.03-1
|
||||
- 0.9903 bump
|
||||
- Prefer %%global over %%define
|
||||
|
||||
Loading…
Reference in New Issue
Block a user