Author: shadzik Date: Sat Aug 9 15:28:49 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - 0.5.12 svn rev 844382
---- Files affected: SPECS: strigi.spec (1.23 -> 1.23.2.1) ---- Diffs: ================================================================ Index: SPECS/strigi.spec diff -u SPECS/strigi.spec:1.23 SPECS/strigi.spec:1.23.2.1 --- SPECS/strigi.spec:1.23 Wed Aug 6 01:27:25 2008 +++ SPECS/strigi.spec Sat Aug 9 17:28:44 2008 @@ -9,27 +9,31 @@ # - Could not find CLucene. Please install CLucene = 0.9.16a (http://clucene.sf.net) # - Cannot find Exiv2 library! # +%define qtver 4.4.0 +%define _svnver 844382 + Summary: Strigi desktop search Summary(pl.UTF-8): System wyszukiwania Strigi Name: strigi -Version: 0.5.11 -Release: 1 +Version: 0.5.12 +Release: 0.r%{_svnver}.1 License: GPL Group: X11/Applications -Source0: http://www.vandenoever.info/software/strigi/%{name}-%{version}.tar.bz2 -# Source0-md5: f1fa3488a9c2fe1e8128f4d44088c4ad +#Source0: http://www.vandenoever.info/software/strigi/%{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}-r%{_svnver}.tar.gz +# Source0-md5: 390a2f8516273ed91efa9e562e2f8081 URL: http://strigi.sourceforge.net/ -BuildRequires: QtDBus-devel >= 4.3.0 -BuildRequires: QtGui-devel >= 4.3.0 +BuildRequires: QtDBus-devel >= %{qtver} +BuildRequires: QtGui-devel >= %{qtver} BuildRequires: bzip2-devel BuildRequires: clucene-core-devel -BuildRequires: cmake +BuildRequires: cmake >= 2.6.0 BuildRequires: cppunit-devel %{?with_dbus:BuildRequires: dbus-devel >= 1.0} BuildRequires: expat-devel BuildRequires: libxml2-devel -BuildRequires: qt4-build >= 4.3.3-3 -BuildRequires: qt4-qmake >= 4.3.3-3 +BuildRequires: qt4-build >= %{qtver} +BuildRequires: qt4-qmake >= %{qtver} BuildRequires: rpmbuild(macros) >= 1.293 BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -78,7 +82,7 @@ Pliki nagłówkowe dla strigi. %prep -%setup -q +%setup -q -n %{name}-%{version}-r%{_svnver} %build install -d build @@ -87,6 +91,7 @@ #-DCMAKE_VERBOSE_MAKEFILE=1 \ %cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -DCMAKE_AR=/usr/bin/ar \ %if "%{_lib}" == "lib64" -DLIB_SUFFIX=64 \ %endif @@ -145,6 +150,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.23.2.1 2008/08/09 15:28:44 shadzik +- 0.5.12 svn rev 844382 + Revision 1.23 2008/08/05 23:27:25 shadzik - 0.5.11 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/strigi.spec?r1=1.23&r2=1.23.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
