SPECS: indexlib.spec (NEW) - from kdesupport, required for fulltex...

djurban djurban at pld-linux.org
Mon Sep 26 20:11:36 CEST 2005


Author: djurban                      Date: Mon Sep 26 18:11:36 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- from kdesupport, required for fulltext indexing in kmail 3.5, compiles, quite stable

---- Files affected:
SPECS:
   indexlib.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/indexlib.spec
diff -u /dev/null SPECS/indexlib.spec:1.1
--- /dev/null	Mon Sep 26 20:11:36 2005
+++ SPECS/indexlib.spec	Mon Sep 26 20:11:29 2005
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+Summary:	A library for doing full-text indexing
+Name:		indexlib
+Version:	050926
+Release:	1
+License:	LGPL
+Group:		Libraries
+Source0:	%{name}-%{version}.tar.bz2
+# Source0-md5:	0f93efbd6a93253f337efab5ee9043d7
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel >= 9:3.2.0
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRequires:	boost-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A library for doing full-text indexing.
+
+%package devel
+Summary:        Header files for akode libraries
+Summary(pl):    Pliki nagłówkowe bibliotek akode
+Group:          Development/Libraries
+Requires:       %{name} = %{epoch}:%{version}-%{release}
+
+%description devel
+Header files for akode libraries.
+
+%description devel -l pl
+Pliki nagłówkowe bibliotek akode.
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
+
+%configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+	--with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir} \
+	kde_libs_htmldir=%{_kdedocdir} \
+	kdelnkdir=%{_desktopdir} \
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%{_libdir}/libindex.la
+%attr(755,root,root) %{_libdir}/libindex.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/indexlib-config
+%{_includedir}/index
+%{_libdir}/libindex.la
+%attr(755,root,root) %{_libdir}/libindex.so
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/09/26 18:11:29  djurban
+- from kdesupport, required for fulltext indexing in kmail 3.5, compiles, quite stable
+
+
================================================================



More information about the pld-cvs-commit mailing list