]> git.pld-linux.org Git - packages/perl-Crypt-Blowfish.git/commitdiff
- important fixes: it can't be noarch, essential files were missing, perl-Crypt-Blowfish-2_09-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 21 Jul 2002 12:23:27 +0000 (12:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  license isn't even GPL-compatible!
- new %%doc, cosmetics
- release 2

Changed files:
    perl-Crypt-Blowfish.spec -> 1.5

perl-Crypt-Blowfish.spec

index a21c6eaa56265bde7ca5710ebca1397fe83b72fd..f892685a7b337ae5e61c695662147c3e46e986bf 100644 (file)
@@ -5,41 +5,42 @@ Summary:      Crypt::Blowfish perl module
 Summary(pl):   Modu³ perla Crypt::Blowfish
 Name:          perl-Crypt-Blowfish
 Version:       2.09
-Release:       1
-License:       GPL
+Release:       2
+License:       BSD-like (see COPYRIGHT)
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildRequires: perl >= 5.6.1
-BuildArch:     noarch
+BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Crypt::Blowfish perl module.
+Crypt::Blowfish perl module - an implementation of the Blowfish
+cryptography algorithm.
 
 %description -l pl
-Modu³ perla Crypt::Blowfish.
+Modu³ perla Crypt::Blowfish - implementacja algorytmu
+kryptograficznego Blowfish.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
 perl Makefile.PL
-%{__make}
-
+%{__make} OPTIMIZE="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf Changes README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc Changes COPYRIGHT README
 %{perl_sitearch}/Crypt/Blowfish.pm
+%dir %{perl_sitearch}/auto/Crypt/Blowfish
+%{perl_sitearch}/auto/Crypt/Blowfish/*.bs
+%attr(755,root,root) %{perl_sitearch}/auto/Crypt/Blowfish/*.so
 %{_mandir}/man3/*
This page took 0.043574 seconds and 4 git commands to generate.