]> git.pld-linux.org Git - packages/yaz.git/commitdiff
- updated to 2.0.6, updated patches
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Dec 2003 10:37:43 +0000 (10:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    yaz.spec -> 1.20

yaz.spec

index ad9f7fc79528265787d5309011993e75520cb987..0e9fd531d2b9af55ab4b853bcc88ebcafc9d05a6 100644 (file)
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,19 +1,19 @@
 Summary:       Z39.50 protocol support library
 Summary(pl):   Biblioteka obs³uguj±ca protokó³ Z39.50
 Name:          yaz
-Version:       2.0.4
+Version:       2.0.6
 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: 4d15e3521ae2cbbf5c5512ebc3d0fe5e
+# Source0-md5: b11127afa0b380f09f9b6c3bc621f113
 Patch0:                %{name}-libwrap-fix.patch
 Patch1:                %{name}-link.patch
 URL:           http://www.indexdata.dk/yaz/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: libtool >= 1:1.4.2-9
 BuildRequires: libwrap-devel
 BuildRequires: openssl-devel >= 0.9.7c
 BuildRequires: readline-devel
@@ -58,7 +58,6 @@ Statyczne biblioteki YAZ.
 %patch1 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -89,10 +88,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG README LICENSE TODO
+%doc CHANGELOG LICENSE README TODO
+%attr(755,root,root) %{_bindir}/yaz-asncomp
 %attr(755,root,root) %{_bindir}/yaz-client*
+%attr(755,root,root) %{_bindir}/yaz-iconv
+%attr(755,root,root) %{_bindir}/yaz-marcdump
 %attr(755,root,root) %{_bindir}/yaz-ztest*
-%attr(755,root,root) %{_bindir}/yaz-asncomp
 %attr(755,root,root) %{_bindir}/zoomsh
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %dir %{_datadir}/yaz
@@ -101,6 +102,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/yaz/z39.50
 %{_mandir}/man1/yaz-asncomp.1*
 %{_mandir}/man1/yaz-client*.1*
+%{_mandir}/man1/yaz-iconv.1*
+%{_mandir}/man1/yaz-marcdump.1*
 %{_mandir}/man1/zoomsh.1*
 %{_mandir}/man7/yaz.7*
 %{_mandir}/man8/yaz-ztest*.8*
This page took 0.157652 seconds and 4 git commands to generate.