- update by Fedora::App::MaintainerTools 0.004
- PERL_INSTALL_ROOT => DESTDIR - updating to latest GA CPAN version (0.04)
This commit is contained in:
parent
2f78b281ab
commit
3979e46394
@ -1,20 +1,21 @@
|
||||
Name: perl-Try-Tiny
|
||||
Version: 0.02
|
||||
Release: 1%{?dist}
|
||||
# lib/Try/Tiny.pm -> MIT
|
||||
License: MIT
|
||||
Group: Development/Libraries
|
||||
Summary: Minimal try/catch with proper localization of $@
|
||||
Source: http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/Try-Tiny-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/Try-Tiny
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildArch: noarch
|
||||
Name: perl-Try-Tiny
|
||||
Summary: Minimal try/catch with proper localization of $@
|
||||
Version: 0.04
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: Development/Libraries
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/Try-Tiny-%{version}.tar.gz
|
||||
URL: http://search.cpan.org/dist/Try-Tiny
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
|
||||
%{?perl_default_filter}
|
||||
%{?perl_default_subpackage_tests}
|
||||
|
||||
%description
|
||||
The main focus of this module is to provide simple and reliable error
|
||||
@ -32,7 +33,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||
|
||||
@ -51,10 +52,17 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 02 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.04-1
|
||||
- update by Fedora::App::MaintainerTools 0.004
|
||||
- PERL_INSTALL_ROOT => DESTDIR
|
||||
- updating to latest GA CPAN version (0.04)
|
||||
|
||||
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.02-2
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
* Tue Sep 15 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.02-1
|
||||
- submission
|
||||
|
||||
* Tue Sep 15 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.02-0
|
||||
- initial RPM packaging
|
||||
- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user