X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=openssl.spec;h=7908d7946e9af2f279ec0df0eb066714e218c915;hb=0a020e2a15b3de1282f5eea8bfde7d7c523ac20c;hp=59e39e0659d4955136990209ef8910912767013a;hpb=05285465cd103ca4ef25721494581c79b4e4e175;p=packages%2Fopenssl.git diff --git a/openssl.spec b/openssl.spec index 59e39e0..7908d79 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,28 +1,30 @@ %include /usr/lib/rpm/macros.perl Summary: OpenSSL Toolkit libraries for the "Secure Sockets Layer" (SSL v2/v3) Summary(de): Secure Sockets Layer (SSL)-Kommunikationslibrary +Summary(pl): Biblioteki OpenSSL (SSL v2/v3) Summary(fr): Utilitaires de communication SSL (Secure Sockets Layer) Name: openssl -Version: 0.9.6a -Release: 3 +Version: 0.9.6b +Release: 8 License: Apache-style License Vendor: The OpenSSL Project Group: Libraries -Group(de): Libraries -Group(fr): Librairies -Group(pl): Biblioteki Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz +Source1: %{name}-ca-bundle.crt Patch0: %{name}-alpha-ccc.patch # patch1 is only for 0.9.6a version. This version isn't binary # compatibile with 0.9.6 but have this same soname. Patch1: %{name}-soname.patch Patch2: %{name}-optflags.patch +Patch3: %{name}-nocrypt.patch +Patch4: %{name}-globalCA.diff BuildRequires: perl-devel >= 5.6.1 BuildRequires: textutils BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: SSLeay Obsoletes: SSLeay-devel Obsoletes: SSLeay-perl +Obsoletes: libopenssl0 %description The OpenSSL Project is a collaborative effort to develop a robust, @@ -53,37 +55,42 @@ OpenSSL est un outiil de gestion des certificats et les librairies partagees qui fournit plusieurs protocoles et algorithmes de codage/decodage, incluant DES, RC4, RSA et SSL. +%description -l pl +Implementacja protoko³ów kryptograficznych Secure Socket Layer (SSL) +v2/v3 oraz Transport Layer Security (TLS v1). + %package tools Summary: OpenSSL command line tool and utilities +Summary(pl): Zestaw narzêdzi i skryptów Group: Applications/Communications -Group(de): Applikationen/Kommunikation -Group(pl): Aplikacje/Komunikacja Requires: %{name} = %{version} %description tools The OpenSSL Toolkit cmdline tool openssl and utility scripts. +%description tools -l pl +Zestaw narzêdzi i skryptów wywo³ywanych z linii poleceñ. + %package tools-perl Summary: OpenSSL utilities written in Perl +Summary(pl): Narzêdzia OpenSSL napisane w perlu Group: Applications/Communications -Group(de): Applikationen/Kommunikation -Group(fr): Utilitaires -Group(pl): Aplikacje/Komunikacja Requires: %{name} = %{version} %description tools-perl OpenSSL Toolkit tools written in Perl. +%description tools-perl -l pl +Narzêdzia OpenSSL napisane w perlu. + %package devel Summary: Development part of OpenSSL Toolkit libraries Summary(de): Secure Sockets Layer Kommunikationslibrary: statische libraries+header Summary(fr): Librairies statiques, headers et utilitaires pour communication SSL Summary(pl): Czê¶æ bibiloteki OpenSSL przeznaczona dla programistów Group: Development/Libraries -Group(de): Entwicklung/Libraries -Group(fr): Development/Librairies -Group(pl): Programowanie/Biblioteki Requires: %{name} = %{version} +Obsoletes: libopenssl0-devel %description devel Development part of OpenSSL library. @@ -95,9 +102,6 @@ Cz Summary: Static OpenSSL libraries Summary(pl): Statyczne wersje bibliotek z OpenSSL Group: Development/Libraries -Group(de): Entwicklung/Libraries -Group(fr): Development/Librairies -Group(pl): Programowanie/Biblioteki Requires: %{name}-devel = %{version} %description static @@ -107,14 +111,16 @@ Static OpenSSL Toolkit libraries. Statyczne wersje bibliotek z OpenSSL. %prep -%setup -q +%setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build -for f in ` grep -r "/usr/local/bin/perl" . | cut -d":" -f1`; do - perl -pi -e 's#/usr/local/bin/perl#%{_bindir}/perl#g' $f +for f in ` grep -r "%{_prefix}/local/bin/perl" . | cut -d":" -f1`; do +perl -pi -e 's#%{_prefix}/local/bin/perl#%{_bindir}/perl#g' $f done touch Makefile.* @@ -126,7 +132,7 @@ export OPTFLAGS %ifarch i386 i486 ./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared 386 %endif -%ifarch i586 i686 +%ifarch i586 i686 athlon ./Configure --openssldir=%{_var}/lib/%{name} linux-elf shared %endif %ifarch ppc @@ -139,53 +145,53 @@ export OPTFLAGS ./Configure --openssldir=%{_var}/lib/%{name} threads linux-sparcv8 shared %endif -%{__make} -%{__make} rehash +%{__make} CC="%{__cc}" +%{__make} rehash CC="%{__cc}" -# Conv PODs to man pages. "openssl_" prefix is added to each manpage +# Conv PODs to man pages. "openssl_" prefix is added to each manpage # to avoid potential conflicts with others packages. center="OpenSSL 0.9.6" rel="OpenSSL 0.9.6" -cd doc/apps || exit 1 +cd doc/apps || exit 1 perl -pi -e 's/(\W)((? $manpage; - echo "$manpage"; +for pod in *.pod; do + if [ $pod != "openssl.pod" ]; then + mv -f $pod openssl_$pod; + pod=openssl_$pod; + fi + + sec=1 + if [ $pod = "openssl_config.pod" ]; then + sec=5 + fi + + manpage=`basename $pod .pod`.$sec; + pod2man --section="$sec" --release="$rel" --center="$center" \ + $pod > $manpage; + echo "$manpage"; done cd .. sec=3 -for dir in ssl crypto; do +for dir in ssl crypto; do cd $dir || exit 1; if [ $dir = "ssl" ]; then rel="OpenSSL SSL/TLS library" - elif [ $dir = "crypto" ]; then + elif [ $dir = "crypto" ]; then rel="OpenSSL cryptographic library" fi - + perl -p -i -e 's/(\W)((? $manpage; - echo "$manpage"; + + for pod in *.pod; do + sec=`[ "$pod" = "des_modes.pod" ] && echo 7 || echo 3`; + mv -f $pod openssl_$pod; + pod=openssl_$pod; + manpage=`basename $pod .pod`.$sec; + pod2man --section="$sec" --release="$rel" --center=" " $pod > $manpage; + echo "$manpage"; done cd .. done @@ -197,22 +203,23 @@ done %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_libdir}/%{name}} \ - $RPM_BUILD_ROOT%{_mandir}/man{1,3,5,7} + $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5,7},%{_datadir}/ssl} %{__make} install \ INSTALLTOP=%{_prefix} \ INSTALL_PREFIX=$RPM_BUILD_ROOT -install libRSAglue.a libcrypto.a libssl.a $RPM_BUILD_ROOT%{_libdir} -install lib*.so.*.* $RPM_BUILD_ROOT%{_libdir} +install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/ssl/ca-bundle.crt +install libRSAglue.a libcrypto.a libssl.a $RPM_BUILD_ROOT%{_libdir} +install lib*.so.*.* $RPM_BUILD_ROOT%{_libdir} ln -sf libcrypto.so.*.* $RPM_BUILD_ROOT%{_libdir}/libcrypto.so ln -sf libssl.so.*.* $RPM_BUILD_ROOT%{_libdir}/libssl.so mv -f $RPM_BUILD_ROOT%{_var}/lib/%{name}/openssl.cnf $RPM_BUILD_ROOT%{_sysconfdir}/%{name} -ln -s ../../../%{_sysconfdir}/%{name}/openssl.cnf \ +ln -s %{_sysconfdir}/%{name}/openssl.cnf \ $RPM_BUILD_ROOT%{_var}/lib/%{name}/%{name}.cnf -mv -f $RPM_BUILD_ROOT%{_var}/lib/%{name}/misc/* $RPM_BUILD_ROOT%{_libdir}/%{name} +mv -f $RPM_BUILD_ROOT%{_var}/lib/%{name}/misc/* $RPM_BUILD_ROOT%{_libdir}/%{name} rm -rf $RPM_BUILD_ROOT%{_var}/lib/%{name}/misc mv -f $RPM_BUILD_ROOT%{_bindir}/c_rehash $RPM_BUILD_ROOT%{_libdir}/%{name} @@ -234,8 +241,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so.*.* -%doc {CHANGES,CHANGES.SSLeay,LICENSE,NEWS,README}.gz -%doc doc/*.txt.gz doc/openssl_button.gif doc/openssl_button.html +%doc *.gz doc/*.txt.gz doc/openssl_button.gif doc/openssl_button.html %files tools %defattr(644,root,root,755) @@ -243,8 +249,11 @@ rm -rf $RPM_BUILD_ROOT %dir %{_var}/lib/%{name} %dir %{_var}/lib/%{name}/private %dir %{_var}/lib/%{name}/certs + %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/%{name}/openssl.cnf %verify(not md5 size mtime) %config(noreplace) %{_var}/lib/%{name}/openssl.cnf +%dir %{_datadir}/ssl +%verify(not md5 size mtime) %config(noreplace)%{_datadir}/ssl/ca-bundle.crt %attr(755,root,root) %{_bindir}/%{name} %dir %{_libdir}/%{name}