update to 0.30

epel9
Iain Arnell 12 years ago
parent a4b3654d8b
commit 7e028ee68b

1
.gitignore vendored

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

@ -1,6 +1,6 @@
Name: perl-boolean Name: perl-boolean
Version: 0.28 Version: 0.30
Release: 5%{?dist} Release: 1%{?dist}
Summary: Boolean support for Perl Summary: Boolean support for Perl
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/I/IN/INGY/boolean-%{version}.tar.
BuildArch: noarch BuildArch: noarch
BuildRequires: perl >= 0:5.005003 BuildRequires: perl >= 0:5.005003
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(JSON)
BuildRequires: perl(Readonly) BuildRequires: perl(Readonly)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -25,7 +26,7 @@ Most programming languages have a native Boolean data type. Perl does not.
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make pure_install PERL_INSTALL_ROOT=$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 \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
@ -41,6 +42,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Apr 19 2013 Iain Arnell <iarnell@gmail.com> 0.30-1
- update to latest upstream version
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-5 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

@ -1 +1 @@
488916ac0aa8be172460e896a8a9977a boolean-0.28.tar.gz f4f23302481e82402048a91a8fa2e078 boolean-0.30.tar.gz

Loading…
Cancel
Save