Author: lisu Date: Thu Jun 2 09:13:24 2011 GMT Module: packages Tag: HEAD ---- Log message: - dropped unsupported locales - dropped cmake macro provided by cmake macro
---- Files affected: packages/polkit-kde-1: polkit-kde-1.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: packages/polkit-kde-1/polkit-kde-1.spec diff -u packages/polkit-kde-1/polkit-kde-1.spec:1.6 packages/polkit-kde-1/polkit-kde-1.spec:1.7 --- packages/polkit-kde-1/polkit-kde-1.spec:1.6 Mon Jan 24 00:01:30 2011 +++ packages/polkit-kde-1/polkit-kde-1.spec Thu Jun 2 11:13:19 2011 @@ -5,7 +5,7 @@ Name: polkit-kde-1 Version: 0.99.0 Release: 1 -License: GPL v2 +License: GPL v2+ Group: Libraries Source0: ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/polkit-kde-agent-1-%{version}.tar.bz2 # Source0-md5: a02d3fddc6270a88bceaf3ba604c92f8 @@ -21,6 +21,7 @@ BuildRequires: polkit-qt-1-gui-devel >= 0.99.0 BuildRequires: qt4-build >= %{qtver} BuildRequires: qt4-qmake >= %{qtver} +BuildRequires: rpmbuild(macros) >= 1.600 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -33,13 +34,7 @@ install -d build cd build %cmake \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -LCMS_DIR=%{_libdir} \ - -DLIB_INSTALL_DIR=%{_libdir} \ - -DCMAKE_BUILD_TYPE=%{!?debug:release}%{?debug:debug} \ -%if "%{_lib}" == "lib64" - -DLIB_SUFFIX=64 \ -%endif ../ %{__make} @@ -51,6 +46,10 @@ kde_htmldir=%{_kdedocdir} \ kde_libs_htmldir=%{_kdedocdir} +# unsupported +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/sr@ijekavian +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/sr@ijekavianlatin + %find_lang polkit-kde-1 --with-kde --all-name %clean @@ -69,6 +68,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2011/06/02 09:13:19 lisu +- dropped unsupported locales +- dropped cmake macro provided by cmake macro + Revision 1.6 2011/01/23 23:01:30 cactus - up to 0.99.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/polkit-kde-1/polkit-kde-1.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
