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

perl-Language-Basic.spec

index 52ce983d0da6180fba6578f35c47b24580d06f32..14b4469c07212bed17450b8966d2b2274a02076c 100644 (file)
@@ -5,12 +5,12 @@ Summary:      Language::Basic perl module - BASIC language implementation
 Summary(pl):   Modu³ perla Language::Basic - implementacja jêzyka BASIC
 Name:          perl-Language-Basic
 Version:       1.44
-Release:       1
+Release:       2
 License:       Artistic or GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,7 +30,8 @@ Applesoft czy GW-Basic.
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -46,6 +47,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes NOTES README TODO wumpus.bas
 %attr(755,root,root) %{_bindir}/*
-%{perl_sitelib}/Language/Basic.pm
-%{perl_sitelib}/Language/Basic
+%{perl_vendorlib}/Language/Basic.pm
+%{perl_vendorlib}/Language/Basic
 %{_mandir}/man3/*
This page took 0.136855 seconds and 4 git commands to generate.