rpms/soprano/devel soprano-svn_checkout.sh, NONE, 1.1 .cvsignore, 1.18, 1.19 soprano.spec, 1.31, 1.32 sources, 1.18, 1.19

Rex Dieter rdieter at fedoraproject.org
Thu Jun 4 04:08:06 UTC 2009


Author: rdieter

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

Modified Files:
	.cvsignore soprano.spec sources 
Added Files:
	soprano-svn_checkout.sh 
Log Message:
* Wed Jun 03 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.2.67-1
- soprano-2.2.67, 20090603 snapshot from kdesupport 



--- NEW FILE soprano-svn_checkout.sh ---
#/bin/sh

DATE=$(date +%Y%m%d)
EXPORT_DIR=soprano

set -x
rm -rf $EXPORT_DIR
# app
svn export svn://anonsvn.kde.org/home/kde/trunk/kdesupport/soprano $EXPORT_DIR/

tar cjf $EXPORT_DIR-${DATE}svn.tar.bz2 $EXPORT_DIR

# cleanup
rm -rf $EXPORT_DIR



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	2 Mar 2009 15:33:25 -0000	1.18
+++ .cvsignore	4 Jun 2009 04:07:35 -0000	1.19
@@ -1 +1 @@
-soprano-2.2.3.tar.bz2
+soprano-20090603svn.tar.bz2


Index: soprano.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/soprano.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- soprano.spec	6 May 2009 14:10:41 -0000	1.31
+++ soprano.spec	4 Jun 2009 04:07:35 -0000	1.32
@@ -2,25 +2,29 @@
 # fedora review: http://bugzilla.redhat.com/248120
 
 # set this to 0 to disable -apidocs for a faster build
-%define apidocs 1
+%define apidocs 1 
+
+%define snap 20090603svn
 
 Summary: Qt wrapper API to different RDF storage solutions
 Name:    soprano
-Version: 2.2.3
-Release: 2%{?dist}
+Version: 2.2.67
+Release: 1.%{snap}%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
 URL:     http://sourceforge.net/projects/soprano
-Source0: http://downloads.sf.net/soprano/soprano-%{version}.tar.bz2
+#Source0: http://downloads.sf.net/soprano/soprano-%{version}.tar.bz2
+Source0: soprano-%{snap}.tar.bz2
+Source1: soprano-svn_checkout.sh 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake
 BuildRequires: redland-devel >= 1.0.6
 BuildRequires: raptor-devel >= 1.4.15
 BuildRequires: qt4-devel
-# older packages had clucene-config.h in the wrong place
 BuildRequires: clucene-core-devel >= 0.9.20-2
+BuildRequires: libiodbc-devel
 
 %if "%{?apidocs}" == "1"
 BuildRequires: doxygen
@@ -43,8 +47,10 @@ Requires: pkgconfig
 %package apidocs
 Group: Development/Documentation
 Summary: Soprano API documentation
-Requires: %{name} = %{?epoch:%{epoch}:}%{version}
+Requires: %{name} = %{version}
 %if 0%{?fedora} > 9
+# help workaround yum bug http://bugzilla.redhat.com/502401
+Obsoletes: soprano-apidocs < 2.2.3-2 
 BuildArch: noarch
 %endif
 
@@ -54,19 +60,27 @@ format for easy browsing.
 
 
 %prep
-%setup -q -n soprano-%{version}
+%setup -q -n soprano
 
 
 %build
 
-%cmake . -DQT_DOC_DIR=`pkg-config --variable=docdir Qt` -DSOPRANO_BUILD_API_DOCS:BOOL=%{?apidocs}
-make %{?_smp_mflags}
+
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake} \
+  -DQT_DOC_DIR=`pkg-config --variable=docdir Qt` \
+  -DSOPRANO_BUILD_API_DOCS:BOOL=%{?apidocs} \
+  .. 
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
 
 %clean
@@ -86,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/onto2vocabularyclass
 %{_libdir}/libsoprano.so.4*
 %{_libdir}/libsopranoclient.so.1*
-%{_libdir}/libsopranonoindex.so.1*
+%{_libdir}/libsopranoindex.so.1*
 %{_libdir}/libsopranoserver.so.1*
 %{_libdir}/soprano/
 %{_datadir}/soprano/
@@ -107,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jun 03 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.2.67-1
+- soprano-2.2.67, 20090603 snapshot from kdesupport 
+
 * Wed May  6 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.2.3-2
 - %%files: drop ownership of %%_datadir/dbus-1.0/interfaces (#334681)
 - %%files: track shlib sonames


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	2 Mar 2009 15:33:25 -0000	1.18
+++ sources	4 Jun 2009 04:07:35 -0000	1.19
@@ -1 +1 @@
-22c992a252144ae0a3a964ba2f6f1933  soprano-2.2.3.tar.bz2
+56100ce12c8e2183ef83ee10b24d67ee  soprano-20090603svn.tar.bz2




More information about the fedora-extras-commits mailing list