update to 0.28

epel9
Iain Arnell 13 years ago
parent feb7add96c
commit 17a97f64de

1
.gitignore vendored

@ -3,3 +3,4 @@ boolean-0.20.tar.gz
/boolean-0.25.tar.gz
/boolean-0.26.tar.gz
/boolean-0.27.tar.gz
/boolean-0.28.tar.gz

@ -1,5 +1,5 @@
Name: perl-boolean
Version: 0.27
Version: 0.28
Release: 1%{?dist}
Summary: Boolean support for Perl
License: GPL+ or Artistic
@ -19,15 +19,12 @@ Most programming languages have a native Boolean data type. Perl does not.
%prep
%setup -q -n boolean-%{version}
iconv -f iso8859-1 -t utf-8 README >README.conv && mv -f README.conv README
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@ -38,15 +35,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Thu Sep 22 2011 Iain Arnell <iarnell@gmail.com> 0.28-1
- update to latest upstream version
* Wed Jun 29 2011 Iain Arnell <iarnell@gmail.com> 0.27-1
- update to latest upstream version
- remove buildroot and defattr from spec file

@ -1 +1 @@
63110b4b93c38d45f57f06c6077aaf0b boolean-0.27.tar.gz
488916ac0aa8be172460e896a8a9977a boolean-0.28.tar.gz

Loading…
Cancel
Save