source: trunk/gsdl/packages/yaz/yaz.spec@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 891 bytes
Line 
1Summary: YAZ - A Z39.50 Library
2Name: yaz
3Version: 1.6
4Release: 1
5Copyright: BSD
6Group: Development/Libraries
7Vendor: Index Data ApS <[email protected]>
8Url: http://www.indexdata.dk/yaz/
9Source: yaz-1.6.tar.gz
10BuildRoot: /var/tmp/%{name}-%{version}-root
11Packager: Adam Dickmeiss <[email protected]>
12
13%description
14The YAZ package is a developers' library for developing client - and
15server application using the ANSI/NISO Z39.50 protocol for Information
16Retrieval.
17
18%prep
19%setup
20
21%build
22
23CFLAGS="$RPM_OPT_FLAGS" \
24 ./configure --prefix=/usr --enable-yc --enable-tcpd
25make CFLAGS="$RPM_OPT_FLAGS"
26
27%install
28rm -fr $RPM_BUILD_ROOT
29make prefix=$RPM_BUILD_ROOT/usr install
30
31%files
32%defattr(-,root,root)
33%doc README LICENSE CHANGELOG TODO
34%config /usr/share/yaz/tab
35/usr/bin/yaz-client
36/usr/bin/yaz-ztest
37/usr/bin/yaz-config
38/usr/bin/yaz-comp
39/usr/lib/libyaz.a
40/usr/include/yaz
41/usr/share/yaz/doc
Note: See TracBrowser for help on using the repository browser.