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

perl-Crypt-CAST5_PP.spec

index e8a5892a022374735c8d493c23a1861d3ab78888..ad2611accaa65513e1b11cfa58771d986b6037a1 100644 (file)
@@ -9,13 +9,13 @@ Summary:      Crypt::CAST5_PP Perl module - CAST5 block cipher implemented in pure Pe
 Summary(pl):   Modu³ Perla Crypt::CAST5_PP - szyfr blokowy CAST5 zaimplementowany w samym Perlu
 Name:          perl-Crypt-CAST5_PP
 Version:       1.02
-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: perl-Test-Simple >= 0.1
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 Provides:      perl(Crypt::CAST5_PP::Tables)
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -36,7 +36,8 @@ Szyfr CAST5 jest dost
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 %{!?_without_tests:%{__make} test}
 
@@ -52,9 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_sitelib}/Crypt/CAST5_PP.pm
-%{perl_sitelib}/Crypt/CAST5_PP
-%dir %{perl_sitelib}/auto/Crypt/CAST5_PP
-%{perl_sitelib}/auto/Crypt/CAST5_PP/autosplit.ix
-%{perl_sitelib}/auto/Crypt/CAST5_PP/*.al
+%{perl_vendorlib}/Crypt/CAST5_PP.pm
+%{perl_vendorlib}/Crypt/CAST5_PP
+%dir %{perl_vendorlib}/auto/Crypt/CAST5_PP
+%{perl_vendorlib}/auto/Crypt/CAST5_PP/autosplit.ix
+%{perl_vendorlib}/auto/Crypt/CAST5_PP/*.al
 %{_mandir}/man3/*
This page took 1.494112 seconds and 4 git commands to generate.