- fix detection of libkdecore
This commit is contained in:
parent
f41b0b2b4c
commit
3833e0558c
@ -19,7 +19,7 @@ kde4-config to report the directory which contains the .so files.
|
|||||||
LIBS="$LIBS $SVN_KWALLET_LIBS"
|
LIBS="$LIBS $SVN_KWALLET_LIBS"
|
||||||
qt_lib_dirs="`$PKG_CONFIG --libs-only-L QtCore QtDBus QtGui`"
|
qt_lib_dirs="`$PKG_CONFIG --libs-only-L QtCore QtDBus QtGui`"
|
||||||
- LDFLAGS="$old_LDFLAGS $qt_lib_dirs -L$kde_dir/lib`$kde4_config --libsuffix`"
|
- LDFLAGS="$old_LDFLAGS $qt_lib_dirs -L$kde_dir/lib`$kde4_config --libsuffix`"
|
||||||
+ LDFLAGS="$old_LDFLAGS $qt_lib_dirs -L/usr/lib`$kde4_config --libsuffix`/kde4/devel"
|
+ LDFLAGS="$old_LDFLAGS $qt_lib_dirs -L$libdir/kde4/devel"
|
||||||
AC_LANG(C++)
|
AC_LANG(C++)
|
||||||
AC_LINK_IFELSE([
|
AC_LINK_IFELSE([
|
||||||
#include <kwallet.h>
|
#include <kwallet.h>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
Summary: A Modern Concurrent Version Control System
|
Summary: A Modern Concurrent Version Control System
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.6.9
|
Version: 1.6.9
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: ASL 1.1
|
License: ASL 1.1
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -391,6 +391,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man1/svn2cl.1*
|
%{_mandir}/man1/svn2cl.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 13 2010 Joe Orton <jorton@redhat.com> - 1.6.9-2
|
||||||
|
- fix detection of libkdecore
|
||||||
|
|
||||||
* Mon Feb 8 2010 Joe Orton <jorton@redhat.com> - 1.6.9-1
|
* Mon Feb 8 2010 Joe Orton <jorton@redhat.com> - 1.6.9-1
|
||||||
- update to 1.6.9 (#561810)
|
- update to 1.6.9 (#561810)
|
||||||
- fix comments in subversion.conf (#551484)
|
- fix comments in subversion.conf (#551484)
|
||||||
|
Loading…
Reference in New Issue
Block a user