SPECS: perl-UNIVERSAL-exports.spec - hack: use UNIVERSAL/require.p...
glen
glen at pld-linux.org
Fri Aug 25 11:05:18 CEST 2006
Author: glen Date: Fri Aug 25 09:05:18 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- hack: use UNIVERSAL/require.pm from perl-UNIVERSAL-require (to avoid conflicts on builder); rel 3
---- Files affected:
SPECS:
perl-UNIVERSAL-exports.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/perl-UNIVERSAL-exports.spec
diff -u SPECS/perl-UNIVERSAL-exports.spec:1.16 SPECS/perl-UNIVERSAL-exports.spec:1.17
--- SPECS/perl-UNIVERSAL-exports.spec:1.16 Wed Nov 3 23:30:53 2004
+++ SPECS/perl-UNIVERSAL-exports.spec Fri Aug 25 11:05:12 2006
@@ -10,16 +10,18 @@
Summary(pl): UNIVERSAL::exports - lekkie, uniwersalne eksportowanie zmiennych
Name: perl-UNIVERSAL-exports
Version: 0.03
-Release: 2
+Release: 3
License: unknown
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 7672d8e740d99c3af612205e6fde8644
+URL: http://search.cpan.org/dist/UNIVERSAL-exports/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
BuildRequires: perl-Exporter-Lite >= 0.01
%endif
+Requires: perl-UNIVERSAL-require
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -49,13 +51,16 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# use from perl-UNIVERSAL-require
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/%{pdir}/require.pm
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc Changes
-%{perl_vendorlib}/%{pdir}/*.pm
+%{perl_vendorlib}/%{pdir}/exports.pm
%{_mandir}/man3/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -64,6 +69,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2006/08/25 09:05:12 glen
+- hack: use UNIVERSAL/require.pm from perl-UNIVERSAL-require (to avoid conflicts on builder); rel 3
+
Revision 1.16 2004/11/03 22:30:53 paladine
- formatting
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-UNIVERSAL-exports.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list