]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/blobdiff - perl-Net-SSLeay.spec
up to 1.80
[packages/perl-Net-SSLeay.git] / perl-Net-SSLeay.spec
index 5fc508d1c938d1a45534462e8103126f47450ff6..ba81dde4946e6b62ee95427491c13a9a7a99c730 100644 (file)
@@ -1,54 +1,77 @@
+#
+# Conditional build:
+%bcond_with    tests   # perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
-Summary:       Net::SSLeay perl module
-Summary(pl):   Modu³ perla Net::SSLeay
+Summary:       Net::SSLeay - Perl extension for using OpenSSL or SSLeay
+Summary(pl.UTF-8):     Net::SSLeay - rozszerzenie Perla do używania OpenSSL lub SSLeay
 Name:          perl-Net-SSLeay
-Version:       1.18
-Release:       2
-License:       GPL
+Version:       1.80
+Release:       1
+License:       Artistic v2.0
 Group:         Development/Languages/Perl
-Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/Net_SSLeay.pm-%{version}.tar.gz
-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
+Source0:       http://www.cpan.org/modules/by-module/Net/Net-SSLeay-%{version}.tar.gz
+# Source0-md5: b1e0fd96d7f3be57580377226ca5f089
+Patch0:                %{name}-no_zlib.patch
+URL:           http://search.cpan.org/dist/Net-SSLeay/
+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
+%if %{with tests}
+BuildRequires: perl-MIME-Base64
+BuildRequires: perl-Test-Simple >= 0.60_01
+%endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Net::SSLeay perl module.
+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
-Modu³ perla Net::SSLeay.
+%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
+%setup -q -n Net-SSLeay-%{version}
+%patch0 -p1
 
 %build
-perl Makefile.PL %{_prefix}
-%{__make} OPTIMIZE="%{rpmcflags}"
+echo "n" | %{__perl} Makefile.PL %{_prefix} \
+       INSTALLDIRS=vendor
+%{__make} \
+       CC="%{__cc}" \
+       OPTIMIZE="%{rpmcflags}"
+
+%{?with_tests:echo "n" | %{__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
+
+cp -p examples/*.{pl,conf} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-install examples/*.{pl,conf} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorarch}/Net/SSLeay.pod
 
 %clean
 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
-%{_mandir}/man3/*
+%doc Changes Credits LICENSE QuickRef README
+%{perl_vendorarch}/Net/SSLeay.pm
+%{perl_vendorarch}/Net/SSLeay
+%dir %{perl_vendorarch}/auto/Net/SSLeay
+%{perl_vendorarch}/auto/Net/SSLeay/autosplit.ix
+%{perl_vendorarch}/auto/Net/SSLeay/*.al
+%attr(755,root,root) %{perl_vendorarch}/auto/Net/SSLeay/SSLeay.so
+%{_mandir}/man3/Net::SSLeay*.3pm*
 %{_examplesdir}/%{name}-%{version}
This page took 0.076948 seconds and 4 git commands to generate.