X-Git-Url: http://git.indexdata.com/?p=mp-xquery-moved-to-github.git;a=blobdiff_plain;f=mp-xquery.spec;h=7a2941d6d02a7a414ced15469a3eb76d1b9f0646;hp=7b821b79d4aade5f2fe7e20a060fdc2e8f540eb0;hb=bd83d363fd40d1724163952d95a4fafe09f59174;hpb=c40c009e50d98dc7ad4bdeb7e68277a271e7f00a diff --git a/mp-xquery.spec b/mp-xquery.spec index 7b821b7..7a2941d 100644 --- a/mp-xquery.spec +++ b/mp-xquery.spec @@ -6,7 +6,7 @@ Release: 1.indexdata BuildRequires: gcc gcc-c++ pkgconfig BuildRequires: libmetaproxy6-devel >= 1.4.0 BuildRequires: wget -BuildRequires: zorba +BuildRequires: idzorba License: proprietary Group: Applications/Internet Vendor: Index Data ApS @@ -20,7 +20,7 @@ Record conversion module using the Zorba XQuery library Requires: metaproxy6 Requires: libmetaproxy6 -Requires: zorba +Requires: idzorba %post if [ -d /usr/lib64/metaproxy6/modules ]; then @@ -47,15 +47,11 @@ fi %setup %build -cd src make \ - ZORBA=/opt/zorba - OPT_FLAGS="-g -O" \ - YAZ_CONFIG=/usr/bin/yaz-config \ + ZORBA=/opt/idzorba \ MP_CONFIG=/usr/bin/metaproxy-config %install -cd src make DESTDIR=${RPM_BUILD_ROOT} libdir=%{_libdir} install %clean @@ -64,3 +60,4 @@ rm -fr ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %{_libdir}/mp-xquery/* +%{_mandir}/man3/xquery.*