packages: mcs/mcs.spec, mcs/mcs-kde3.patch (NEW) - up to 0.7.2 - link KConf...
draenog
draenog at pld-linux.org
Tue May 24 15:34:42 CEST 2011
Author: draenog Date: Tue May 24 13:34:42 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 0.7.2
- link KConfig backend with kde4-kde3support as it does not support kde4
---- Files affected:
packages/mcs:
mcs.spec (1.24 -> 1.25) , mcs-kde3.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/mcs/mcs.spec
diff -u packages/mcs/mcs.spec:1.24 packages/mcs/mcs.spec:1.25
--- packages/mcs/mcs.spec:1.24 Sat Feb 27 22:11:20 2010
+++ packages/mcs/mcs.spec Tue May 24 15:34:37 2011
@@ -2,20 +2,20 @@
Summary: mcs - simple, abstractable configuration library
Summary(pl.UTF-8): mcs - prosta, abstrakcyjna biblioteka konfiguracji
Name: mcs
-Version: 0.7.1
-Release: 3
+Version: 0.7.2
+Release: 1
License: BSD
Group: Development/Tools
Source0: http://distfiles.atheme.org/lib%{name}-%{version}.tgz
-# Source0-md5: 1611a7bd7e7b07df3d889012d133c440
+# Source0-md5: c47fc81f3efacaa0a5a0b8fd14f9d48e
+Patch0: %{name}-kde3.patch
URL: http://www.atheme.org/projects/mcs.shtml
BuildRequires: GConf2-devel >= 2.6.0
BuildRequires: autoconf >= 2.59
BuildRequires: automake
-BuildRequires: kdelibs-devel >= 9:3.0
+BuildRequires: kde4-kde3support-devel
BuildRequires: libmowgli-devel >= 0.4.0
BuildRequires: pkgconfig
-BuildRequires: qt-devel
Requires: %{name}-libs = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -117,6 +117,7 @@
%prep
%setup -q -n lib%{name}-%{version}
+%patch0 -p0
%build
QTDIR=%{_prefix}
@@ -176,6 +177,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2011/05/24 13:34:37 draenog
+- up to 0.7.2
+- link KConfig backend with kde4-kde3support as it does not support kde4
+
Revision 1.24 2010/02/27 21:11:20 sparky
- unify %attr() %ghost order
================================================================
Index: packages/mcs/mcs-kde3.patch
diff -u /dev/null packages/mcs/mcs-kde3.patch:1.1
--- /dev/null Tue May 24 15:34:42 2011
+++ packages/mcs/mcs-kde3.patch Tue May 24 15:34:37 2011
@@ -0,0 +1,13 @@
+--- configure.ac~ 2010-07-14 04:18:59.000000000 +0100
++++ configure.ac 2011-05-24 14:29:33.821633596 +0100
+@@ -87,8 +87,8 @@
+ if test "x$enable_kconfig" = "xyes"; then
+ AC_PROG_CXX
+ # XXX - does this work?
+- KCONFIG_FLAGS="-I${kdepath}/include -I${qtpath}/include"
+- KCONFIG_LIBS="-L${kdepath}/lib -L${qtpath}/lib"
++ KCONFIG_FLAGS="-I/usr/include/kde3 -I${qtpath}/include"
++ KCONFIG_LIBS="-L/usr/lib/kde3dev -L${qtpath}/lib"
+ CFLAGS_TMP="${CFLAGS}"
+ LDFLAGS_TMP="${LDFLAGS}"
+ CFLAGS="${CFLAGS} ${KCONFIG_FLAGS}"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mcs/mcs.spec?r1=1.24&r2=1.25&f=u
More information about the pld-cvs-commit
mailing list