- modify path patch

epel9
frankb 16 years ago
parent fe7ab2905a
commit c9aa5ef545

@ -1,7 +1,7 @@
diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro
--- qwt-5.0.1.org/designer/designer.pro 2007-05-15 15:23:47.000000000 +0200
+++ qwt-5.0.1/designer/designer.pro 2007-05-15 17:29:13.000000000 +0200
@@ -92,7 +92,7 @@
diff -Nur qwt-5.1.1.org/designer/designer.pro qwt-5.1.1/designer/designer.pro
--- qwt-5.1.1.org/designer/designer.pro 2008-05-24 18:47:36.000000000 +0200
+++ qwt-5.1.1/designer/designer.pro 2009-01-04 17:54:33.000000000 +0100
@@ -123,7 +123,7 @@
RESOURCES += \
qwt_designer_plugin.qrc
@ -9,21 +9,20 @@ diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro
+ target.path = QTDESIGNERPATH
INSTALLS += target
}
}
diff -Nur qwt-5.1.1.org/qwtconfig.pri qwt-5.1.1/qwtconfig.pri
--- qwt-5.1.1.org/qwtconfig.pri 2008-05-24 18:47:36.000000000 +0200
+++ qwt-5.1.1/qwtconfig.pri 2009-01-04 17:55:07.000000000 +0100
@@ -7,17 +7,9 @@
VER_PAT = 1
VERSION = $$VER_MAJ.$$VER_MIN.$$VER_PAT
diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri
--- qwt-5.0.1.org/qwtconfig.pri 2007-05-15 12:07:33.000000000 +0200
+++ qwt-5.0.1/qwtconfig.pri 2007-05-15 15:52:39.000000000 +0200
@@ -1,18 +1,6 @@
-######################################################################
-# Install paths
-######################################################################
-
-unix {
- INSTALLBASE = /usr/local/qwt-5.0.2
- INSTALLBASE = /usr/local/qwt-5.1.1
-}
-
-win32 {
- INSTALLBASE = C:/Qwt-5.0.2
- INSTALLBASE = C:/Qwt-5.1.1
-}
-
-target.path = $$INSTALLBASE/lib
@ -35,7 +34,7 @@ diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri
######################################################################
# qmake internal options
@@ -58,7 +46,7 @@
@@ -97,7 +89,7 @@
# QwtSVGItem.
######################################################################

@ -1,7 +1,7 @@
Name: qwt
Summary: Qt Widgets for Technical Applications
Version: 5.1.1
Release: 1%{?dist}
Release: 2%{?dist}
BuildRequires: qt4-devel
URL: http://qwt.sourceforge.net
License: LGPLv2 with exceptions
@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/qt4/plugins/designer/libqwt_designer_plugin.so
%changelog
* Sun Jan 04 2009 Frank Büttner <frank-buettner@gmx.net> - 5.1.1-2
- modify path patch
* Sun Jan 04 2009 Frank Büttner <frank-buettner@gmx.net> - 5.1.1-1
-update to 5.1.1

Loading…
Cancel
Save