|
@@ -3,8 +3,8 @@
|
|
Summary: Perl module for using OpenSSL via Network
|
|
Summary: Perl module for using OpenSSL via Network
|
|
Summary(ja): OpenSSL を Network にて用いる為の perl モジュール
|
|
Summary(ja): OpenSSL を Network にて用いる為の perl モジュール
|
|
Name: perl-Net_SSLeay
|
|
Name: perl-Net_SSLeay
|
|
-Version: 1.36
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.42
|
|
|
|
+Release: 1%{?_dist_release}
|
|
License: BSDish
|
|
License: BSDish
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/%{real_name}-%{version}.tar.gz
|
|
Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Net/%{real_name}-%{version}.tar.gz
|
|
@@ -33,7 +33,9 @@ fi
|
|
|
|
|
|
%build
|
|
%build
|
|
# note the %{_prefix} which must passed to Makefile.PL, weird but necessary :-(
|
|
# note the %{_prefix} which must passed to Makefile.PL, weird but necessary :-(
|
|
-perl Makefile.PL %{_prefix} INSTALLDIRS=vendor
|
|
|
|
|
|
+perl Makefile.PL %{_prefix} INSTALLDIRS=vendor << EOI
|
|
|
|
+n
|
|
|
|
+EOI
|
|
make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix}
|
|
make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix}
|
|
perl -p -i -e 's|/usr/local/bin|/usr/bin|g;' *.pm examples/*
|
|
perl -p -i -e 's|/usr/local/bin|/usr/bin|g;' *.pm examples/*
|
|
|
|
|
|
@@ -94,6 +96,9 @@ rm -rf %{buildroot}
|
|
#%dir %{perl_vendorarch}/Net/SSLeay
|
|
#%dir %{perl_vendorarch}/Net/SSLeay
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Feb 26 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.42-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36-2
|
|
* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36-2
|
|
- rebuild with perl-5.12.3
|
|
- rebuild with perl-5.12.3
|
|
|
|
|