]> git.pld-linux.org Git - packages/perl-Crypt-TripleDES.git/blobdiff - perl-Crypt-TripleDES.spec
- tabs in preamble
[packages/perl-Crypt-TripleDES.git] / perl-Crypt-TripleDES.spec
index 7640ce195de2e2753839f5f25a684dd5a2b1334e..77b270eed52233636c2da7445c5aaff76a8ef013 100644 (file)
@@ -1,18 +1,21 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+%bcond_without tests   # Do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Crypt
 %define                pnam    TripleDES
 Summary:       Crypt::TripleDES Perl module - pure Perl Triple DES implementation
-Summary(pl):   Modu³ Perla Crypt::TripleDES - czysto perlowa implementacja Triple DES
+Summary(pl.UTF-8):     Moduł Perla Crypt::TripleDES - czysto perlowa implementacja Triple DES
 Name:          perl-Crypt-TripleDES
 Version:       0.24
-Release:       2
-License:       Artistic or GPL
+Release:       3
+# 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-devel >= 5.6
+# Source0-md5: 90b562175a8f6c5f6bc3eacaddffbcde
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,20 +26,21 @@ on Eric Young's implementation of DES in pure perl. It's quite slow
 because of the way Perl handles bit operations and is not recommended
 for use with large texts.
 
-%description -l pl
-Ten modu³ jest implementacj± szyfrowania 3DES w trybie ECB. Kod bazuje
-na czysto perlowej implementacji DES Erica Younga. Jest dosyæ wolny ze
-wzglêdu na sposób obs³ugi operacji bitowych przez interpreter i nie
-jest zalecany do u¿ycia z du¿ymi tekstami.
+%description -l pl.UTF-8
+Ten moduł jest implementacją szyfrowania 3DES w trybie ECB. Kod bazuje
+na czysto perlowej implementacji DES Erica Younga. Jest dosyć wolny ze
+względu na sposób obsługi operacji bitowych przez interpreter i nie
+jest zalecany do użycia z dużymi tekstami.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
 %{__perl} Makefile.PL \
-       INSTALLDIRS=vendor 
+       INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.031712 seconds and 4 git commands to generate.