Author: arvenil Date: Sat Mar 15 09:57:38 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.7.0 - sonamefix.patch already in sources - added kconfig backend - BR: qt-devel
---- Files affected: SPECS: mcs.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/mcs.spec diff -u SPECS/mcs.spec:1.14 SPECS/mcs.spec:1.15 --- SPECS/mcs.spec:1.14 Sun Dec 30 00:23:24 2007 +++ SPECS/mcs.spec Sat Mar 15 10:57:33 2008 @@ -1,21 +1,21 @@ # $Revision$, $Date$ # TODO: -# - build GConf and Kconfig backends (?) +# - build GConf backend (?) # Summary: mcs - simple, abstractable configuration library Summary(pl.UTF-8): mcs - prosta, abstrakcyjna biblioteka konfiguracji Name: mcs -Version: 0.6.0 -Release: 3 +Version: 0.7.0 +Release: 1 License: BSD Group: Development/Tools Source0: http://distfiles.atheme.org/lib%{name}-%{version}.tgz -# Source0-md5: c75046d71dc37e8a8d2d66c412db4569 -Patch0: %{name}-sonamefix.patch +# Source0-md5: 0f0c779609b3481a79937c2e86660a99 URL: http://www.atheme.org/projects/mcs.shtml BuildRequires: autoconf BuildRequires: automake BuildRequires: libmowgli-devel >= 0.4.0 +BuildRequires: qt-devel Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -63,13 +63,15 @@ %prep %setup -q -n lib%{name}-%{version} -%patch0 -p1 %build +QTDIR=%{_prefix} +CFLAGS="$CFLAGS -I%{_includedir}/qt" +CPPFLAGS="$CPPFLAGS -I%{_includedir}/qt" +export CFLAGS CPPFLAGS QTDIR %{__aclocal} -I m4 %{__autoconf} %configure \ - --disable-kconfig \ --disable-gconf %{__make} @@ -100,6 +102,7 @@ %ghost %attr(755,root,root) %{_libdir}/libmcs.so.? %dir %{_libdir}/%{name} %attr(755,root,root) %{_libdir}/%{name}/keyfile.so +%attr(755,root,root) %{_libdir}/%{name}/kconfig.so %files devel %defattr(644,root,root,755) @@ -113,6 +116,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2008-03-15 09:57:33 arvenil +- up to 0.7.0 +- sonamefix.patch already in sources +- added kconfig backend +- BR: qt-devel + Revision 1.14 2007-12-29 23:23:24 arvenil - ghost back ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mcs.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
