]> git.pld-linux.org Git - packages/perl-Crypt-Blowfish.git/blobdiff - perl-Crypt-Blowfish.spec
- x32 rebuild
[packages/perl-Crypt-Blowfish.git] / perl-Crypt-Blowfish.spec
index 6a0abb8b4453c4cb6abd653727b4e8595fe922c0..492f07b08509dd356620eefe1eae684bc8d1d2c3 100644 (file)
@@ -9,13 +9,14 @@ Summary:      Crypt::Blowfish - Perl Blowfish encryption module
 Summary(pl.UTF-8):     Crypt::Blowfish - moduĊ‚ Perla dla szyfrowania Blowfish
 Name:          perl-Crypt-Blowfish
 Version:       2.12
-Release:       1
+Release:       6
 License:       BSD-like (see COPYRIGHT)
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: a0eca17addc8bdaf38c044c365a8800c
+Patch0:                build.patch
 URL:           http://search.cpan.org/dist/Crypt-Blowfish/
-%{?with_tests:BuildRequires:   perl-Crypt-CBC}
+%{?with_tests:BuildRequires:   perl-Crypt-CBC >= 1.22}
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -30,6 +31,7 @@ kryptograficznego Blowfish.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL \
@@ -54,6 +56,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc Changes COPYRIGHT README
 %{perl_vendorarch}/Crypt/Blowfish.pm
 %dir %{perl_vendorarch}/auto/Crypt/Blowfish
-%{perl_vendorarch}/auto/Crypt/Blowfish/*.bs
-%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/Blowfish/*.so
-%{_mandir}/man3/*
+%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/Blowfish/Blowfish.so
+%{_mandir}/man3/Crypt::Blowfish.3pm*
This page took 0.09768 seconds and 4 git commands to generate.