summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-09 11:04:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-09 11:04:34 +0000
commitce7ce28bbdb57aa744dac3ce02c8554c8bc9d133 (patch)
tree0b41e4c8c4d00587e05d8a8849fa49f1aa69ec45
parenta0bc39bcaa8705a86b4e18b3989f50ff161d586d (diff)
downloadurpmi-ce7ce28bbdb57aa744dac3ce02c8554c8bc9d133.tar
urpmi-ce7ce28bbdb57aa744dac3ce02c8554c8bc9d133.tar.gz
urpmi-ce7ce28bbdb57aa744dac3ce02c8554c8bc9d133.tar.bz2
urpmi-ce7ce28bbdb57aa744dac3ce02c8554c8bc9d133.tar.xz
urpmi-ce7ce28bbdb57aa744dac3ce02c8554c8bc9d133.zip
adapt to perl 5.8.0
-rw-r--r--urpmi.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 0cb20387..0f3a9d06 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -2,7 +2,7 @@
Name: urpmi
Version: 3.7
-Release: 1mdk
+Release: 2mdk
License: GPL
Source0: %{name}.tar.bz2
Source1: %{name}.logrotate
@@ -61,8 +61,8 @@ kernel22-smp
hackkernel
EOF
-mkdir -p $RPM_BUILD_ROOT%{perl_sitearch}
-install -m 644 urpm.pm $RPM_BUILD_ROOT%{perl_sitearch}/../urpm.pm
+mkdir -p $RPM_BUILD_ROOT%{perl_vendorlib}
+install -m 644 urpm.pm $RPM_BUILD_ROOT%{perl_vendorlib}/urpm.pm
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
pod2man urpm.pm >$RPM_BUILD_ROOT%{_mandir}/man3/urpm.3
@@ -125,7 +125,7 @@ fi
%{_mandir}/man?/urpm*
# find_lang isn't able to find man pages yet...
%lang(fr) %{_mandir}/fr/man?/urpm*
-%{_libdir}/perl5/site_perl/*/urpm.pm
+%{perl_vendorlib}/urpm.pm
%files -n gurpmi
%defattr(-,root,root)
@@ -144,6 +144,9 @@ fi
%changelog
+* Tue Jul 9 2002 Pixel <pixel@mandrakesoft.com> 3.7-2mdk
+- rebuild for perl 5.8.0
+
* Mon Jul 8 2002 François Pons <fpons@mandrakesoft.com> 3.7-1mdk
- added new methods to handle directly installation of package (no
more rpm binary needed).