rpms/perl-namespace-clean/EL-6 .cvsignore, 1.4, 1.5 perl-namespace-clean.spec, 1.7, 1.8 sources, 1.5, 1.6

Mark Chappell tremble at fedoraproject.org
Tue Jul 27 07:37:52 UTC 2010


Author: tremble

Update of /cvs/pkgs/rpms/perl-namespace-clean/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31599

Modified Files:
	.cvsignore perl-namespace-clean.spec sources 
Log Message:
Update from rawhide prior to initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-namespace-clean/EL-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	2 Apr 2009 07:42:59 -0000	1.4
+++ .cvsignore	27 Jul 2010 07:37:52 -0000	1.5
@@ -1 +1 @@
-namespace-clean-0.11.tar.gz
+namespace-clean-0.14.tar.gz


Index: perl-namespace-clean.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-namespace-clean/EL-6/perl-namespace-clean.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-namespace-clean.spec	5 Feb 2010 18:45:56 -0000	1.7
+++ perl-namespace-clean.spec	27 Jul 2010 07:37:52 -0000	1.8
@@ -1,31 +1,32 @@
-
-Name:       perl-namespace-clean
-Version:    0.13
-Release:    1%{?dist}
-License:    GPL+ or Artistic
-Group:      Development/Libraries
-Summary:    Keep your namespace tidy
-Source:     http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz
-Url:        http://search.cpan.org/dist/namespace-clean
-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) >= 6.42
-BuildRequires: perl(FindBin)
-BuildRequires: perl(B::Hooks::EndOfScope) >= 0.07
-BuildRequires: perl(Symbol)
-BuildRequires: perl(Test::More) >= 0.88
-BuildRequires: perl(Sub::Identify) >= 0.04
-BuildRequires: perl(Sub::Name) >= 0.04
-BuildRequires: perl(CPAN)
+Name:           perl-namespace-clean
+Summary:        Keep your namespace tidy
+Version:        0.14
+Release:        1%{?dist}
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/namespace-clean-%{version}.tar.gz 
+URL:            http://search.cpan.org/dist/namespace-clean
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildArch:      noarch
+
+BuildRequires:  perl(B::Hooks::EndOfScope) >= 0.07
+BuildRequires:  perl(CPAN)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Sub::Identify) >= 0.04
+BuildRequires:  perl(Sub::Name) >= 0.04
+BuildRequires:  perl(Symbol)
+BuildRequires:  perl(Test::More) >= 0.88
 
 Requires:       perl(B::Hooks::EndOfScope) >= 0.07
 Requires:       perl(Sub::Identify) >= 0.04
 Requires:       perl(Sub::Name) >= 0.04
 Requires:       perl(Symbol)
 
+
 %{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 When you define a function, or import one, into a Perl package, it will
@@ -49,7 +50,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 ';'
 
@@ -63,11 +64,18 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README t/
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue May 04 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.14-1
+- Mass rebuild with perl-5.12.0 & update
+
+* Tue Feb 23 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.13-2
+- update by Fedora::App::MaintainerTools 0.003
+- PERL_INSTALL_ROOT => DESTDIR
+
 * Fri Feb 05 2010 Chris Weyl <cweyl at alumni.drew.edu> 0.13-1
 - update filtering perl_default_filter
 - auto-update to 0.13 (by cpan-spec-update 0.01)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-namespace-clean/EL-6/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	5 Feb 2010 18:45:56 -0000	1.5
+++ sources	27 Jul 2010 07:37:52 -0000	1.6
@@ -1 +1 @@
-6703af0d6fa1a82b912c8c5ff4e75530  namespace-clean-0.13.tar.gz
+27e0858674340830be8bc568b9ca3a1b  namespace-clean-0.14.tar.gz




More information about the perl-devel mailing list