rpms/scidavis/EL-5 scidavis-0.2.0-pro.patch, NONE, 1.1 scidavis.spec, 1.2, 1.3 application-x-scidavis-128x128.png, 1.1, NONE application-x-scidavis-32x32.png, 1.1, NONE application-x-scidavis-48x48.png, 1.1, NONE application-x-scidavis.svg, 1.1, NONE scidavis-0.1.2-manual.patch, 1.1, NONE scidavis-0.1.2-pro.patch, 1.1, NONE scidavis-0.1.2-translations.patch, 1.1, NONE scidavis.desktop, 1.1, NONE scidavis.xml, 1.1, NONE

Eric Tanguy tanguy at fedoraproject.org
Fri Jul 10 04:53:15 UTC 2009


Author: tanguy

Update of /cvs/extras/rpms/scidavis/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3851

Modified Files:
	scidavis.spec 
Added Files:
	scidavis-0.2.0-pro.patch 
Removed Files:
	application-x-scidavis-128x128.png 
	application-x-scidavis-32x32.png 
	application-x-scidavis-48x48.png application-x-scidavis.svg 
	scidavis-0.1.2-manual.patch scidavis-0.1.2-pro.patch 
	scidavis-0.1.2-translations.patch scidavis.desktop 
	scidavis.xml 
Log Message:


scidavis-0.2.0-pro.patch:

--- NEW FILE scidavis-0.2.0-pro.patch ---
--- scidavis-0.2.0/scidavis/scidavis.pro	2008-09-07 14:22:38.000000000 +0200
+++ scidavis-0.2.0/scidavis/scidavis.pro.new	2009-02-15 20:44:16.000000000 +0100
@@ -13,7 +13,7 @@
 
 ### what to install
 INSTALLS        += target       # this is the program itself
-INSTALLS        += documentation     # README, INSTALL.html, manual (if present in the manual subfolder), etc.
+#INSTALLS        += documentation     # README, INSTALL.html, manual (if present in the manual subfolder), etc.
 ### Comment out the next line if you do not want automatic compilation and installation of the translations
 INSTALLS        += translationfiles
 
@@ -42,7 +42,7 @@
 win32: documentation.path = "$$INSTALLBASE"                        # ... on Winodws
 ### Usually, the manual will be expected in the "manual" subfolder of "documentation.path" (see above).
 ### You can override this, uncomment and adjust the path behind the '=' in the next line.
-# manual.path = $$INSTALLBASE/share/doc/scidavis/manual
+manual.path = $$INSTALLBASE/share/doc/scidavis-manual-0.2.0
 ### Important: translationfiles.path will be the directory where scidavis expects
 ### the translation .qm files at runtime. Therefore you need to set it corretly even if 
 ### you do not use this project file to generate the translation files.
@@ -83,34 +83,34 @@
 ### are compiled against Qt4), dynamically against everything else.
 #############################################################################
 
-unix:INCLUDEPATH  += ../3rdparty/qwtplot3d/include
-unix:LIBS         += ../3rdparty/qwtplot3d/lib/libqwtplot3d.a
+#unix:INCLUDEPATH  += ../3rdparty/qwtplot3d/include
+#unix:LIBS         += ../3rdparty/qwtplot3d/lib/libqwtplot3d.a
 
-unix:INCLUDEPATH  += ../3rdparty/qwt/src
-unix:LIBS         += ../3rdparty/qwt/lib/libqwt.a
+#unix:INCLUDEPATH  += ../3rdparty/qwt/src
+#unix:LIBS         += ../3rdparty/qwt/lib/libqwt.a
 
-unix:LIBS         += -L/usr/lib$${libsuff}
-unix:LIBS         += -lgsl -lgslcblas -lz
+#unix:LIBS         += -L/usr/lib$${libsuff}
+#unix:LIBS         += -lgsl -lgslcblas -lz
 ### muparser 1.30 does not compile as a shared lib on Linux
-unix:LIBS         += -L/usr/local/lib$${libsuff}
-unix:LIBS         += /usr/local/lib/libmuparser.a
-unix:INCLUDEPATH  += /usr/local/include
+#unix:LIBS         += -L/usr/local/lib$${libsuff}
+#unix:LIBS         += /usr/local/lib/libmuparser.a
+#unix:INCLUDEPATH  += /usr/local/include
 
 #############################################################################
 ### Link everything dynamically
 #############################################################################
 
-#unix:INCLUDEPATH  += /usr/include/qwt5
-#unix:LIBS         += -L/usr/lib$${libsuff}
+unix:INCLUDEPATH  += /usr/include/qwt
+unix:LIBS         += -L/usr/lib$${libsuff}
 ## dynamically link against Qwt(3D) installed system-wide
 ## WARNING: make sure they are compiled against >= Qt4.2
 ## Mixing Qt 4.2 and Qt >= 4.3 compiled stuff may also 
 ## cause problems.
-#unix:INCLUDEPATH  += /usr/include/qwtplot3d
-#unix:LIBS         += -lqwtplot3d
-#unix:LIBS         += -lqwt
+unix:INCLUDEPATH  += /usr/include/qwtplot3d
+unix:LIBS         += -lqwtplot3d-qt4
+unix:LIBS         += -lqwt
 ##dynamically link against GSL and zlib installed system-wide
-#unix:LIBS         += -lgsl -lgslcblas -lz -lmuparser
+unix:LIBS         += -lgsl -lgslcblas -lz -lmuparser
 
 #############################################################################
 ### Default settings for Windows


Index: scidavis.spec
===================================================================
RCS file: /cvs/extras/rpms/scidavis/EL-5/scidavis.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- scidavis.spec	9 Jul 2009 20:49:56 -0000	1.2
+++ scidavis.spec	10 Jul 2009 04:53:14 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:	Scientific Data Analysis and Visualization
 Name:		scidavis
 Version:	0.2.3
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Source0:	http://download.sourceforge.net/sourceforge/scidavis/%{name}-%{version}.tar.bz2
 Source1:	http://download.sourceforge.net/sourceforge/scidavis/scidavis-manual-0.1_2008-02-28.tar.bz2
 Patch0:		scidavis-0.2.0-pro.patch
@@ -98,6 +98,9 @@ rm -rf %{buildroot}
 %doc manual/*
 
 %changelog
+* Fri Jul 10 2009 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 0.2.3-2
+- Rebuild
+
 * Sun Jul 05 2009 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 0.2.3-1
 - Update to 0.2.3
 


--- application-x-scidavis.svg DELETED ---


--- scidavis-0.1.2-manual.patch DELETED ---


--- scidavis-0.1.2-pro.patch DELETED ---


--- scidavis-0.1.2-translations.patch DELETED ---


--- scidavis.desktop DELETED ---


--- scidavis.xml DELETED ---




More information about the fedora-extras-commits mailing list