]> git.pld-linux.org Git - packages/yaz.git/blobdiff - yaz.spec
- 2.0.3
[packages/yaz.git] / yaz.spec
index 328b0b07b61fa8fd392c6c521c5ecf265236e25b..5fd4573ad1ad165bbc949c5da7657017ab55f603 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,18 +1,21 @@
 Summary:       Z39.50 protocol support library
 Summary(pl):   Biblioteka obs³uguj±ca protokó³ Z39.50
 Name:          yaz
-Version:       1.9.2
+Version:       2.0.3
 Release:       1
 License:       BSD-like
 Vendor:                Index Data ApS <info@indexdata.dk>
 Group:         Libraries
 Source0:       http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz
+# Source0-md5: 17f4631cde802de5d779672b638f27eb
 Patch0:                %{name}-libwrap-fix.patch
+Patch1:                %{name}-link.patch
 URL:           http://www.indexdata.dk/yaz/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 BuildRequires: libwrap-devel
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel >= 0.9.7
 BuildRequires: readline-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,10 +54,12 @@ Statyczne biblioteki YAZ.
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -84,15 +89,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README LICENSE CHANGELOG TODO
+%doc CHANGELOG README LICENSE TODO
 %attr(755,root,root) %{_bindir}/yaz-client*
 %attr(755,root,root) %{_bindir}/yaz-ztest*
-%attr(755,root,root) %{_bindir}/yaz-comp
+%attr(755,root,root) %{_bindir}/yaz-asncomp
 %attr(755,root,root) %{_bindir}/zoomsh
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %dir %{_datadir}/yaz
+%{_datadir}/yaz/etc
 %{_datadir}/yaz/ill
 %{_datadir}/yaz/z39.50
+%{_mandir}/man1/yaz-asncomp.1*
 %{_mandir}/man1/yaz-client*.1*
 %{_mandir}/man1/zoomsh.1*
 %{_mandir}/man7/yaz.7*
@@ -106,7 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.la
 %{_includedir}/yaz
 %{_aclocaldir}/yaz.m4
-%{_mandir}/man1/yaz-config.1*
+%{_mandir}/man8/yaz-config.8*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.074922 seconds and 4 git commands to generate.