]> git.pld-linux.org Git - packages/mate-desktop.git/commitdiff
up to 1.5.6, disable silent rules auto/th/mate-desktop-1.5.6-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 11 Feb 2013 11:10:52 +0000 (13:10 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 11 Feb 2013 11:10:52 +0000 (13:10 +0200)
mate-desktop.spec

index ad523686c22b7dfa4dff6d7c349e0ef8da632f1f..ab5574c5913223ae95b6a2548b72a82eee5d0087 100644 (file)
@@ -4,12 +4,12 @@
 
 Summary:       Shared code for mate-panel, mate-session, mate-file-manager, etc
 Name:          mate-desktop
-Version:       1.5.5
-Release:       2
+Version:       1.5.6
+Release:       1
 License:       GPL v2+ and LGPL v2+ and MIT
 Group:         X11/Applications
 Source0:       http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
-# Source0-md5: 683a8c3efcb5270cd215d9c856b0ced6
+# Source0-md5: 8d7c7348c13913ba55d07891a184b515
 Source1:       user-dirs-update-mate.desktop
 URL:           http://wiki.mate-desktop.org/mate-desktop
 BuildRequires: desktop-file-utils
@@ -73,6 +73,7 @@ Dokumentacja API mate-desktop.
 %build
 NOCONFIGURE=1 ./autogen.sh
 %configure \
+       --disable-silent-rules \
        --enable-gnucat \
        --disable-scrollkeeper \
        --disable-static \
@@ -82,8 +83,7 @@ NOCONFIGURE=1 ./autogen.sh
        %{?with_apidocs:--enable-gtk-doc --with-html-dir=%{_gtkdocdir}} \
        --with-omf-dir=%{_datadir}/omf/%{name}
 
-%{__make} \
-       V=1
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libmate-desktop-2.la
 
+# mate < 1.5 did not exist in pld, avoid dependency on mate-conf
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/MateConf/gsettings/mate-desktop.convert
+
 desktop-file-install \
        --remove-category="MATE" \
        --add-category="X-Mate" \
This page took 0.122403 seconds and 4 git commands to generate.