Browse Source

* rebuild

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

+ 13 - 10
p/perl-Algorithm-Diff/perl-Algorithm-Diff-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Algorithm-Diff
 Version:        1.1902
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Algorithm::Diff Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -27,34 +27,37 @@ differences.
 chmod 644 *.pl
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} %{buildroot}/*
 
-rm -f $RPM_BUILD_ROOT%{perl_sitelib}/Algorithm/*.pl
+rm -f %{buildroot}%{perl_sitelib}/Algorithm/*.pl
 
 %check
 make test
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
 %doc Changes README *.pl
-%{perl_sitelib}/*
+%{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1902-2
+- rebuild
+
 * Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1902-1
 - initial build for Vine Linux
 

+ 6 - 3
p/perl-Archive-Any/perl-Archive-Any-vl.spec

@@ -1,6 +1,6 @@
 Name:		perl-Archive-Any
 Version:	0.0932
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	Single interface to deal with file archives
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -38,7 +38,7 @@ formats. Tarballs, zip files, etc.
 %setup -q -n Archive-Any-%{version}
 
 %build
-perl Build.PL
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
@@ -56,13 +56,16 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes README t/
-%{perl_sitelib}/Archive/
+%{perl_vendorlib}/Archive/
 %{_mandir}/man3/Archive::Any.3pm*
 %{_mandir}/man3/Archive::Any::Plugin.3pm*
 %{_mandir}/man3/Archive::Any::Plugin::Tar.3pm*
 %{_mandir}/man3/Archive::Any::Plugin::Zip.3pm*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.0932-2
+- rebuild
+
 * Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.0932-1
 - initial build for Vine Linux
 

+ 4 - 1
p/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-vl.spec

@@ -6,7 +6,7 @@
 
 Name:		perl-CPAN-Meta-YAML
 Version:	0.005
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	Read and write a subset of YAML for CPAN Meta files
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -78,6 +78,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/CPAN::Meta::YAML.3pm*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.005-2
+- rebuild
+
 * Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.005-1
 - initial package for Vine Linux
 

+ 6 - 3
p/perl-CPAN-Meta/perl-CPAN-Meta-vl.spec

@@ -1,7 +1,7 @@
 Name:           perl-CPAN-Meta
 Summary:        Distribution metadata for a CPAN dist
 Version:        2.120351
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        Artistic or GPL+
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Meta-%{version}.tar.gz
@@ -52,7 +52,7 @@ sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=${RPM_BUILD_ROOT}
+make pure_install INSTALLDIRS=vendor DESTDIR=${RPM_BUILD_ROOT}
 
 find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} \;
 find ${RPM_BUILD_ROOT} -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -67,10 +67,13 @@ make test
 
 %files
 %doc Changes history LICENSE README Todo t/
-%{perl_sitelib}/*
+%{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.120351-2
+- rebuild
+
 * Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.120351-1
 - initial build for Vine Linux
 

+ 6 - 3
p/perl-Config-Tiny/perl-Config-Tiny-vl.spec

@@ -1,6 +1,6 @@
 Name:		perl-Config-Tiny
 Version:	2.14
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	Perl module for reading and writing .ini style configuration files
 Group:		Development/Libraries
 License:	Artistic or GPL+
@@ -33,7 +33,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make pure_install DESTDIR=%{buildroot}
+make pure_install INSTALLDIRS=vendor DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
 %{_fixperms} %{buildroot}
@@ -48,10 +48,13 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
-%{perl_sitelib}/Config/
+%{perl_vendorlib}/Config/
 %{_mandir}/man3/Config::Tiny.3pm*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.14-2
+- rebuild
+
 * Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.14-1
 - initial build for Vine Linux
 

+ 9 - 10
p/perl-Devel-StackTrace/perl-Devel-StackTrace-vl.spec

@@ -2,7 +2,7 @@ Name:           perl-Devel-StackTrace
 Summary:        Perl module implementing stack trace and stack trace frame objects
 Version:        1.27
 Epoch:          1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Devel-StackTrace/
@@ -30,10 +30,6 @@ BuildRequires:  perl(Test::Spelling)
 BuildRequires:  aspell-en
 %endif
 
-Vendor:         Project Vine
-Distribution:   Vine Linux
-Packager:       shaolin
-
 %description
 The Devel::StackTrace module contains two classes, Devel::StackTrace
 and Devel::StackTraceFrame.  The goal of this object is to encapsulate
@@ -48,7 +44,7 @@ data available from caller() as of Perl 5.6.0.
 %setup -q -n Devel-StackTrace-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -70,13 +66,16 @@ rm -rf ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %doc README LICENSE Changes
-%dir %{perl_sitelib}/Devel/StackTrace
-%{perl_sitelib}/Devel/StackTrace/*
-%{perl_sitelib}/Devel/StackTrace.pm
+%dir %{perl_vendorlib}/Devel/StackTrace
+%{perl_vendorlib}/Devel/StackTrace/*
+%{perl_vendorlib}/Devel/StackTrace.pm
 %{_mandir}/man3/*
 
 %changelog
-* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.27-1
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:1.27-2
+- rebuild
+
+* Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1:1.27-1
 - initial package for Vine Linux
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.27-4

+ 4 - 1
p/perl-Email-Address/perl-Email-Address-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Email-Address
 Version:        1.889
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        RFC 2822 Address Parsing and Creation
 
 Group:          Development/Libraries
@@ -59,6 +59,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.889-2
+- rebuild
+
 * Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.889-1
 - initial build for Vine Linux
 

+ 8 - 5
p/perl-Exception-Class/perl-Exception-Class-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Exception-Class
 Version:        1.32
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Module that allows you to declare real exception classes in Perl
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -30,7 +30,7 @@ modules in a "Java-esque" manner.
 chmod a-x lib/Exception/Class.pm
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -53,12 +53,15 @@ rm -rf ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
-%dir %{perl_sitelib}/Exception/Class
-%{perl_sitelib}/Exception/Class/*
-%{perl_sitelib}/Exception/Class.pm
+%dir %{perl_vendorlib}/Exception/Class
+%{perl_vendorlib}/Exception/Class/*
+%{perl_vendorlib}/Exception/Class.pm
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.32-2
+- rebuild
+
 * Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.32-1
 - initial build for Vine Linux
 

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

@@ -1,6 +1,6 @@
 Name:           perl-File-BaseDir
 Version:        0.03
-Release:        11%{?_dist_release}
+Release:        12%{?_dist_release}
 Summary:        Use the freedesktop basedir spec
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 27 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.03-12
+- rebuild
+
 * Mon Feb 27 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.03-1
 - initial build for Vine Linux
 

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

@@ -1,6 +1,6 @@
 Name:           perl-File-DesktopEntry
 Version:        0.04
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Object to handle .desktop files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.04-2
+- rebuild
+
 * Mon Feb 27 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.04-1
 - initial build for Vine Linux
 

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

@@ -1,6 +1,6 @@
 Name:           perl-File-MimeInfo
 Version:        0.16
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Determine file type and open application
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.16-2
+- rebuild
+
 * Mon Feb 27 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.16-1
 - initial build for Vine Linux
 

+ 6 - 3
p/perl-File-Remove/perl-File-Remove-vl.spec

@@ -1,6 +1,6 @@
 Name:		perl-File-Remove
 Version:	1.51
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	Convenience module for removing files and directories
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -31,7 +31,7 @@ Packager:       shaolin
 %patch0 -p1
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -49,10 +49,13 @@ rm -rf ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %doc Changes README LICENSE
-%{perl_sitelib}/File
+%{perl_vendorlib}/File
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.51-2
+- rebuild
+
 * Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.51-1
 - initial build for Vine Linux
 

+ 4 - 1
p/perl-JSON-PP/perl-JSON-PP-vl.spec

@@ -1,6 +1,6 @@
 Name:		perl-JSON-PP
 Version:	2.27200
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	JSON::XS compatible pure-Perl module
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -58,6 +58,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/JSON::PP::Boolean.3pm*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.27200-2
+- rebuild
+
 * Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.27200-1
 - initial package for Vine Linux
 

+ 6 - 3
p/perl-JSON/perl-JSON-vl.spec

@@ -1,7 +1,7 @@
 Name:           perl-JSON
 Summary:        Parse and convert to JSON (JavaScript Object Notation)
 Version:        2.53
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz 
@@ -65,7 +65,7 @@ chmod +x %{__perl_requires}
 %endif
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -82,10 +82,13 @@ make test
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_sitelib}/*
+%{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.53-2
+- rebuild
+
 * Thu Feb 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.53-1
 - initial build for Vine Linux
 

+ 4 - 1
p/perl-Parse-CPAN-Meta/perl-Parse-CPAN-Meta-vl.spec

@@ -2,7 +2,7 @@ Name:           perl-Parse-CPAN-Meta
 # dual-lifed module needs to match the epoch in perl.spec
 Epoch:          1
 Version:        1.4402
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Parse META.yml and META.json CPAN metadata files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -53,6 +53,9 @@ make test
 #%{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <hsaolin@vinelinux.org> - 1:1.4402-2
+- rebuild
+
 * Tue Feb 21 2012 MATSUBAYASHI Kohji <hsaolin@vinelinux.org> - 1:1.4402-1
 - initial build for Vine Linux
 - omit man file(s) since perl package has older version

+ 4 - 1
p/perl-Proc-Simple/perl-Proc-Simple-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Proc-Simple
 Version:        1.26
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Launch and control background processes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.26-2
+- rebuild
+
 * Mon Feb 27 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.26-1
 - initial build for Vine Linux
 

+ 8 - 5
p/perl-Readonly/perl-Readonly-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Readonly
 Version:        1.03
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Facility for creating read-only scalars, arrays, hashes
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -42,21 +42,21 @@ Readonly:
 
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 
 %install
 rm -rf %{buildroot}
 
-make pure_install DESTDIR=%{buildroot}
+make pure_install DESTDIR=%{buildroot} 
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 %{_fixperms} %{buildroot}/*
 
 # make sure this goes where it should to be...
-mv %{buildroot}%{perl_sitelib}/benchmark.pl .
+mv %{buildroot}%{perl_vendorlib}/benchmark.pl .
 
 
 %check
@@ -70,11 +70,14 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc Changes README benchmark.pl
-%{perl_sitelib}/Readonly.pm
+%{perl_vendorlib}/Readonly.pm
 %{_mandir}/man3/*
 
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.03-2
+- rebuild
+
 * Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.03-1
 - initial package for Vine Linux
 

+ 6 - 3
p/perl-Task-Weaken/perl-Task-Weaken-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Task-Weaken
 Version:        1.04
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Ensure that a platform has weaken support
 License:        Artistic or GPL+
 Group:          Development/Libraries
@@ -32,7 +32,7 @@ for each time you write a module.
 %setup -q -n Task-Weaken-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -54,10 +54,13 @@ rm -rf ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %doc Changes LICENSE README
-%{perl_sitelib}/Task/*.pm
+%{perl_vendorlib}/Task/*.pm
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.04-2
+- rebuild
+
 * Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.04-1
 - initial package for Vine Linux
 

+ 6 - 3
p/perl-Test-CPAN-Meta/perl-Test-CPAN-Meta-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Test-CPAN-Meta
 Version:        0.17
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Validation of the META.yml file in a CPAN distribution
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -35,7 +35,7 @@ iconv -f iso-8859-1 -t utf-8 LICENSE > LICENSE.tmp
 mv -f LICENSE.tmp LICENSE
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -57,10 +57,13 @@ rm -rf ${RPM_BUILD_ROOT}
 %files
 %defattr(-,root,root,-)
 %doc Artistic Changes LICENSE README examples/
-%{perl_sitelib}/*
+%{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.17-2
+- rebuild
+
 * Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.17-1
 - initial package for Vine Linux
 

+ 4 - 1
p/perl-Test-SubCalls/perl-Test-SubCalls-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Test-SubCalls
 Version:        1.09
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Track the number of times subs are called
 
 Group:          Development/Libraries
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.09-3
+- rebuild
+
 * Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.09-2
 - undefine perl_bootstrap this time
 

+ 12 - 9
p/perl-Tie-IxHash/perl-Tie-IxHash-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Tie-IxHash
 Version:        1.22
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Ordered associative arrays for Perl
 
 Group:          Development/Libraries
@@ -37,16 +37,16 @@ sed -i -e 's/\r$//' Changes README
 
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} ';' 2>/dev/null
-chmod -R u+w $RPM_BUILD_ROOT/*
+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
+chmod -R u+w %{buildroot}/*
 
 
 %check
@@ -54,17 +54,20 @@ make test
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_sitelib}/Tie/
+%{perl_vendorlib}/Tie/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.22-2
+- rebuild
+
 * Tue Feb 21 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.22-1
 - initial package for Vine Linux