2007-01-10 17:04:39 +00:00
|
|
|
#
|
2011-06-20 09:02:16 +00:00
|
|
|
# spec file for package yaz
|
2007-01-10 17:04:39 +00:00
|
|
|
#
|
2014-06-03 08:56:36 +00:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-10 17:04:39 +00:00
|
|
|
#
|
2009-01-19 01:21:50 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-10 17:04:39 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-06-22 05:51:20 +00:00
|
|
|
|
2007-01-10 17:04:39 +00:00
|
|
|
Name: yaz
|
2014-12-09 16:08:28 +00:00
|
|
|
Version: 5.7.1
|
2012-06-21 13:04:35 +00:00
|
|
|
Release: 0
|
Accepting request 150133 from home:lrupp:branches:Publishing
- update to 4.2.49:
+ ICU has a new conversion element 'join', which joins tokens
into one with a custom character given by the rule attribute.
+ New GFS search member: present_number. This is a hint to the
search handler how many records are going to be fetched immediately
following search. There's no guarantee that it's going to be
the case, since it depends on hit count (for Z39.50 piggyback)
and whether errors turn up.
+ Make a few functions static (private). The functions getbyte_stream,
ungetbyte_stream and yaz_gets are now private. They were never
declared in a header file.
+ ZOOM: special options to control APDU logging.
Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).
+ GFS: relay implementation_version from backend
From 3.0.40 and later, implementation_version from backend was
not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup
OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
|
|
|
Summary: Z39.50 protocol server and client
|
2012-06-21 13:04:35 +00:00
|
|
|
License: BSD-3-Clause
|
2007-01-10 17:04:39 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2012-06-21 13:04:35 +00:00
|
|
|
Url: http://www.indexdata.dk/yaz/
|
2013-06-06 06:25:11 +00:00
|
|
|
Source: %{name}-%{version}.tar.gz
|
2011-09-17 10:03:12 +00:00
|
|
|
Source2: baselibs.conf
|
Accepting request 150133 from home:lrupp:branches:Publishing
- update to 4.2.49:
+ ICU has a new conversion element 'join', which joins tokens
into one with a custom character given by the rule attribute.
+ New GFS search member: present_number. This is a hint to the
search handler how many records are going to be fetched immediately
following search. There's no guarantee that it's going to be
the case, since it depends on hit count (for Z39.50 piggyback)
and whether errors turn up.
+ Make a few functions static (private). The functions getbyte_stream,
ungetbyte_stream and yaz_gets are now private. They were never
declared in a header file.
+ ZOOM: special options to control APDU logging.
Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).
+ GFS: relay implementation_version from backend
From 3.0.40 and later, implementation_version from backend was
not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup
OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
|
|
|
# PATCH-FIX-UPSTREAM initialize variables properly
|
2014-06-03 08:56:36 +00:00
|
|
|
Patch0: yaz-5.1.2-codecleanup.diff
|
Accepting request 150133 from home:lrupp:branches:Publishing
- update to 4.2.49:
+ ICU has a new conversion element 'join', which joins tokens
into one with a custom character given by the rule attribute.
+ New GFS search member: present_number. This is a hint to the
search handler how many records are going to be fetched immediately
following search. There's no guarantee that it's going to be
the case, since it depends on hit count (for Z39.50 piggyback)
and whether errors turn up.
+ Make a few functions static (private). The functions getbyte_stream,
ungetbyte_stream and yaz_gets are now private. They were never
declared in a header file.
+ ZOOM: special options to control APDU logging.
Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).
+ GFS: relay implementation_version from backend
From 3.0.40 and later, implementation_version from backend was
not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup
OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
|
|
|
# PATCH-FIX-UPSTREAM initialize variables properly
|
2011-04-06 10:52:29 +00:00
|
|
|
Patch1: yaz-4.1.7-client.diff
|
Accepting request 150133 from home:lrupp:branches:Publishing
- update to 4.2.49:
+ ICU has a new conversion element 'join', which joins tokens
into one with a custom character given by the rule attribute.
+ New GFS search member: present_number. This is a hint to the
search handler how many records are going to be fetched immediately
following search. There's no guarantee that it's going to be
the case, since it depends on hit count (for Z39.50 piggyback)
and whether errors turn up.
+ Make a few functions static (private). The functions getbyte_stream,
ungetbyte_stream and yaz_gets are now private. They were never
declared in a header file.
+ ZOOM: special options to control APDU logging.
Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).
+ GFS: relay implementation_version from backend
From 3.0.40 and later, implementation_version from backend was
not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup
OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
|
|
|
# PATCH-FIX-UPSTREAM add needed ctype header
|
|
|
|
Patch2: yaz-4.2.47-implicit_definitions.patch
|
2011-08-05 12:20:59 +00:00
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: libpcap-devel
|
2012-06-21 13:04:35 +00:00
|
|
|
BuildRequires: libxslt-devel
|
2011-08-05 12:20:59 +00:00
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
BuildRequires: readline-devel
|
|
|
|
BuildRequires: tcpd-devel
|
Accepting request 150133 from home:lrupp:branches:Publishing
- update to 4.2.49:
+ ICU has a new conversion element 'join', which joins tokens
into one with a custom character given by the rule attribute.
+ New GFS search member: present_number. This is a hint to the
search handler how many records are going to be fetched immediately
following search. There's no guarantee that it's going to be
the case, since it depends on hit count (for Z39.50 piggyback)
and whether errors turn up.
+ Make a few functions static (private). The functions getbyte_stream,
ungetbyte_stream and yaz_gets are now private. They were never
declared in a header file.
+ ZOOM: special options to control APDU logging.
Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).
+ GFS: relay implementation_version from backend
From 3.0.40 and later, implementation_version from backend was
not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup
OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
2007-01-10 17:04:39 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2011-09-11 10:59:57 +00:00
|
|
|
%define libname libyaz4
|
2007-01-10 17:04:39 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains both a test-server and clients (normal & ssl) for
|
|
|
|
the ANSI/NISO Z39.50 protocol for Information Retrieval. SRW and SRU
|
|
|
|
clients and servers are also supported.
|
|
|
|
|
2012-10-22 15:12:52 +00:00
|
|
|
%package doc
|
2012-10-22 15:09:40 +00:00
|
|
|
|
2012-10-22 15:21:09 +00:00
|
|
|
Summary: Documentation for %{name} (Z39.50 Library)
|
|
|
|
Group: Documentation/HTML
|
2012-10-22 15:09:40 +00:00
|
|
|
%if 0%{?suse_version} >= 1140
|
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
YAZ is a C library for developing client and server applications
|
|
|
|
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
|
|
|
|
|
|
|
|
This package contains the documentation.
|
|
|
|
|
2011-09-11 10:59:57 +00:00
|
|
|
%package -n %{libname}
|
Accepting request 150133 from home:lrupp:branches:Publishing
- update to 4.2.49:
+ ICU has a new conversion element 'join', which joins tokens
into one with a custom character given by the rule attribute.
+ New GFS search member: present_number. This is a hint to the
search handler how many records are going to be fetched immediately
following search. There's no guarantee that it's going to be
the case, since it depends on hit count (for Z39.50 piggyback)
and whether errors turn up.
+ Make a few functions static (private). The functions getbyte_stream,
ungetbyte_stream and yaz_gets are now private. They were never
declared in a header file.
+ ZOOM: special options to control APDU logging.
Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).
+ GFS: relay implementation_version from backend
From 3.0.40 and later, implementation_version from backend was
not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup
OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
|
|
|
Summary: Z39
|
2007-01-10 17:04:39 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
Accepting request 150133 from home:lrupp:branches:Publishing
- update to 4.2.49:
+ ICU has a new conversion element 'join', which joins tokens
into one with a custom character given by the rule attribute.
+ New GFS search member: present_number. This is a hint to the
search handler how many records are going to be fetched immediately
following search. There's no guarantee that it's going to be
the case, since it depends on hit count (for Z39.50 piggyback)
and whether errors turn up.
+ Make a few functions static (private). The functions getbyte_stream,
ungetbyte_stream and yaz_gets are now private. They were never
declared in a header file.
+ ZOOM: special options to control APDU logging.
Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).
+ GFS: relay implementation_version from backend
From 3.0.40 and later, implementation_version from backend was
not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup
OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
|
|
|
Provides: libyaz = %{version}
|
2011-09-11 10:59:57 +00:00
|
|
|
Obsoletes: libyaz < %{version}
|
2007-01-10 17:04:39 +00:00
|
|
|
|
2011-09-11 10:59:57 +00:00
|
|
|
%description -n %{libname}
|
2012-10-22 15:09:40 +00:00
|
|
|
YAZ is a C library for developing client and server applications
|
2007-01-10 17:04:39 +00:00
|
|
|
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
|
|
|
|
|
|
|
|
%package -n libyaz-devel
|
Accepting request 150133 from home:lrupp:branches:Publishing
- update to 4.2.49:
+ ICU has a new conversion element 'join', which joins tokens
into one with a custom character given by the rule attribute.
+ New GFS search member: present_number. This is a hint to the
search handler how many records are going to be fetched immediately
following search. There's no guarantee that it's going to be
the case, since it depends on hit count (for Z39.50 piggyback)
and whether errors turn up.
+ Make a few functions static (private). The functions getbyte_stream,
ungetbyte_stream and yaz_gets are now private. They were never
declared in a header file.
+ ZOOM: special options to control APDU logging.
Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).
+ GFS: relay implementation_version from backend
From 3.0.40 and later, implementation_version from backend was
not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup
OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
|
|
|
Summary: Z39
|
2007-01-10 17:04:39 +00:00
|
|
|
Group: Development/Libraries/C and C++
|
2012-09-17 15:44:04 +00:00
|
|
|
Requires: %{libname} = %{version}
|
|
|
|
Requires: %{name} = %{version}
|
2011-08-05 12:20:59 +00:00
|
|
|
Requires: libicu-devel
|
|
|
|
Requires: libxslt-devel
|
2012-09-17 15:44:04 +00:00
|
|
|
Requires: openssl-devel
|
2011-08-05 12:20:59 +00:00
|
|
|
Requires: tcpd-devel
|
2007-01-10 17:04:39 +00:00
|
|
|
|
|
|
|
%description -n libyaz-devel
|
2012-10-22 15:09:40 +00:00
|
|
|
YAZ is a C library for developing client and server applications
|
2007-01-10 17:04:39 +00:00
|
|
|
using the ANSI/NISO Z39.50 protocol for Information Retrieval.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p 1
|
|
|
|
%patch1 -p 1
|
Accepting request 150133 from home:lrupp:branches:Publishing
- update to 4.2.49:
+ ICU has a new conversion element 'join', which joins tokens
into one with a custom character given by the rule attribute.
+ New GFS search member: present_number. This is a hint to the
search handler how many records are going to be fetched immediately
following search. There's no guarantee that it's going to be
the case, since it depends on hit count (for Z39.50 piggyback)
and whether errors turn up.
+ Make a few functions static (private). The functions getbyte_stream,
ungetbyte_stream and yaz_gets are now private. They were never
declared in a header file.
+ ZOOM: special options to control APDU logging.
Using ZOOM_connection_option_set(c, "saveAPDU", "1") will enable
logging of APDUs until "saveAPDU" option is set again. If logging is
already enabled the effect is that current APDU buffer is cleared.
Using ZOOM_connection_option_set(c, "saveAPDU", "0") disables
logging (default behavior on new connection).
The APDUs sent/received can be obtained by using
Using ZOOM_connection_option_get(c, "APDU") or
ZOOM_connection_option_getl(c, "APDU", &l).
+ GFS: relay implementation_version from backend
From 3.0.40 and later, implementation_version from backend was
not used in init response at all.
- added yaz-4.2.47-implicit_definitions.patch
- small specfile cleanup
OBS-URL: https://build.opensuse.org/request/show/150133
OBS-URL: https://build.opensuse.org/package/show/Publishing/yaz?expand=0&rev=85
2013-01-28 12:16:48 +00:00
|
|
|
%patch2 -p 1
|
2007-01-10 17:04:39 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
# --with-dsssl=/usr/share/sgml/docbook/dsssl-stylesheets \
|
|
|
|
# --with-dtd=/usr/share/sgml/db41xml
|
2007-01-25 17:25:37 +00:00
|
|
|
%configure --enable-shared \
|
|
|
|
--enable-tcpd \
|
|
|
|
--with-xslt \
|
2009-01-19 01:21:50 +00:00
|
|
|
--with-openssl \
|
2011-09-11 10:59:57 +00:00
|
|
|
--with-icu \
|
2009-01-19 01:21:50 +00:00
|
|
|
--disable-static \
|
|
|
|
--with-pic
|
2011-08-05 12:20:59 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-01-10 17:04:39 +00:00
|
|
|
|
|
|
|
%install
|
2007-01-25 17:25:37 +00:00
|
|
|
%{makeinstall}
|
2007-01-10 17:04:39 +00:00
|
|
|
# Unwanted doc stuff
|
2011-08-05 12:20:59 +00:00
|
|
|
rm -fr %{buildroot}%{_datadir}/doc
|
2007-01-10 17:04:39 +00:00
|
|
|
rm -fr html
|
|
|
|
mkdir html
|
|
|
|
cp -a doc/*.html html
|
|
|
|
# cp doc/*pdf .
|
|
|
|
ln -sf introduction.html html/index.html
|
|
|
|
# yaz.pdf
|
2009-03-05 16:03:45 +00:00
|
|
|
%define DOCFILES README LICENSE NEWS
|
2007-01-10 17:04:39 +00:00
|
|
|
{
|
|
|
|
echo "<html><head><title>%{name} documentation directory</title></head>"
|
|
|
|
echo "<body><ul>"
|
|
|
|
echo "<li><a href=\"html/index.html\">%{name}</a>, official documentation (local)"
|
|
|
|
for f in %{DOCFILES} http://www.indexdata.dk/links/ ; do
|
|
|
|
if [ "http:" = "${f%%%%/*}" ]; then
|
|
|
|
echo "<li><a href=\"$f\">$f</a>"
|
|
|
|
continue
|
|
|
|
fi
|
|
|
|
[ -f $f ] || continue
|
|
|
|
echo "<li><a href=\"$f\">$f</a>"
|
|
|
|
done
|
|
|
|
echo "</li></body></html>"
|
|
|
|
} >index.html
|
2011-08-05 12:20:59 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
2007-01-10 17:04:39 +00:00
|
|
|
|
2011-09-11 10:59:57 +00:00
|
|
|
%post -n %{libname} -p /sbin/ldconfig
|
2007-01-10 17:04:39 +00:00
|
|
|
|
2011-09-11 10:59:57 +00:00
|
|
|
%postun -n %{libname} -p /sbin/ldconfig
|
2007-01-10 17:04:39 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2011-09-11 10:59:57 +00:00
|
|
|
%doc %{DOCFILES} ChangeLog
|
2007-01-10 17:04:39 +00:00
|
|
|
%{_bindir}/yaz-client*
|
|
|
|
%{_bindir}/yaz-iconv
|
2007-11-20 09:50:20 +00:00
|
|
|
%{_bindir}/yaz-icu
|
2011-09-11 10:59:57 +00:00
|
|
|
%{_bindir}/yaz-illclient
|
2007-01-10 17:04:39 +00:00
|
|
|
%{_bindir}/yaz-marcdump
|
2011-09-11 10:59:57 +00:00
|
|
|
%{_bindir}/yaz-url
|
|
|
|
%{_bindir}/yaz-ztest*
|
2007-01-10 17:04:39 +00:00
|
|
|
%{_bindir}/zoomsh
|
2010-08-27 13:28:10 +00:00
|
|
|
%{_bindir}/yaz-json-parse
|
2011-09-11 10:59:57 +00:00
|
|
|
%{_mandir}/*/yaz.*
|
2007-06-11 11:08:39 +00:00
|
|
|
%{_mandir}/*/yaz-illclient.*
|
2007-01-10 17:04:39 +00:00
|
|
|
%{_mandir}/*/yaz-client.*
|
|
|
|
%{_mandir}/*/zoomsh.*
|
|
|
|
%{_mandir}/*/yaz-iconv.*
|
2007-11-20 09:50:20 +00:00
|
|
|
%{_mandir}/*/yaz-icu.*
|
2007-01-10 17:04:39 +00:00
|
|
|
%{_mandir}/*/yaz-log.*
|
2011-09-11 10:59:57 +00:00
|
|
|
%{_mandir}/*/yaz-url.*
|
|
|
|
%{_mandir}/*/yaz-ztest.*
|
2007-01-10 17:04:39 +00:00
|
|
|
%{_mandir}/*/yaz-marcdump.*
|
2010-08-27 13:28:10 +00:00
|
|
|
%{_mandir}/*/yaz-json-parse.*
|
2009-03-05 16:03:45 +00:00
|
|
|
%{_mandir}/*/bib1-attr.*
|
2011-09-11 10:59:57 +00:00
|
|
|
%dir %{_datadir}/yaz
|
|
|
|
%{_datadir}/yaz/etc
|
2007-01-10 17:04:39 +00:00
|
|
|
|
2012-10-22 15:09:40 +00:00
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc index.html html
|
|
|
|
|
2011-09-11 10:59:57 +00:00
|
|
|
%files -n %{libname}
|
2007-01-10 17:04:39 +00:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
%files -n libyaz-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/yaz-config
|
|
|
|
%{_bindir}/yaz-asncomp
|
|
|
|
%{_includedir}/yaz
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_datadir}/yaz/z39.50
|
|
|
|
%{_datadir}/yaz/ill
|
|
|
|
%{_datadir}/aclocal/yaz.m4
|
2011-04-06 10:52:29 +00:00
|
|
|
%{_mandir}/man1/yaz-config.*
|
2007-01-10 17:04:39 +00:00
|
|
|
%{_mandir}/man1/yaz-asncomp.*
|
2007-05-10 21:33:57 +00:00
|
|
|
%{_libdir}/pkgconfig/yaz.pc
|
2008-07-09 00:37:08 +00:00
|
|
|
|
2007-05-10 21:33:57 +00:00
|
|
|
%changelog
|