]> git.pld-linux.org Git - packages/yaz.git/blobdiff - yaz.spec
- updated to 5.1.0
[packages/yaz.git] / yaz.spec
index 95c3a598d18af8b866d10b192bd01e0701479135..0148938e9c81076951ec3c487a4c87741e7556ef 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,22 +1,24 @@
 Summary:       Z39.50 protocol support library
 Summary(pl.UTF-8):     Biblioteka obsługująca protokół Z39.50
 Name:          yaz
-Version:       4.2.66
+Version:       5.1.0
 Release:       1
 License:       BSD-like
 Group:         Libraries
 Source0:       http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
-# Source0-md5: e600b6384285450ec1244246e27b7c6d
+# Source0-md5: ef6e37c7d501d1edf42c33204b64b529
 URL:           http://www.indexdata.dk/yaz/
 BuildRequires: autoconf >= 2.60
-BuildRequires: automake >= 1:1.9
+BuildRequires: automake >= 1:1.11.1
 BuildRequires: bison
+BuildRequires: gnutls-devel
+BuildRequires: libgcrypt-devel >= 1.2
 BuildRequires: libicu-devel >= 3.4
+BuildRequires: libmemcached-devel
 BuildRequires: libtool >= 1:1.4.2-9
 BuildRequires: libwrap-devel
 BuildRequires: libxml2-devel >= 2.0
 BuildRequires: libxslt-devel >= 1.1.0
-BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: pkgconfig
 BuildRequires: readline-devel >= 5.0
 BuildRequires: tcl >= 8.2
@@ -35,10 +37,13 @@ Summary:    Header files for YAZ library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki YAZ
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      gnutls-devel
+Requires:      libgcrypt-devel >= 1.2
+Requires:      libicu-devel >= 3.4
+Requires:      libmemcached-devel
 Requires:      libwrap-devel
 Requires:      libxml2-devel >= 2.0
 Requires:      libxslt-devel >= 1.1.0
-Requires:      openssl-devel >= 0.9.7d
 
 %description devel
 Header files for YAZ library.
@@ -67,9 +72,7 @@ Statyczne biblioteki YAZ.
 %{__autoconf}
 %{__automake}
 %configure \
-       --enable-shared \
-       --enable-tcpd \
-       --with-openssl
+       --enable-tcpd
 
 %{__make}
 
@@ -102,11 +105,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/yaz-ztest*
 %attr(755,root,root) %{_bindir}/zoomsh
 %attr(755,root,root) %{_libdir}/libyaz.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libyaz.so.4
+%attr(755,root,root) %ghost %{_libdir}/libyaz.so.5
 %attr(755,root,root) %{_libdir}/libyaz_icu.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libyaz_icu.so.4
+%attr(755,root,root) %ghost %{_libdir}/libyaz_icu.so.5
 %attr(755,root,root) %{_libdir}/libyaz_server.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libyaz_server.so.4
+%attr(755,root,root) %ghost %{_libdir}/libyaz_server.so.5
 %dir %{_datadir}/yaz
 %{_datadir}/yaz/etc
 %{_datadir}/yaz/ill
This page took 0.08257 seconds and 4 git commands to generate.