X-Git-Url: http://git.indexdata.com/?p=mp-xquery-moved-to-github.git;a=blobdiff_plain;f=zorba.spec;fp=zorba.spec;h=0000000000000000000000000000000000000000;hp=9d567e262ae55f156843c8fa03bc978e7f03a3b8;hb=9d3eb6e0648535d3614943d0783a42f201c31fb7;hpb=02298f9c990d64add5fe716e7cb61a48a637f022 diff --git a/zorba.spec b/zorba.spec deleted file mode 100644 index 9d567e2..0000000 --- a/zorba.spec +++ /dev/null @@ -1,50 +0,0 @@ -Summary: XQuery Processor -Name: zorba -Version: 3.0 -Release: 1.indexdata -BuildRequires: gcc gcc-c++ pkgconfig -BuildRequires: wget -BuildRequires: xerces-c-devel -BuildRequires: libcurl-devel -BuildRequires: libedit-devel -BuildRequires: libxslt-devel -BuildRequires: bison -License: Apache -Group: Applications/Internet -Vendor: Index Data ApS -Source: zorba-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-root -Packager: Adam Dickmeiss -URL: http://www.indexdata.com/mp-xquery - -%description -Zorba - The XQuery Processor developed by the FLWOR Foundation - -Requires: libcurl -Requires: xerces-c - -%prep -%setup - -%build -mkdir build -cd build -/opt/cmake/bin/cmake \ - -Wno-dev \ - -D CMAKE_INSTALL_PREFIX=/opt/zorba \ - -D ZORBA_SUPPRESS_SWIG:BOOL=ON \ - .. -cd .. - -%install -cd build -rm -fr ${RPM_BUILD_ROOT} -make DESTDIR=${RPM_BUILD_ROOT} install -cd .. - -%clean -rm -fr ${RPM_BUILD_ROOT} - -%files -%defattr(-,root,root) -/opt/zorba