]> git.pld-linux.org Git - packages/perl-OLE-Storage_Lite.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 20:22:18 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-OLE-Storage_Lite.spec -> 1.5

perl-OLE-Storage_Lite.spec

index 154559c2dedbe7e9690cca0ae6a6e618f13a6b84..8d055d6f118d7d4352e75ca0cf9c767c63dd8185 100644 (file)
@@ -8,12 +8,12 @@ Summary:      OLE::Storage_Lite perl module
 Summary(pl):   Modu³ OLE::Storage_Lite
 Name:          perl-%{pdir}-%{pnam}
 Version:       0.11
-Release:       0.1
+Release:       1.1
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6.1
-BuildRequires: rpm-perlprov >= 4.0.2-56
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl-IO-stringy
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -32,7 +32,8 @@ Windows, UNIX i Macintosh.
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 %{!?_without_tests:%{__make} test}
 
@@ -49,6 +50,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_sitelib}/OLE/*.pm
+%{perl_vendorlib}/OLE/*.pm
 %{_mandir}/man3/*
 %{_examplesdir}/%{name}-%{version}
This page took 0.073711 seconds and 4 git commands to generate.