rpms/perl-Try-Tiny/devel .cvsignore, 1.2, 1.3 perl-Try-Tiny.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Tue Mar 2 17:33:37 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-Try-Tiny/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27089

Modified Files:
	.cvsignore perl-Try-Tiny.spec sources 
Log Message:
* Tue Mar 02 2010 Chris Weyl <cweyl at 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)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Try-Tiny/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	18 Sep 2009 00:34:44 -0000	1.2
+++ .cvsignore	2 Mar 2010 17:33:36 -0000	1.3
@@ -1 +1 @@
-Try-Tiny-0.02.tar.gz
+Try-Tiny-0.04.tar.gz


Index: perl-Try-Tiny.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Try-Tiny/devel/perl-Try-Tiny.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Try-Tiny.spec	4 Dec 2009 02:37:08 -0000	1.2
+++ perl-Try-Tiny.spec	2 Mar 2010 17:33:37 -0000	1.3
@@ -1,20 +1,21 @@
-Name:       perl-Try-Tiny 
-Version:    0.02 
-Release:    2%{?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,6 +52,11 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Mar 02 2010 Chris Weyl <cweyl at 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 at redhat.com> - 0.02-2
 - rebuild against perl 5.10.1
 
@@ -60,4 +66,3 @@ rm -rf %{buildroot} 
 * Tue Sep 15 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.02-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Try-Tiny/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	18 Sep 2009 00:34:44 -0000	1.2
+++ sources	2 Mar 2010 17:33:37 -0000	1.3
@@ -1 +1 @@
-a6ceb75d533046d85c797ad9e3be4212  Try-Tiny-0.02.tar.gz
+e15730ec7540c40cdd8f8e088c6e6a6c  Try-Tiny-0.04.tar.gz




More information about the perl-devel mailing list