Browse Source

* rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5798 ec354946-7b23-47d6-9f5a-488ba84defc7
shaolin 12 years ago
parent
commit
77e5dcdac4

+ 4 - 1
p/perl-Devel-EnforceEncapsulation/perl-Devel-EnforceEncapsulation-vl.spec

@@ -1,6 +1,6 @@
 Name:		perl-Devel-EnforceEncapsulation
 Version:	0.50
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	Find access violations to blessed objects
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -70,6 +70,9 @@ make test AUTHOR_TEST=1 AUTHOR_TEST_CDOLAN=1
 %{_mandir}/man3/Devel::EnforceEncapsulation.3pm*
 
 %changelog
+* Thu Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.50-2
+- rebuild
+
 * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.50-1
 - initial build for Vine Linux
 

+ 4 - 1
p/perl-File-Slurp/perl-File-Slurp-vl.spec

@@ -1,6 +1,6 @@
 Name: 		perl-File-Slurp
 Version: 	9999.19
-Release: 	1%{?_dist_release}
+Release: 	2%{?_dist_release}
 Summary: 	Efficient Reading/Writing of Complete Files
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
@@ -62,6 +62,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 9999.19-2
+- rebuild
+
 * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 9999.19-1
 - initial build for Vine Linux
 

+ 4 - 1
p/perl-Perl-Critic-More/perl-Perl-Critic-More-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Perl-Critic-More
 Version:        1.000
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Supplemental policies for Perl::Critic
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -74,6 +74,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.000-2
+- rebuild
+
 * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.000-1
 - initial build for Vine Linux
 

+ 90 - 0
p/perl-Sort-Naturally/perl-Sort-Naturally-vl.spec

