[mate-desktop] fix deps wrt -libs subpkg

Rex Dieter rdieter at fedoraproject.org
Sun Aug 12 18:08:07 UTC 2012


commit de03e3d665519d5fb989899cbdfa72b3797f5a3f
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Aug 12 13:11:56 2012 -0500

    fix deps wrt -libs subpkg

 mate-desktop.spec |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/mate-desktop.spec b/mate-desktop.spec
index bc17224..60f7bcc 100644
--- a/mate-desktop.spec
+++ b/mate-desktop.spec
@@ -3,16 +3,13 @@
 Summary:	Shared code among gnome-panel, gnome-session, nautilus, etc
 Name:		mate-desktop
 Version:	1.4.1
-Release:	9%{?dist}
+Release:	10%{?dist}
 URL:		http://mate-desktop.org
 Source0:	http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
 
 License:    GPLv2+ and LGPLv2+ and MIT
 Group:		System Environment/Libraries
 
-Requires:	redhat-menus
-Requires:	pygtk2
-
 BuildRequires: mate-common
 BuildRequires: mate-conf-devel
 BuildRequires: startup-notification-devel
@@ -20,6 +17,10 @@ BuildRequires: mate-doc-utils
 BuildRequires: unique-devel
 BuildRequires: desktop-file-utils
 
+Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
+Requires:	redhat-menus
+Requires:	pygtk2
+
 # Upstream fixes was send to gnome git, but not in mate
 Patch0: 0001-bgo-629168-Don-t-read-past-the-end-of-a-string-mate.patch
 Patch1: 0001-Fix-possible-double-free-when-destroying-private-win.patch
@@ -37,7 +38,7 @@ MATE user environment.
 Summary: Shared libraries for libmate-desktop
 License: LGPLv2+
 Group: System Environment/Libraries
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: %{name} = %{version}-%{release}
 
 %description libs
 Shared libraries for libmate-desktop
@@ -46,7 +47,7 @@ Shared libraries for libmate-desktop
 Summary: Libraries and headers for libmate-desktop
 License: LGPLv2+
 Group: Development/Libraries
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
 
 %description devel
 Libraries and header files for the MATE-internal private library
@@ -121,6 +122,9 @@ $RPM_BUILD_ROOT%{_datadir}/applications/mate-about.desktop
 
 
 %changelog
+* Sun Aug 12 2012 Rex Dieter <rdieter at fedoraproject.org> 1.4.1-10
+- fix deps wrt -libs subpkg
+
 * Sat Aug 11 2012 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.4.1-9
 - add isa tag to -libs
 


More information about the scm-commits mailing list