]> git.pld-linux.org Git - packages/perl-Crypt-SSLeay.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 18:46:41 +0000 (18:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Crypt-SSLeay.spec -> 1.44

perl-Crypt-SSLeay.spec

index 565300c5d9a4ab4e68bb5daae36d417fab791e09..fb42691c8ef3720bed86fcb8de2f1a59c6257c61 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 # _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Crypt
 %define                pnam    SSLeay
@@ -8,13 +9,13 @@ Summary:      Crypt::SSLeay - OpenSSL glue that provides LWP https support
 Summary(pl):   Crypt::SSLeay - obs³uga https dla LWP przez po³±czenie z OpenSSL
 Name:          perl-Crypt-SSLeay
 Version:       0.49
-Release:       1
+Release:       2
 License:       GPL/Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: openssl-devel >= 0.9.7
 BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,8 +38,10 @@ niezb
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-yes "" | perl Makefile.PL
+yes "" | %{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
 %{__make} OPTIMIZE="%{rpmcflags}"
+
 %{!?_without_tests:%{__make} test}
 
 %install
@@ -52,10 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGES README
-%{perl_sitearch}/Crypt/SSLeay.pm
-%{perl_sitearch}/Crypt/SSLeay
-%{perl_sitearch}/Net/SSL.pm
-%dir %{perl_sitearch}/auto/Crypt/SSLeay
-%{perl_sitearch}/auto/Crypt/SSLeay/SSLeay.bs
-%attr(755,root,root) %{perl_sitearch}/auto/Crypt/SSLeay/SSLeay.so
+%{perl_vendorarch}/Crypt/SSLeay.pm
+%{perl_vendorarch}/Crypt/SSLeay
+%{perl_vendorarch}/Net/SSL.pm
+%dir %{perl_vendorarch}/auto/Crypt/SSLeay
+%{perl_vendorarch}/auto/Crypt/SSLeay/SSLeay.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/Crypt/SSLeay/SSLeay.so
 %{_mandir}/man3/*
This page took 0.083245 seconds and 4 git commands to generate.