|
@@ -1,6 +1,6 @@
|
|
Name: perl-PadWalker
|
|
Name: perl-PadWalker
|
|
-Version: 1.7
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.92
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Play with other peoples' lexical variables
|
|
Summary: Play with other peoples' lexical variables
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -10,8 +10,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: kazutaka, shaolin
|
|
|
|
+
|
|
|
|
+%{?perl_default_filter}
|
|
|
|
|
|
%description
|
|
%description
|
|
PadWalker is a module which allows you to inspect (and even change!)
|
|
PadWalker is a module which allows you to inspect (and even change!)
|
|
@@ -26,21 +29,21 @@ those variables which are in scope at the point of the call.
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
-%{__rm} -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
+%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
-%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
|
|
+%{__make} pure_install DESTDIR=${RPM_BUILD_ROOT}
|
|
|
|
|
|
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
|
|
|
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
+find ${RPM_BUILD_ROOT} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
+find ${RPM_BUILD_ROOT} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
|
|
|
+find ${RPM_BUILD_ROOT} -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
|
|
-%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
+%{_fixperms} ${RPM_BUILD_ROOT}/*
|
|
|
|
|
|
%check
|
|
%check
|
|
%{__make} test
|
|
%{__make} test
|
|
|
|
|
|
%clean
|
|
%clean
|
|
-%{__rm} -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
+%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -50,12 +53,46 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.7-2
|
|
|
|
-- build with perl 5.12.3
|
|
|
|
-- add Vendor and Distribution tags
|
|
|
|
|
|
+* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.92-1
|
|
|
|
+- updated to 1.92, synced with Fedora's 1.92-5
|
|
|
|
+- previous Vine changelogs as follows:
|
|
|
|
+ - Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.7-2
|
|
|
|
+ - build with perl 5.12.3
|
|
|
|
+ - add Vendor and Distribution tags
|
|
|
|
+
|
|
|
|
+ - Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.7-1
|
|
|
|
+ - initial build for Vine Linux based on fedora development
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.92-5
|
|
|
|
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
+
|
|
|
|
+* Tue Jun 21 2011 Iain Arnell <iarnell@gmail.com> 1.92-4
|
|
|
|
+- really rebuild against perl-5.14
|
|
|
|
+
|
|
|
|
+* Tue Jun 14 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.92-3
|
|
|
|
+- Perl mass rebuild
|
|
|
|
+
|
|
|
|
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.92-2
|
|
|
|
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
+
|
|
|
|
+* Tue Dec 28 2010 Steven Pritchard <steve@kspei.com> 1.92-1
|
|
|
|
+- Update to 1.92.
|
|
|
|
+
|
|
|
|
+* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.9-5
|
|
|
|
+- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
+
|
|
|
|
+* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.9-4
|
|
|
|
+- Mass rebuild with perl-5.12.0
|
|
|
|
+
|
|
|
|
+* Fri Mar 19 2010 Chris Weyl <cweyl@alumni.drew.edu> - 1.9-3
|
|
|
|
+- PERL_INSTALL_ROOT => DESTDIR, perl_default_filter (XS package)
|
|
|
|
+
|
|
|
|
+* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.9-2
|
|
|
|
+- rebuild against perl 5.10.1
|
|
|
|
|
|
-* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.7-1
|
|
|
|
-- initial build for Vine Linux based on fedora development
|
|
|
|
|
|
+* Wed Oct 7 2009 Stepan Kasal <skasal@redhat.com> - 1.9-1
|
|
|
|
+- new upstream version
|
|
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-4
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|