X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=yaz.spec;h=d548a4ce1cf599bfd78f9bcdc2358d5a09bbb6a1;hb=91bd424e18017a225bc500e5ac94f71382a6a03f;hp=8e5e7f1fa31f22a219f1858aeec7cdc04602e73e;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/yaz.spec b/yaz.spec index 8e5e7f1..d548a4c 100644 --- a/yaz.spec +++ b/yaz.spec @@ -1,7 +1,7 @@ Summary: YAZ - A Z39.50 Library Name: yaz Version: 1.6 -Release: 1 +Release: 2 Copyright: BSD Group: Development/Libraries Vendor: Index Data ApS @@ -13,7 +13,7 @@ Packager: Adam Dickmeiss %description The YAZ package is a developers' library for developing client - and server application using the ANSI/NISO Z39.50 protocol for Information -Retrieval. +Retrieval. YAZ' homepage is http://www.indexdata.dk/yaz/ %prep %setup @@ -21,12 +21,13 @@ Retrieval. %build CFLAGS="$RPM_OPT_FLAGS" \ - ./configure --prefix=$RPM_BUILD_ROOT/usr --enable-yc --enable-tcpd + ./configure --prefix=/usr --enable-yc --enable-tcpd make CFLAGS="$RPM_OPT_FLAGS" %install rm -fr $RPM_BUILD_ROOT -make install +make prefix=$RPM_BUILD_ROOT/usr install +cd doc; make prefix=$RPM_BUILD_ROOT/usr install %files %defattr(-,root,root) @@ -35,5 +36,7 @@ make install /usr/bin/yaz-client /usr/bin/yaz-ztest /usr/bin/yaz-config +/usr/bin/yaz-comp /usr/lib/libyaz.a /usr/include/yaz +/usr/share/yaz/doc