rpms/strigi/devel strigi.spec,1.21,1.22

Kevin Kofler kkofler at fedoraproject.org
Fri Oct 17 19:45:01 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/strigi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31683/devel

Modified Files:
	strigi.spec 
Log Message:
Put snapshot again into F11 devel:
* Fri Oct 17 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 0.6.0-0.1.20081017svn870916
- Update to subversion snapshot (this pre-release of strigi is required by KDE 4.1.6x)
- Dropped the multilib patch (upstream seems to have it already)


Index: strigi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/strigi/devel/strigi.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- strigi.spec	17 Oct 2008 19:17:51 -0000	1.21
+++ strigi.spec	17 Oct 2008 19:44:31 -0000	1.22
@@ -1,19 +1,26 @@
-%define _default_patch_fuzz 2
+%define alphatag .20081017svn870916
 
 Name:		strigi
-Version:	0.5.11
-Release:	1%{?dist}
+Version:	0.6.0
+Release:	0.1%{?alphatag}%{?dist}
 Summary:	A desktop search program for KDE
 Group:		Applications/Productivity
 License:	LGPLv2+
 URL:		http://www.vandenoever.info/software/strigi
-Source0:	http://www.vandenoever.info/software/strigi/strigi-%{version}.tar.bz2
+
+### SNAPSHOT
+#Source0:CMD svn export svn://anonsvn.kde.org/home/kde/trunk/kdesupport/strigi strigi-%{version}.`date +%Y%m%d`svn`svn info svn://anonsvn.kde.org/home/kde/trunk/kdesupport/strigi | grep 'Rev:' | cut -d" " -f4`
+#Source0:CMD tar cjf sources/strigi-%{version}.`date +%Y%m%d`svn`svn info svn://anonsvn.kde.org/home/kde/trunk/kdesupport/strigi | grep 'Rev:' | cut -d" " -f4`.tar.bz2 strigi-%{version}.`date +%Y%m%d`svn`svn info svn://anonsvn.kde.org/home/kde/trunk/kdesupport/strigi | grep 'Rev:' | cut -d" " -f4`
+#Source0:CMD rm -rf strigi-%{version}.`date +%Y%m%d`svn`svn info svn://anonsvn.kde.org/home/kde/trunk/kdesupport/strigi | grep 'Rev:' | cut -d" " -f4`
+Source0:	strigi-%{version}%{?alphatag}.tar.bz2
+### Official sources
+#Source0:	http://www.vandenoever.info/software/strigi/strigi-%{version}.tar.bz2
 Source1:	strigiclient.desktop
 Source2:	strigi-daemon.desktop
-Patch0:		strigi-multilib-fix.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	cmake >= 2.4.5
+BuildRequires:	cmake >= 2.6
 BuildRequires:	clucene-core-devel qt4-devel dbus-devel
 BuildRequires:	libxml2-devel expat-devel bzip2-devel zlib-devel
 BuildRequires:	cppunit-devel exiv2-devel
@@ -50,12 +57,11 @@
 Strigi search engine libraries
 
 %prep
-%setup -q
-%patch0 -p0 -b .multilibs
+%setup -q -n strigi-%{version}%{?alphatag}
 
 %build
-mkdir fedora
-cd fedora
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
 export FFLAGS="%{optflags}"
@@ -67,12 +73,12 @@
 cmake	-DCMAKE_INSTALL_PREFIX=%{_prefix}	\
 	-DLIB_DESTINATION=%{_libdir}		\
 	-DLIB_SUFFIX=%{lib_suffix} ..
-make VERBOSE=1 %{?_smp_mflags}
+popd
+make VERBOSE=1 %{?_smp_mflags} -C %{_target_platform}
 
 %install
 rm -rf %{buildroot}
-cd fedora
-make DESTDIR=%{buildroot} install
+make -C %{_target_platform} DESTDIR=%{buildroot} install/fast
 
 desktop-file-install					\
 	--vendor="fedora"				\
@@ -117,6 +123,10 @@
 %{_libdir}/strigi/
 
 %changelog
+* Fri Oct 17 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 0.6.0-0.1.20081017svn870916
+- Update to subversion snapshot (this pre-release of strigi is required by KDE 4.1.6x)
+- Dropped the multilib patch (upstream seems to have it already)
+
 * Sun Jul 20 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.5.11-1
 - Update to 0.5.11
 - Drop compile-fix and lucenetest_fix patches (fixed upstream)
@@ -146,7 +156,7 @@
 
 * Tue Oct 30 2007 Deji Akingunola <dakingun at gmail.com> - 0.5.7-1
 - Update to 0.5.7 release
-- Fix multilibs conflict (Bug #343221, patch by Kevin Kofler) 
+- Fix multilibs conflict (Bug #343221, patch by Kevin Kofler)
 
 * Sun Sep 09 2007 Deji Akingunola <dakingun at gmail.com> - 0.5.5-2
 - Rebuild for BuildID changes




More information about the fedora-extras-commits mailing list