rpms/soprano/F-8 soprano-1.95.0-beta2-findclucene.diff, NONE, 1.1 .cvsignore, 1.2, 1.3 soprano.spec, 1.4, 1.5 sources, 1.2, 1.3

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Tue Oct 23 19:37:51 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/soprano/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11541/F-8

Modified Files:
	.cvsignore soprano.spec sources 
Added Files:
	soprano-1.95.0-beta2-findclucene.diff 
Log Message:
Update from devel:
- update to 1.95.0 (Soprano 2 beta 2)
- new BRs clucene-core-devel, raptor-devel >= 1.4.15
- now need redland-devel >= 1.0.6
- add patch to find CLucene (clucene-config.h is moved in the Fedora package)
- new Requires: pkg-config for -devel

soprano-1.95.0-beta2-findclucene.diff:

--- NEW FILE soprano-1.95.0-beta2-findclucene.diff ---
diff -ur soprano-1.95.0-beta2/cmake/modules/FindCLucene.cmake soprano-1.95.0-beta2-findclucene/cmake/modules/FindCLucene.cmake
--- soprano-1.95.0-beta2/cmake/modules/FindCLucene.cmake	2007-10-09 16:48:16.000000000 +0200
+++ soprano-1.95.0-beta2-findclucene/cmake/modules/FindCLucene.cmake	2007-10-16 17:15:50.000000000 +0200
@@ -52,7 +52,7 @@
   ENDIF(WIN32)
 
   FIND_PATH(CLUCENE_LIBRARY_DIR
-      NAMES CLucene/clucene-config.h PATHS ${TRIAL_LIBRARY_PATHS})
+      NAMES CLucene/clucene-config.h PATHS ${TRIAL_INCLUDE_PATHS})
   IF (CLUCENE_LIBRARY_DIR)
     MESSAGE(STATUS "Found CLucene library dir: ${CLUCENE_LIBRARY_DIR}")
     FILE(READ ${CLUCENE_LIBRARY_DIR}/CLucene/clucene-config.h CLCONTENT)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Jul 2007 19:50:48 -0000	1.2
+++ .cvsignore	23 Oct 2007 19:37:18 -0000	1.3
@@ -1 +1,2 @@
 soprano-0.9.0.tar.bz2
+soprano-1.95.0-beta2.tar.bz2


Index: soprano.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/F-8/soprano.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- soprano.spec	22 Aug 2007 23:08:43 -0000	1.4
+++ soprano.spec	23 Oct 2007 19:37:18 -0000	1.5
@@ -1,20 +1,25 @@
 
 # fedora review: http://bugzilla.redhat.com/248120
 
+# TODO: package apidocs (make apidox, BR doxygen and qt4-doc)
+
 Summary: Qt wrapper API to different RDF storage solutions
-Name:    soprano 
-Version: 0.9.0 
-Release: 4%{?dist}
+Name:    soprano
+Version: 1.95.0
+Release: 1%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
-URL:     http://sourceforge.net/projects/soprano 
-Source0: http://dl.sf.net/soprano/soprano-%{version}.tar.bz2
+URL:     http://sourceforge.net/projects/soprano
+Source0: http://dl.sf.net/soprano/soprano-%{version}-beta2.tar.bz2
+Patch0:  soprano-1.95.0-beta2-findclucene.diff
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake
-BuildRequires: redland-devel
-BuildRequires: qt4-devel 
+BuildRequires: redland-devel >= 1.0.6
+BuildRequires: raptor-devel >= 1.4.15
+BuildRequires: qt4-devel
+BuildRequires: clucene-core-devel
 
 %description
 %{summary}.
@@ -23,13 +28,15 @@
 Summary: Developer files for %{name}
 Group:   Development/Libraries
 Requires: %{name} = %{version}-%{release}
-Requires: qt4-devel 
+Requires: qt4-devel
+Requires: pkgconfig
 %description devel
 %{summary}.
 
 
 %prep
-%setup -q
+%setup -q -n soprano-%{version}-beta2
+%patch0 -p1
 
 
 %build
@@ -57,21 +64,36 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING* README TODO
+%{_bindir}/sopranocmd
+%{_bindir}/sopranod
 %{_libdir}/lib*.so.*
 %{_libdir}/soprano/
+%{_datadir}/soprano/
+# Own this one here for lack of a better place (see also #334681)
+%dir %{_datadir}/dbus-1/interfaces
+%{_datadir}/dbus-1/interfaces/org.soprano.*
 
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/lib*.so
+%{_libdir}/pkgconfig/soprano.pc
 %{_includedir}/soprano/
+%{_includedir}/Soprano/
 
 
 %changelog
+* Tue Oct 16 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.95.0-1
+- update to 1.95.0 (Soprano 2 beta 2)
+- new BRs clucene-core-devel, raptor-devel >= 1.4.15
+- now need redland-devel >= 1.0.6
+- add patch to find CLucene (clucene-config.h is moved in the Fedora package)
+- new Requires: pkg-config for -devel
+
 * Wed Aug 22 2007 Rex Dieter <rdietr[AT]fedoraproject.org> 0.9.0-4
 - respin (BuildID)
 
 * Fri Aug 3 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.9.0-3
-- Specify LGPL version in License tag.
+- specify LGPL version in License tag
 
 * Sun Jul 15 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.9.0-2
 - BR: cmake (doh)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Jul 2007 19:50:48 -0000	1.2
+++ sources	23 Oct 2007 19:37:18 -0000	1.3
@@ -1 +1,2 @@
 703f11ca18f50c500b62cd44c84145e5  soprano-0.9.0.tar.bz2
+a5474e3cd8aa10ba5efdb23fb2345798  soprano-1.95.0-beta2.tar.bz2




More information about the fedora-extras-commits mailing list