update to 1.004002
This commit is contained in:
parent
2b4f24284f
commit
56fdd33b63
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/strictures-1.002002.tar.gz
|
/strictures-1.002002.tar.gz
|
||||||
/strictures-1.003001.tar.gz
|
/strictures-1.003001.tar.gz
|
||||||
/strictures-1.004001.tar.gz
|
/strictures-1.004001.tar.gz
|
||||||
|
/strictures-1.004002.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-strictures
|
Name: perl-strictures
|
||||||
Version: 1.004001
|
Version: 1.004002
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Turn on strict and make all warnings fatal
|
Summary: Turn on strict and make all warnings fatal
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -33,7 +33,6 @@ make %{?_smp_mflags}
|
|||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
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 .packlist -exec rm -f {} \;
|
||||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
||||||
|
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
@ -46,6 +45,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 09 2012 Iain Arnell <iarnell@gmail.com> 1.004002-1
|
||||||
|
- update to latest upstream version
|
||||||
|
|
||||||
* Sat Jul 21 2012 Iain Arnell <iarnell@gmail.com> 1.004001-1
|
* Sat Jul 21 2012 Iain Arnell <iarnell@gmail.com> 1.004001-1
|
||||||
- update to latest upstream version
|
- update to latest upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user