Author: zbyniu Date: Tue Nov 17 21:51:26 2009 GMT Module: packages Tag: HEAD ---- Log message: - missing BRs; cleanup
---- Files affected: packages/polkit-qt: polkit-qt.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/polkit-qt/polkit-qt.spec diff -u packages/polkit-qt/polkit-qt.spec:1.4 packages/polkit-qt/polkit-qt.spec:1.5 --- packages/polkit-qt/polkit-qt.spec:1.4 Wed Jul 29 21:59:39 2009 +++ packages/polkit-qt/polkit-qt.spec Tue Nov 17 22:51:20 2009 @@ -10,8 +10,12 @@ Group: Libraries URL: http://www.kde.org/ BuildRequires: PolicyKit-devel +BuildRequires: QtDBus-devel +BuildRequires: QtGui-devel BuildRequires: automoc4 BuildRequires: cmake +BuildRequires: qt4-build +BuildRequires: qt4-qmake BuildRequires: pkgconfig # svn export svn://anonsvn.kde.org/home/kde/trunk/kdesupport/polkit-qt Source0: %{name}-%{rev}.tar.bz2 @@ -24,7 +28,6 @@ and QAbstractButton that lets you integrate those two component easily with PolicyKit. - %package devel Summary: Polkit-qt use the PolicyKit API through Qt-styled API License: GPL v2 @@ -56,23 +59,23 @@ install -d build cd build %cmake \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -LCMS_DIR=%{_libdir} \ - -DLIB_INSTALL_DIR=%{_libdir} \ - -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ + -LCMS_DIR=%{_libdir} \ + -DLIB_INSTALL_DIR=%{_libdir} \ + -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \ %if "%{_lib}" == "lib64" - -DLIB_SUFFIX=64 \ + -DLIB_SUFFIX=64 \ %endif - ../ + ../ %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} -C build install \ - DESTDIR=$RPM_BUILD_ROOT \ - kde_htmldir=%{_kdedocdir} \ - kde_libs_htmldir=%{_kdedocdir} + DESTDIR=$RPM_BUILD_ROOT \ + kde_htmldir=%{_kdedocdir} \ + kde_libs_htmldir=%{_kdedocdir} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -97,13 +100,15 @@ %_libdir/*.so %_libdir/pkgconfig/*.pc - %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2009/11/17 21:51:20 zbyniu +- missing BRs; cleanup + Revision 1.4 2009/07/29 19:59:39 arekm - rel 2 @@ -116,4 +121,3 @@ Revision 1.1 2009/04/29 06:58:11 paszczus - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/polkit-qt/polkit-qt.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
