]> git.pld-linux.org Git - packages/dssi.git/commitdiff
- broken configure test for qt library removed
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 6 Dec 2009 20:53:34 +0000 (20:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dssi-qt_test.patch -> 1.1
    dssi.spec -> 1.10

dssi-qt_test.patch [new file with mode: 0644]
dssi.spec

diff --git a/dssi-qt_test.patch b/dssi-qt_test.patch
new file mode 100644 (file)
index 0000000..3b4763d
--- /dev/null
@@ -0,0 +1,18 @@
+diff -dur dssi-1.0.0.orig/configure.ac dssi-1.0.0/configure.ac
+--- dssi-1.0.0.orig/configure.ac       2009-01-05 02:47:50.000000000 +0100
++++ dssi-1.0.0/configure.ac    2009-12-06 21:50:57.000000000 +0100
+@@ -68,14 +68,7 @@
+   fi
+ else
+   AC_MSG_RESULT([$QTDIR])
+-  AC_MSG_CHECKING([for Qt library])
+-  if test -f $QTDIR/lib/libqt-mt.so -o -f $QTDIR/lib/libqt-mt.a; then
+     with_qt=yes
+-    AC_MSG_RESULT([in $QTDIR/lib])
+-  else
+-    with_qt=no
+-    AC_MSG_RESULT([no. Perhaps QTDIR is not set correctly?])
+-  fi
+ fi
+ if test "x${with_qt}" = xyes ; then
+   if test "x${QTINCDIR}" != x ; then
index 374532219df92ec96ae6f5e777c8d82c62652ff4..0cb073e4476c41c20ef27285f710089881c03681 100644 (file)
--- a/dssi.spec
+++ b/dssi.spec
@@ -7,6 +7,7 @@ License:        LGPL v2.1
 Group:         Development/Libraries
 Source0:       http://dl.sourceforge.net/dssi/%{name}-%{version}.tar.gz
 # Source0-md5: bc4c50f9f9b3cd13019718266f8f15af
+Patch0:                %{name}-qt_test.patch
 URL:           http://dssi.sourceforge.net/
 BuildRequires: qt-devel >= 3.3
 BuildRequires: alsa-lib-devel >= 0.9
@@ -92,8 +93,15 @@ Przykładowe wtyczki DSSI
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
 CFLAGS="$CFLAGS -I%{_includedir}/qt"
 CPPFLAGS="$CPPFLAGS -I%{_includedir}/qt"
 export QTDIR=%{_prefix}
This page took 0.064844 seconds and 4 git commands to generate.