Author: qboosh Date: Sun May 27 14:29:01 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - generic URL
---- Files affected: SPECS: perl-Math-Random.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/perl-Math-Random.spec diff -u SPECS/perl-Math-Random.spec:1.12 SPECS/perl-Math-Random.spec:1.13 --- SPECS/perl-Math-Random.spec:1.12 Sun May 27 15:47:32 2007 +++ SPECS/perl-Math-Random.spec Sun May 27 16:28:56 2007 @@ -14,8 +14,9 @@ # same as perl except some C code License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/Math/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 555c0fd25df5506cd81a9299430b58c7 +URL: http://search.cpan.org/dist/Math-Random/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -44,7 +45,8 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT INSTALLDIRS=vendor + DESTDIR=$RPM_BUILD_ROOT \ + INSTALLDIRS=vendor install -d $RPM_BUILD_ROOT%{_examplesdir} cp -r examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} @@ -55,13 +57,13 @@ %files %defattr(644,root,root,755) %doc Changes README MANIFEST +%{perl_vendorarch}/Math/*.pm +%dir %{perl_vendorarch}/auto/Math/Random +%attr(755,root,root) %{perl_vendorarch}/auto/Math/Random/*.so +%{perl_vendorarch}/auto/Math/Random/*.ix +%{perl_vendorarch}/auto/Math/Random/*.bs %dir %{_examplesdir}/%{name}-%{version} %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/*.pl -%{perl_vendorarch}/%{pdir}/*.pm -%dir %{perl_vendorarch}/auto/%{pdir}/%{pnam} -%attr(755,root,root) %{perl_vendorarch}/auto/%{pdir}/%{pnam}/*.so -%{perl_vendorarch}/auto/%{pdir}/%{pnam}/*.ix -%{perl_vendorarch}/auto/%{pdir}/%{pnam}/*.bs %{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -70,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2007/05/27 14:28:56 qboosh +- generic URL + Revision 1.12 2007/05/27 13:47:32 agaran - up to 0.69, rel 1, builds here ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Math-Random.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
