terjeros pushed to recoll (f20). "1.20.5"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 7 18:11:43 UTC 2015


>From db67fa6cff4182224d388b4c5cd0f1a8437e27e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Terje=20R=C3=B8sten?= <terje.rosten at ntnu.no>
Date: Tue, 7 Apr 2015 19:40:14 +0200
Subject: 1.20.5


diff --git a/recoll.spec b/recoll.spec
index 9c0be23..2fa92bf 100644
--- a/recoll.spec
+++ b/recoll.spec
@@ -1,6 +1,6 @@
 Summary:        Desktop full text search tool with Qt GUI
 Name:           recoll
-Version:        1.20.1
+Version:        1.20.5
 Release:        1%{?dist}
 Group:          Applications/Databases
 License:        GPLv2+
@@ -13,6 +13,8 @@ BuildRequires:  zlib-devel
 BuildRequires:  aspell-devel
 BuildRequires:  xapian-core-devel
 BuildRequires:  desktop-file-utils
+#kio
+BuildRequires:  kdelibs4-devel
 Requires:       xdg-utils
 
 %description
@@ -46,6 +48,18 @@ rm -f %{buildroot}/usr/share/recoll/filters/xdg-open
 chmod 0755 %{buildroot}/usr/share/recoll/filters/rclexecm.py
 chmod 0755 %{buildroot}%{_libdir}/recoll/librecoll.so.*
 
+# kio_recoll
+(
+mkdir kde/kioslave/kio_recoll/build && pushd kde/kioslave/kio_recoll/build
+%cmake ..
+make %{?_smp_mflags} VERBOSE=1
+make install DESTDIR=%{buildroot}
+popd
+)
+
+mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
+echo "%{_libdir}/recoll" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
+
 %post
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
@@ -54,6 +68,7 @@ fi
 if [ -x %{_bindir}/update-desktop-database ] ; then
   %{_bindir}/update-desktop-database &> /dev/null
 fi
+/sbin/ldconfig
 exit 0
 
 %postun
@@ -64,6 +79,7 @@ fi
 if [ -x %{_bindir}/update-desktop-database ] ; then
   %{_bindir}/update-desktop-database &> /dev/null
 fi
+/sbin/ldconfig
 exit 0
 
 %files
@@ -82,8 +98,18 @@ exit 0
 %{_mandir}/man1/%{name}q.1*
 %{_mandir}/man1/%{name}index.1*
 %{_mandir}/man5/%{name}.conf.5*
+# kio_recoll
+%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
+%{_libdir}/kde4/kio_recoll.so
+%{_datadir}/kde4/apps/kio_recoll/
+%{_datadir}/kde4/services/recoll.protocol
+%{_datadir}/kde4/services/recollf.protocol
 
 %changelog
+* Tue Apr 07 2015 Terje Rosten <terje.rosten at ntnu.no> - 1.20.5-1
+- 1.20.5
+- Include kio support (bz#1203257)
+
 * Sat Jan 10 2015 Terje Rosten <terje.rosten at ntnu.no> - 1.20.1-1
 - 1.20.1
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/recoll.git/commit/?h=f20&id=db67fa6cff4182224d388b4c5cd0f1a8437e27e7


More information about the scm-commits mailing list