Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jdpipe
xapian-omega
xapian-omega.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xapian-omega.spec of Package xapian-omega
%define contentdir /var/lib/omega %define logdir /var/log %define wwwdir /var/www/omega Name: xapian-omega Version: 1.0.6 Release: 1%{?dist} # License: GPL Group: Productivity/Databases/Servers # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ xapian-core-devel = %{version} BuildRequires: zlib-devel Requires: xapian-core-libs = %{version} # Url: http://www.xapian.org/ Source: http://www.oligarchy.co.uk/xapian/%{version}/xapian-omega-%{version}.tar.gz # Summary: A CGI search frontend and indexers built on Xapian. %description Omega is a CGI application which uses the Xapian Information Retrieval library to index and search collections of documents. %prep %setup -q %build %{?__cc:CC="%__cc"} %{?__cxx:CXX="%__cxx"} %configure %{__make} %{?__cc:CC="%__cc"} %{?__cxx:CXX="%__cxx"} %install %makeinstall # CGI application %{__install} -Dd -m 0755 %{buildroot}%{wwwdir}/cgi-bin/ %{__mv} %{buildroot}%{_libdir}/xapian-omega/bin/omega %{buildroot}%{wwwdir}/cgi-bin/%{name} # Create the data directory mkdir -m 0755 -p %{buildroot}%{contentdir}/data mkdir -m 0755 -p %{buildroot}%{contentdir}/cdb mkdir -m 0755 -p %{buildroot}%{logdir} # Default templates %{__cp} -r templates %{buildroot}%{contentdir} # Images mkdir -m 0755 -p %{buildroot}%{wwwdir}/html/icons/ %{__cp} -r images/* %{buildroot}%{wwwdir}/html/icons/ # Configuration file mkdir -m 0755 -p %{buildroot}%{_sysconfdir} install -D -m644 omega.conf %{buildroot}%{_sysconfdir}/omega.conf %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root) %docdir %{_docdir}/%{name} %doc AUTHORS ChangeLog COPYING NEWS README TODO %config(noreplace) %{_sysconfdir}/omega.conf %{_prefix} %{wwwdir} %{contentdir} %changelog * Fri Jun 13 2008 John Pye <john@curioussymbols.com> 1.0.6 - updated version * Mon Jan 07 2008 John Pye <john@curioussymbols.com> 1.0.5 - updated version * Tue Dec 04 2007 John Pye <john@curioussymbols.com> 1.0.4 - updated version * Wed Jul 11 2007 John Pye <john@curioussymbols.com> 1.0.2 - first RPM version, based on openSUSE .spec file
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor