]> git.pld-linux.org Git - packages/perl-Crypt-OpenSSL-DSA.git/blobdiff - perl-Crypt-OpenSSL-DSA.spec
- converted to UTF-8
[packages/perl-Crypt-OpenSSL-DSA.git] / perl-Crypt-OpenSSL-DSA.spec
index 99c9a6718f8ecb502aec319690e31f343bd617b3..cb325cef83ed429c05ca7400312f32c2943b7fcf 100644 (file)
@@ -6,17 +6,17 @@
 %define                pdir    Crypt
 %define                pnam    OpenSSL-DSA
 Summary:       Crypt::OpenSSL::DSA - Digital Signature Algorithm using OpenSSL
-Summary(pl):   Crypt::OpenSSL::DSA - algorytm DSA u¿ywaj±cy OpenSSL
+Summary(pl.UTF-8):   Crypt::OpenSSL::DSA - algorytm DSA używający OpenSSL
 Name:          perl-Crypt-OpenSSL-DSA
-Version:       0.11
-Release:       2
+Version:       0.13
+Release:       1
 # 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: 87db60686b76ee4633f4ec6bf0b666b1
+# Source0-md5: 3ae371799108731623a8d9b3adf7f767
 BuildRequires: openssl-devel >= 0.9.7d
-BuildRequires: perl-devel >= 5.6.1
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,9 +24,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Crypt::OpenSSL::DSA implements the DSA (Digital Signature Algorithm)
 signature verification system.
 
-%description -l pl
-Modu³ Crypt::OpenSSL::DSA jest implementacj± systemu weryfikacji
-podpisów DSA (Digital Signature Algorithm).
+%description -l pl.UTF-8
+Moduł Crypt::OpenSSL::DSA jest implementacją systemu weryfikacji
+podpisów DSA (Digital Signature Algorithm).
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -34,7 +34,8 @@ podpis
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
-%{__make} OPTIMIZE="%{rpmcflags}"
+%{__make} \
+       OPTIMIZE="%{rpmcflags}"
 
 ##### were disabled - some of tests fail randomly ?
 %{?with_tests:%{__make} test}
@@ -42,7 +43,8 @@ podpis
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.031111 seconds and 4 git commands to generate.