Author: qboosh Date: Sun Feb 18 19:39:33 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.1.48 - added pcap patch to use shared libpcap for ziffy
---- Files affected: SPECS: yaz.spec (1.54 -> 1.55) ---- Diffs: ================================================================ Index: SPECS/yaz.spec diff -u SPECS/yaz.spec:1.54 SPECS/yaz.spec:1.55 --- SPECS/yaz.spec:1.54 Mon Feb 12 23:09:25 2007 +++ SPECS/yaz.spec Sun Feb 18 20:39:27 2007 @@ -2,16 +2,18 @@ Summary: Z39.50 protocol support library Summary(pl.UTF-8): Biblioteka obsługująca protokół Z39.50 Name: yaz -Version: 2.1.40 +Version: 2.1.48 Release: 1 License: BSD-like Group: Libraries Source0: http://ftp.indexdata.dk/pub/yaz/%{name}-%{version}.tar.gz -# Source0-md5: 6af7645abf178669211e14f184869816 +# Source0-md5: bcb24337e5a84386865c3fd6d05ce199 Patch0: %{name}-libwrap-fix.patch +Patch1: %{name}-pcap.patch URL: http://www.indexdata.dk/yaz/ BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.8 +BuildRequires: libpcap-devel BuildRequires: libtool >= 1:1.4.2-9 BuildRequires: libwrap-devel BuildRequires: libxml2-devel @@ -57,6 +59,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -95,6 +98,7 @@ %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}/ziffy %attr(755,root,root) %{_bindir}/zoomsh %attr(755,root,root) %{_libdir}/lib*.so.*.* %dir %{_datadir}/yaz @@ -105,6 +109,7 @@ %{_mandir}/man1/yaz-client*.1* %{_mandir}/man1/yaz-iconv.1* %{_mandir}/man1/yaz-marcdump.1* +%{_mandir}/man1/ziffy.1* %{_mandir}/man1/zoomsh.1* %{_mandir}/man7/yaz.7* %{_mandir}/man7/yaz-log.7* @@ -130,6 +135,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.55 2007/02/18 19:39:27 qboosh +- updated to 2.1.48 +- added pcap patch to use shared libpcap for ziffy + Revision 1.54 2007/02/12 22:09:25 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/yaz.spec?r1=1.54&r2=1.55&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
