]> git.pld-linux.org Git - packages/perl-IPC-SharedCache.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 19:37:17 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IPC-SharedCache.spec -> 1.6

perl-IPC-SharedCache.spec

index 346b04590e20d838a763925c42b7b0f2199c9a8e..fc6641c6783805afcf53d329d1559ddb7fbe493d 100644 (file)
@@ -5,11 +5,11 @@ Summary:      %{pdir}::%{pnam} perl module
 Summary(pl):   Modu³ perla %{pdir}::%{pnam}
 Name:          perl-%{pdir}-%{pnam}
 Version:       1.3
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl >= 5.005
 BuildRequires: perl(IPC::ShareLite) >= 0.06 perl(Storable) perl(Carp) perl(IPC::SysV)
 BuildArch:     noarch
@@ -26,7 +26,8 @@ dowi
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 %{__make} test
 
@@ -41,5 +42,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes ANNOUNCE
-%{perl_sitelib}/%{pdir}/%{pnam}.pm
+%{perl_vendorlib}/%{pdir}/%{pnam}.pm
 %{_mandir}/man3/*.3pm*
This page took 0.041007 seconds and 4 git commands to generate.