X-Git-Url: http://git.indexdata.com/?p=idzorba-moved-to-github.git;a=blobdiff_plain;f=zorba.spec;fp=zorba.spec;h=0000000000000000000000000000000000000000;hp=0247910f44923851e1de0fbd46ddae790b27385b;hb=fc5778eec8824ab5d99f7ec2648d700449fab205;hpb=4cb692d0a37074f5d087cfbeddbc24ce96242f30 diff --git a/zorba.spec b/zorba.spec deleted file mode 100644 index 0247910..0000000 --- a/zorba.spec +++ /dev/null @@ -1,56 +0,0 @@ -%define idmetaversion %(. ./IDMETA; printf $VERSION ) -Summary: XQuery Processor -Name: zorba -Version: %{idmetaversion} -Release: 1.indexdata -BuildRequires: cmake -BuildRequires: gcc gcc-c++ pkgconfig -BuildRequires: wget -BuildRequires: xerces-c-devel -BuildRequires: libcurl-devel -BuildRequires: libxslt-devel -BuildRequires: libuuid-devel -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 -rm -fr tmp -mkdir tmp; cd tmp -wget http://ftp.indexdata.dk/pub/support/zorba-3.0.tar.gz -tar zxf zorba-3.0.tar.gz - -%build -cd tmp/zorba-3.0 -mkdir build -cd build -cmake \ - -Wno-dev \ - -D CMAKE_INSTALL_PREFIX=/opt/zorba \ - -D ZORBA_SUPPRESS_SWIG:BOOL=ON \ - .. -cd ../../.. - -%install -cd tmp/zorba-3.0/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