]> git.pld-linux.org Git - packages/yaz.git/blobdiff - yaz.spec
- updated to 5.34.0
[packages/yaz.git] / yaz.spec
index 73d13395cc0613f173e886d18955cfb606e3e8ea..a6f15931405edc31a9b14664c91a917af36e45c5 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,14 +1,14 @@
 Summary:       Z39.50 protocol support library
 Summary(pl.UTF-8):     Biblioteka obsługująca protokół Z39.50
 Name:          yaz
-Version:       5.2.1
+Version:       5.34.0
 Release:       1
 License:       BSD-like
 Group:         Libraries
 Source0:       http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
-# Source0-md5: 6046ff3cf911583e86d499d246cde13b
-URL:           http://www.indexdata.dk/yaz/
-BuildRequires: autoconf >= 2.60
+# Source0-md5: 2fd487d5d44a5ce2d7d58a117b64411c
+URL:           https://www.indexdata.com/resources/software/yaz/
+BuildRequires: autoconf >= 2.69
 BuildRequires: automake >= 1:1.11.1
 BuildRequires: bison
 BuildRequires: gnutls-devel
@@ -76,6 +76,7 @@ Statyczne biblioteki YAZ.
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        --enable-tcpd
@@ -89,7 +90,10 @@ rm -rf $RPM_BUILD_ROOT
        docDATA_INSTALL="install -p" \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv -f $RPM_BUILD_ROOT%{_docdir}/yaz doc-dist
+%{__mv} $RPM_BUILD_ROOT%{_docdir}/yaz doc-dist
+
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libyaz*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -99,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog LICENSE NEWS README
+%doc ChangeLog LICENSE NEWS README.md
 %attr(755,root,root) %{_bindir}/yaz-asncomp
 %attr(755,root,root) %{_bindir}/yaz-client*
 %attr(755,root,root) %{_bindir}/yaz-iconv
@@ -107,6 +111,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/yaz-illclient
 %attr(755,root,root) %{_bindir}/yaz-json-parse
 %attr(755,root,root) %{_bindir}/yaz-marcdump
+%attr(755,root,root) %{_bindir}/yaz-record-conv
 %attr(755,root,root) %{_bindir}/yaz-url
 %attr(755,root,root) %{_bindir}/yaz-ztest*
 %attr(755,root,root) %{_bindir}/zoomsh
@@ -127,6 +132,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/yaz-illclient.1*
 %{_mandir}/man1/yaz-json-parse.1*
 %{_mandir}/man1/yaz-marcdump.1*
+%{_mandir}/man1/yaz-record-conv.1*
 %{_mandir}/man1/yaz-url.1*
 %{_mandir}/man1/zoomsh.1*
 %{_mandir}/man7/bib1-attr.7*
@@ -141,11 +147,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libyaz.so
 %attr(755,root,root) %{_libdir}/libyaz_icu.so
 %attr(755,root,root) %{_libdir}/libyaz_server.so
-%{_libdir}/libyaz.la
-%{_libdir}/libyaz_icu.la
-%{_libdir}/libyaz_server.la
 %{_includedir}/yaz
 %{_pkgconfigdir}/yaz.pc
+%{_pkgconfigdir}/yaz-icu.pc
+%{_pkgconfigdir}/yaz-server.pc
 %{_aclocaldir}/yaz.m4
 %{_mandir}/man1/yaz-config.1*
 
This page took 0.087912 seconds and 4 git commands to generate.