@@ -0,0 +1,90 @@
+Name:       perl-Sort-Naturally 
+Version:    1.02
+Release:    2%{?_dist_release}
+# see lib/Sort/Naturally.pm 
+License:    GPL+ or Artistic
+Group:      Development/Libraries
+Summary:    Sort lexically, but sort numeral parts numerically 
+Source:     http://search.cpan.org/CPAN/authors/id/S/SB/SBURKE/Sort-Naturally-%{version}.tar.gz 
+Url:        http://search.cpan.org/dist/Sort-Naturally
+BuildArch:  noarch
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+BuildRequires: perl(ExtUtils::MakeMaker) 
+BuildRequires: perl(Test)
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       shaolin
+
+%description
+This module exports two functions, 'nsort' and 'ncmp'; they are used in
+implementing my idea of a "natural sorting" algorithm. Under natural
+sorting, numeric substrings are compared numerically, and other
+word-characters are compared lexically.
+
+%prep
+%setup -q -n Sort-Naturally-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%doc ChangeLog README t/ 
+%{perl_vendorlib}/*
+%{_mandir}/man3/*.3*
+
+%changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.02-2
+- rebuild
+
+* Mon Feb 27 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.02-1
+- initial build for Vine Linux
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Jun 20 2011 Petr Sabata <contyk@redhat.com> - 1.02-9
+- Perl mass rebuild in dist-f16-perl (d'oh)
+- Remove now obsolete Buildroot and defattr
+
+* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.02-8
+- Perl 5.14 mass rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.02-6
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.02-5
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.02-4
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Oct 05 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.02-1
+- initial RPM packaging
+- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.1)
+

+ 10 - 6
p/perl-Test-MockDBI/perl-Test-MockDBI-vl.spec

@@ -2,7 +2,7 @@
 
 Name:       perl-%{pkgname}
 Version:    0.65
-Release:    1%{?_dist_release}
+Release:    2%{?_dist_release}
 Summary:    Test by mocking-up DBI 
 License:    Artistic or GPL+
 Group:      Development/Perl
@@ -36,28 +36,32 @@ EOF
 
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL installdirs=vendor
 %{__make} %{?_smp_mflags}
 
 %check
 %{__make} test
 
 %install
-%{__make} install DESTDIR=${RPM_BUILD_ROOT}
-%{__rm} -rf ${RPM_BUILD_ROOT}%{perl_archlib}
+rm -rf %{buildroot}
+%{__make} install DESTDIR=%{buildroot}
+%{__rm} -rf %{buildroot}%{perl_archlib}
 
 %clean
-rm -rf %buildroot
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,755)
 %doc Changes HISTORY README TODO
 %{_mandir}/man3/*
-%{perl_sitelib}/*
+%{perl_vendorlib}/*
 
 
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.65-2
+- rebuild
+
 * Mon Feb 20 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.65-1
 - initial build for Vine Linux
 

+ 6 - 3
p/perl-Test-MockModule/perl-Test-MockModule-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           perl-%{pkgname}
 Version:        0.05
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Group:          Development/Libraries
 License:        Artistic or GPL+
 URL:            http://search.cpan.org/dist/Test-MockModule/
@@ -26,7 +26,7 @@ Summary:        Override subroutines in a module for unit testing
 %setup -q -n Test-MockModule-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make
 
 %install
@@ -45,11 +45,14 @@ rm -rf ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_sitelib}/Test/MockModule.pm
+%{perl_vendorlib}/Test/MockModule.pm
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.05-2
+- rebuild
+
 * Mon Feb 20 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.05-1
 - initial build for Vine Linux
 

+ 13 - 10
p/perl-Test-MockObject/perl-Test-MockObject-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           perl-%{pkgname}
 Version:        1.09
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Perl extension for emulating troublesome interfaces
 
 Group:          Development/Libraries
@@ -38,15 +38,15 @@ Now you have no excuse.)
 
 
 %build
-%{__perl} Build.PL
+%{__perl} Build.PL installdirs=vendor
 ./Build
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
-%{_fixperms} $RPM_BUILD_ROOT/*
+rm -rf %{buildroot}
+./Build install destdir=%{buildroot} create_packlist=0
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
+%{_fixperms} %{buildroot}/*
 
 
 %check
@@ -54,19 +54,22 @@ PERL_RUN_ALL_TESTS=1 ./Build test
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_sitelib}/Test/*.pm
-%dir %{perl_sitelib}/Test/MockObject
-%{perl_sitelib}/Test/MockObject/*.pm
+%{perl_vendorlib}/Test/*.pm
+%dir %{perl_vendorlib}/Test/MockObject
+%{perl_vendorlib}/Test/MockObject/*.pm
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.09-2
+- rebuild
+
 * Mon Feb 20 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.09-1
 - initial package for Vine Linux
 

+ 6 - 3
p/perl-Test-Perl-Critic/perl-Test-Perl-Critic-vl.spec

@@ -3,7 +3,7 @@
 Name:           perl-%{pkgname}
 Summary:        Use Perl::Critic in test programs
 Version:        1.02
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        Artistic or GPL+
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/T/TH/THALJEF/Test-Perl-Critic-%{version}.tar.gz 
@@ -50,7 +50,7 @@ flexibility), see the criticism pragma.
 
 
 %build
-%{__perl} Build.PL
+%{__perl} Build.PL installdirs=vendor
 ./Build
 
 
@@ -73,11 +73,14 @@ rm -rf ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
-%{perl_sitelib}/Test/
+%{perl_vendorlib}/Test/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.02-2
+- rebuild
+
 * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.02-1
 - initial package for Vine Linux
 

+ 11 - 8
p/perl-UNIVERSAL-can/perl-UNIVERSAL-can-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           perl-%{pkgname}
 Version:        1.15
-Release:        6%{?_dist_release}
+Release:        7%{?_dist_release}
 Summary:        Hack around people calling UNIVERSAL::can() as a function
 
 Group:          Development/Libraries
@@ -38,14 +38,14 @@ their bad code can break your good code.
 
 
 %build
-%{__perl} Build.PL
+%{__perl} Build.PL installdirs=vendor
 ./Build
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-chmod -R u+w $RPM_BUILD_ROOT/*
+rm -rf %{buildroot}
+./Build install destdir=%{buildroot} create_packlist=0
+chmod -R u+w %{buildroot}/*
 
 
 %check
@@ -53,18 +53,21 @@ PERL_RUN_ALL_TESTS=1 ./Build test
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_sitelib}/UNIVERSAL/
+%{perl_vendorlib}/UNIVERSAL/
 %{_mandir}/man3/*.3*
 
 
 %changelog
-* Mon Feb 20 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.15-1
+* Thu Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.15-7
+- rebuild
+
+* Mon Feb 20 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.15-6
 - initial build for Vine Linux
 
 * Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.15-6

+ 11 - 8
p/perl-UNIVERSAL-isa/perl-UNIVERSAL-isa-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           perl-%{pkgname}
 Version:        1.03
-Release:        8%{?_dist_release}
+Release:        9%{?_dist_release}
 Summary:        Hack around module authors using UNIVERSAL::isa as a function
 
 Group:          Development/Libraries
@@ -40,14 +40,14 @@ In all other cases the real UNIVERSAL::isa is just called directly.
 
 
 %build
-%{__perl} Build.PL
+%{__perl} Build.PL installdirs=vendor
 ./Build
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-chmod -R u+w $RPM_BUILD_ROOT/*
+rm -rf %{buildroot}
+./Build install destdir=%{buildroot} create_packlist=0
+chmod -R u+w %{buildroot}/*
 
 
 %check
@@ -55,18 +55,21 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_sitelib}/UNIVERSAL/
+%{perl_vendorlib}/UNIVERSAL/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
-* Mon Feb 20 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.03-1
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.03-9
+- rebuild
+
+* Mon Feb 20 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.03-8
 - initial build for Vine Linux
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-8