X-Git-Url: https://git.pld-linux.org/?p=packages%2Fperl-Crypt-DES_EDE3.git;a=blobdiff_plain;f=perl-Crypt-DES_EDE3.spec;h=cd153e1eb1426a11808772428a3cf6c9b70c23cd;hp=9e7a0fa2149e3fb6cadfc29418828b3551c41347;hb=HEAD;hpb=51c718a246051afa4382ab79ea591b350011933f diff --git a/perl-Crypt-DES_EDE3.spec b/perl-Crypt-DES_EDE3.spec index 9e7a0fa..cd153e1 100644 --- a/perl-Crypt-DES_EDE3.spec +++ b/perl-Crypt-DES_EDE3.spec @@ -1,17 +1,19 @@ -%include /usr/lib/rpm/macros.perl %define pdir Crypt %define pnam DES_EDE3 Summary: Crypt::DES_EDE3 Perl module - Triple-DES EDE implementation -Summary(pl): Modu³ Perla Crypt::DES_EDE3 - implementacja Triple-DES EDE +Summary(pl.UTF-8): Moduł Perla Crypt::DES_EDE3 - implementacja Triple-DES EDE Name: perl-Crypt-DES_EDE3 Version: 0.01 -Release: 1 -License: Artistic or GPL +Release: 4 +# same as perl +License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz -BuildRequires: perl >= 5.6 +# Source0-md5: fde1995efa0735407a5f7c4a4c8147bc +URL: http://search.cpan.org/dist/Crypt-DES_EDE3/ BuildRequires: perl-Crypt-DES -BuildRequires: rpm-perlprov >= 3.0.3-16 +BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -19,15 +21,16 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) This is Crypt::DES_EDE3, a module implementing Triple-DES EDE (encrypt-decrypt-encrypt) encryption and decryption. -%description -l pl -To jest modu³ Crypt::DES_EDE3, bêd±cy implementacj± szyfrowania i +%description -l pl.UTF-8 +To jest moduł Crypt::DES_EDE3, będący implementacją szyfrowania i odszyfrowywania Triple-DES EDE (encrypt-decrypt-encrypt). %prep %setup -q -n %{pdir}-%{pnam}-%{version} %build -perl Makefile.PL +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor %{__make} %install @@ -42,5 +45,5 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes README -%{perl_sitelib}/Crypt/DES_EDE3.pm +%{perl_vendorlib}/Crypt/DES_EDE3.pm %{_mandir}/man3/*