]> 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 538bcf4c8df6757c614d2ad73245d0279cc53232..77b270eed52233636c2da7445c5aaff76a8ef013 100644 (file)
@@ -1,19 +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
 # Source0-md5: 90b562175a8f6c5f6bc3eacaddffbcde
-BuildRequires: perl-devel >= 5.6
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,11 +26,11 @@ 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}
@@ -37,7 +39,8 @@ jest zalecany do u
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.043801 seconds and 4 git commands to generate.