rpms/SoQt/F-12 .cvsignore, 1.7, 1.8 SoQt.spec, 1.33, 1.34 sources, 1.7, 1.8 qt4-fixes.patch, 1.1, NONE

corsepiu corsepiu at fedoraproject.org
Thu Mar 4 04:18:16 UTC 2010


Author: corsepiu

Update of /cvs/pkgs/rpms/SoQt/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3914

Modified Files:
	.cvsignore SoQt.spec sources 
Removed Files:
	qt4-fixes.patch 
Log Message:
* Wed Mar 03 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.5.0-1
- Upstream update.
- Spec file overhaul.
- Remove qt4-fixes.patch.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/SoQt/F-12/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	4 Nov 2006 01:21:15 -0000	1.7
+++ .cvsignore	4 Mar 2010 04:18:16 -0000	1.8
@@ -1 +1 @@
-SoQt-1.4.1.tar.gz
+SoQt-1.5.0.tar.gz


Index: SoQt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/SoQt/F-12/SoQt.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- SoQt.spec	23 Nov 2009 21:26:16 -0000	1.33
+++ SoQt.spec	4 Mar 2010 04:18:16 -0000	1.34
@@ -3,18 +3,16 @@
 
 Summary: High-level 3D visualization library
 Name: SoQt
-Version: 1.4.1
-Release: 14%{?dist}
+Version: 1.5.0
+Release: 1%{?dist}
 
 License: GPLv2
 Group: System Environment/Libraries
 URL: http://www.coin3d.org
 
-Source: ftp://ftp.coin3d.org/pub/coin/src/SoQt-%{version}.tar.gz
+Source: http://ftp.coin3d.org/coin/src/all/SoQt-%{version}.tar.gz
 
 Patch0: SoQt-1.2.0-man3.diff
-# Debian soqt4 patch
-Patch1: http://patch-tracking.debian.net/patch/series/dl/soqt/1.4.1-6/qt4-fixes.patch
 
 BuildRequires: doxygen
 BuildRequires: /usr/bin/iconv
@@ -51,7 +49,6 @@ Development package for SoQt
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 find -name 'Makefile.*' -exec sed -i -e 's,\$(datadir)/Coin,$(datadir)/Coin2,' {} \;
 
@@ -65,13 +62,15 @@ sed -i \
 %build
 %configure \
 	--includedir=%{coin_includedir} \
+	--disable-static \
 	--without-mesa \
 	--disable-dependency-tracking \
 	--enable-man \
 	--enable-html \
 	--with-qt=%{_libdir}/qt4 \
 	htmldir=%{coin_htmldir}/SoQt \
-	CPPFLAGS="${CPPFLAGS} -I%{_includedir}/Qt"
+	CPPFLAGS="${CPPFLAGS} -I%{_includedir}/Qt" \
+	CONFIG_QTLIBS="$(pkg-config --libs QtGui)"
 make
 
 # Strip the default libdir
@@ -99,7 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS ChangeLog* COPYING README* LICENSE*
+%doc AUTHORS ChangeLog* COPYING README LICENSE*
 %{_libdir}/libSoQt.so.*
 
 %files devel
@@ -112,8 +111,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libSoQt.so
 %{_libdir}/Coin2
 %{_mandir}/man?/*.?.gz
+%{_libdir}/pkgconfig/SoQt.pc
 
 %changelog
+* Wed Mar 03 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.5.0-1
+- Upstream update.
+- Spec file overhaul.
+- Remove qt4-fixes.patch.
+
 * Mon Nov 23 2009 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.4.1-14
 - Let soqt-config search in %%{_libdir}/Coin2.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/SoQt/F-12/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	4 Nov 2006 01:21:15 -0000	1.7
+++ sources	4 Mar 2010 04:18:16 -0000	1.8
@@ -1 +1 @@
-6dddafb755e9afb9924da1d46f3cd0d4  SoQt-1.4.1.tar.gz
+9f1e582373d66f556b1db113a93ac68e  SoQt-1.5.0.tar.gz


--- qt4-fixes.patch DELETED ---



More information about the scm-commits mailing list