]> git.pld-linux.org Git - packages/yaz.git/blobdiff - yaz.spec
icu rebuild
[packages/yaz.git] / yaz.spec
index 7c7bf8a1a2f7de9b077527402cef4f3f9791ae54..bd22872e140ba84a1d0f78c3a20f7a8423806fe9 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,13 +1,13 @@
 Summary:       Z39.50 protocol support library
 Summary(pl.UTF-8):     Biblioteka obsługująca protokół Z39.50
 Name:          yaz
-Version:       5.7.1
-Release:       1
+Version:       5.30.3
+Release:       4
 License:       BSD-like
 Group:         Libraries
 Source0:       http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
-# Source0-md5: 45ebcda4a5fb194fa481b769572e2142
-URL:           http://www.indexdata.dk/yaz/
+# Source0-md5: b32756b44fcde17bee09ea53b2ee334c
+URL:           https://www.indexdata.com/resources/software/yaz/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.11.1
 BuildRequires: bison
@@ -76,6 +76,7 @@ Statyczne biblioteki YAZ.
 %{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        --enable-tcpd
@@ -89,7 +90,7 @@ 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
@@ -102,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
@@ -110,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
@@ -130,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*
@@ -146,6 +149,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libyaz_server.so
 %{_includedir}/yaz
 %{_pkgconfigdir}/yaz.pc
+%{_pkgconfigdir}/yaz-icu.pc
+%{_pkgconfigdir}/yaz-server.pc
 %{_aclocaldir}/yaz.m4
 %{_mandir}/man1/yaz-config.1*
 
This page took 2.091036 seconds and 4 git commands to generate.