]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/blobdiff - perl-Net-SSLeay.spec
- updated to 1.30
[packages/perl-Net-SSLeay.git] / perl-Net-SSLeay.spec
index 6a1e22a4eff4ac2e87b8c2af8cf10aa767f60636..6c45147f0486f68d536eb4bdecab51009592c9ae 100644 (file)
@@ -1,41 +1,57 @@
+#
+# Conditional build:
+%bcond_with    tests   # perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 Summary:       Net::SSLeay - Perl extension for using OpenSSL or SSLeay
-Summary(pl):   Net::SSLeay - rozszerzenie perla do u¿ywania OpenSSL lub SSLeay
+Summary(pl.UTF-8):     Net::SSLeay - rozszerzenie Perla do używania OpenSSL lub SSLeay
 Name:          perl-Net-SSLeay
-Version:       1.20
-Release:       2
-License:       GPL
+Version:       1.30
+Release:       1
+# same as openssl
+License:       Apache-style License
 Group:         Development/Languages/Perl
-Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/Net_SSLeay.pm-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-module/Net/Net_SSLeay.pm-%{version}.tar.gz
+# Source0-md5: b0cd6c1681bbc0695d81be5cd852d1d0
 Patch0:                %{name}-paths.patch
-BuildRequires: openssl-devel >= 0.9.6a
-BuildRequires: openssl-tools
-BuildRequires: perl >= 5.6.1
-BuildRequires: rpm-perlprov >= 3.0.3-18
+URL:           http://search.cpan.org/dist/Net_SSLeay.pm/
+BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: openssl-tools >= 0.9.7d
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module offers some high level convinience functions for accessing web
-pages on SSL servers, a sslcat() function for writing your own clients,
-and finally access to the SSL api of SSLeay/OpenSSL package so you can
-write servers or clients for more complicated applications.
+This module offers some high level convinience functions for accessing
+web pages on SSL servers, a sslcat() function for writing your own
+clients, and finally access to the SSL api of SSLeay/OpenSSL package
+so you can write servers or clients for more complicated applications.
 
-# %description -l pl
-# TODO
+%description -l pl.UTF-8
+Ten moduł oferuje kilka wygodnych funkcji wysokiego poziomu służących
+do dostępu do stron WWW na serwerach SSL, funkcję sslcat() do pisania
+własnych klientów, oraz dostęp do API SSL pakietu SSLeay/OpenSSL, co
+pozwala na pisanie serwerów lub klientów dla bardziej skomplikowanych
+aplikacji.
 
 %prep
 %setup -q -n Net_SSLeay.pm-%{version}
-%patch0 -p0
+%patch0 -p1
 
 %build
-perl Makefile.PL %{_prefix}
-%{__make} OPTIMIZE="%{rpmcflags}"
+%{__perl} Makefile.PL %{_prefix} \
+       INSTALLDIRS=vendor
+%{__make} \
+       OPTIMIZE="%{rpmcflags}"
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} pure_install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 install examples/*.{pl,conf} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
@@ -44,14 +60,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Changes README
-%{perl_sitearch}/Net/SSLeay.pm
-%{perl_sitearch}/Net/SSLeay
-%{perl_sitearch}/Net/ptrtstrun.pl
-%dir %{perl_sitearch}/auto/Net/SSLeay
-%{perl_sitearch}/auto/Net/SSLeay/autosplit.ix
-%{perl_sitearch}/auto/Net/SSLeay/*.al
-%{perl_sitearch}/auto/Net/SSLeay/*.bs
-%attr(755,root,root) %{perl_sitearch}/auto/Net/SSLeay/*.so
+%doc Changes Credits README
+%{perl_vendorarch}/Net/SSLeay.pm
+%{perl_vendorarch}/Net/SSLeay
+%{perl_vendorarch}/Net/ptrtstrun.pl
+%dir %{perl_vendorarch}/auto/Net/SSLeay
+%{perl_vendorarch}/auto/Net/SSLeay/autosplit.ix
+%{perl_vendorarch}/auto/Net/SSLeay/*.al
+%{perl_vendorarch}/auto/Net/SSLeay/*.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/Net/SSLeay/*.so
 %{_mandir}/man3/*
 %{_examplesdir}/%{name}-%{version}
This page took 0.532135 seconds and 4 git commands to generate.