[mate-desktop] Update spec file, own dirs we are supposed to own, remove libmatenotify from requires

Dan Mashal vicodan at fedoraproject.org
Tue May 14 04:21:14 UTC 2013


commit 42cf47a3185b4641fa9a5650a062b30f533048ec
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Mon May 13 21:20:53 2013 -0700

    Update spec file, own dirs we are supposed to own, remove libmatenotify from requires

 mate-desktop.spec |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/mate-desktop.spec b/mate-desktop.spec
index b71d3c9..8dfe07f 100644
--- a/mate-desktop.spec
+++ b/mate-desktop.spec
@@ -1,7 +1,7 @@
 Summary:        Shared code for mate-panel, mate-session, mate-file-manager, etc
 Name:           mate-desktop
 Version:        1.6.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 License:        GPLv2+ and LGPLv2+ and MIT
@@ -12,6 +12,7 @@ BuildRequires:  gtk2-devel
 BuildRequires:  gtk-doc
 BuildRequires:  mate-common
 BuildRequires:  mate-doc-utils
+BuildRequires:  pangox-compat-devel
 BuildRequires:  startup-notification-devel
 BuildRequires:  unique-devel
 
@@ -29,10 +30,9 @@ Obsoletes: mate-conf-editor
 Obsoletes: mate-conf-gtk
 Obsoletes: mate-mime-data
 Obsoletes: mate-vfs
+Obsoletes: libmatenotify
 Requires: libnotify
 Requires: mate-panel
-#To fix compiz temporarily
-Requires: libmatenotify
 
 %description
 The mate-desktop package contains an internal library
@@ -110,24 +110,29 @@ fi
 %{_bindir}/mate-about
 #%{_sysconfdir}/xdg/autostart/user-dirs-update-mate.desktop
 %{_datadir}/applications/mate-about.desktop
-%{_datadir}/mate/help/*/*/*.xml
-%{_datadir}/omf/mate-desktop/
-%{_datadir}/mate-about/
+%{_datadir}/mate
+%{_datadir}/omf/mate-desktop
+%{_datadir}/mate-about
 %{_datadir}/glib-2.0/schemas/org.mate.*.gschema.xml
-%{_mandir}/man1/mate-about.1*
+%{_mandir}/man1/*
 %{_datadir}/MateConf/gsettings/mate-desktop.convert
+%doc %{_datadir}/gtk-doc/html/mate-desktop
 
 %files libs
 %{_libdir}/libmate-desktop-2.so.*
 
 %files devel
-%{_datadir}/gtk-doc/html/mate-desktop
 %{_libdir}/libmate-desktop-2.so
 %{_libdir}/pkgconfig/mate-desktop-2.0.pc
 %{_includedir}/mate-desktop-2.0
 
 
 %changelog
+* Fri May 03 2013 - Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.0-3
+- Own dirs we are supposed to own (961950)
+- Move docs to main package and mark them with doc macro
+- Add pangox-compat-devel to BRs
+
 * Mon Apr 22 2013 - Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.0-2
 - Remove obsletes for libmatenotify as compiz requires it.
 


More information about the scm-commits mailing list