Author: qboosh Date: Mon Jun 13 07:20:16 2011 GMT Module: packages Tag: HEAD ---- Log message: - package examples once
---- Files affected: packages/perl-Image-Imlib2: perl-Image-Imlib2.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: packages/perl-Image-Imlib2/perl-Image-Imlib2.spec diff -u packages/perl-Image-Imlib2/perl-Image-Imlib2.spec:1.22 packages/perl-Image-Imlib2/perl-Image-Imlib2.spec:1.23 --- packages/perl-Image-Imlib2/perl-Image-Imlib2.spec:1.22 Sun Jun 12 23:42:12 2011 +++ packages/perl-Image-Imlib2/perl-Image-Imlib2.spec Mon Jun 13 09:20:11 2011 @@ -18,7 +18,7 @@ # Source0-md5: 303b91fae2b863903e41a3cac34fa0d3 URL: http://search.cpan.org/dist/Image-Imlib2/ BuildRequires: imlib2-devel -BuildRequires: perl-Module-Build +BuildRequires: perl-Module-Build >= 0.20 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -56,6 +56,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT + cd examples for f in * ; do sed -e "s@#!/usr/local/bin/perl@#!/usr/bin/perl@" $f \ @@ -67,7 +68,7 @@ %files %defattr(644,root,root,755) -%doc CHANGES README examples +%doc CHANGES README %{perl_vendorarch}/Image/Imlib2.pm %dir %{perl_vendorarch}/auto/Image/Imlib2 %{perl_vendorarch}/auto/Image/Imlib2/*.bs @@ -75,7 +76,7 @@ %dir %{_examplesdir}/%{name}-%{version} %{_examplesdir}/%{name}-%{version}/*.txt %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*.pl -%{_mandir}/man[13]/* +%{_mandir}/man3/Image::Imlib2*.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -83,6 +84,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23 2011/06/13 07:20:11 qboosh +- package examples once + Revision 1.22 2011/06/12 21:42:12 marti - up to 2.03 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Image-Imlib2/perl-Image-Imlib2.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
