Hello community,

here is the log from the commit of package mate-menus for openSUSE:Factory 
checked in at 2013-12-18 19:28:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-menus (Old)
 and      /work/SRC/openSUSE:Factory/.mate-menus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-menus"

Changes:
--------
New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.mate-menus.new/mate-menus.changes       
2013-12-18 19:28:25.000000000 +0100
@@ -0,0 +1,60 @@
+-------------------------------------------------------------------
+Fri Sep 20 13:08 UTC 2013 - [email protected]
+
+- Fix libraries group System/Libraries
+
+-------------------------------------------------------------------
+Wed Apr 10 17:00:40 UTC 2013 - [email protected]
+
+- Clean up specfile; remove useless *-%{release} past a "Requires" tag
+  & remove useless devel package dependency to main package
+
+-------------------------------------------------------------------
+Wed Apr  3 14:45:08 UTC 2013 - [email protected]
+
+- Update to version 1.6.0
+  + Add Recommends:     %{name}-lang = %{version}-%{release}
+  + fix incorrect FSF addresses
+  + AC_CONFIG_HEADERS to please automake 1.13
+  + update translations
+
+-------------------------------------------------------------------
+Fri Feb 22 19:54:34 UTC 2013 - [email protected]
+
+- Remove Requires: mate-menus and add Requires: glib2-devel on devel
+  subpackage
+
+-------------------------------------------------------------------
+Fri Feb 22 18:30:55 UTC 2013 - [email protected]
+
+- Add branding subpackage and specific strings
+  It is needed to allow to build a external branding
+
+-------------------------------------------------------------------
+Wed Nov  7 21:34:46 UTC 2012 - [email protected]
+
+- Split typelib and minor cleanups
+
+-------------------------------------------------------------------
+Thu Oct 11 14:38:15 UTC 2012 - [email protected]
+
+- Update to version 1.5.0
+  + no changelog available
+  + version bump
+
+-------------------------------------------------------------------
+Sat Sep  8 01:20:18 UTC 2012 - [email protected]
+
+- copypac to X11:MATE
+  + minor cosmetic fixes
+
+-------------------------------------------------------------------
+Fri Aug  3 23:40:19 CST 2012 - [email protected]
+
+- Update to version 1.4.0 
+
+-------------------------------------------------------------------
+Mon Jan  2 16:10:48 UTC 2012 - [email protected]
+
+- Initial package from version 1.2.0
+

New:
----
  mate-menus-1.6.0.tar.xz
  mate-menus.changes
  mate-menus.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mate-menus.spec ++++++
#
# spec file for mate-menus
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:           mate-menus
%define _name   libmate-menu2
%define typelib typelib-1_0-MateMenu-2_0
Version:        1.6.0
Release:        0
License:        GPL-2.0+ and LGPL-2.1+
Summary:        MATE Desktop Menu
Url:            http://mate-desktop.org/
Group:          System/GUI/Other
Source:         
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz

BuildRequires:  intltool
BuildRequires:  mate-common
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0)
BuildRequires:  pkgconfig(pygtk-2.0)
BuildRequires:  pkgconfig(python)
BuildRequires:  update-desktop-files
BuildRequires:  xz
Requires:       %{name}-branding = %{version}
Recommends:     %{name}-lang = %{version}

%description
mate-menus contains the libmate-menu library, the layout configuration
files for the MATE menu, as well as a simple menu editor.

The libmate-menu library implements the "Desktop Menu Specification"
from freedesktop.org.

%package branding-upstream
Summary:        The MATE Desktop Menu -- Upstream Menus Definitions
License:        GPL-2.0+
Group:          System/GUI/Other
Requires:       %{name} = %{version}
Provides:       %{name}-branding = %{version}
Conflicts:      otherproviders(%{name}-branding)
Supplements:    packageand(%{name}:branding-upstream)
BuildArch:      noarch
#BRAND: This package contains set of needed .menu files in
#BRAND: /etc/xdg/menus. .directory files in
#BRAND: %{_datadir}/desktop-directories/Multimedia.directory are part of
#BRAND: the main package. If you need custom one, simply it put there
#BRAND: and modify .menu file to refer to it.

%description branding-upstream
The package contains an implementation of the draft "Desktop Menu
Specification" from freedesktop.org:

http://www.freedesktop.org/Standards/menu-spec

This package provides the upstream definitions for menus.

%package -n %{_name}
Summary:        MATE Desktop Menu
Group:          System/Libraries

%description -n %{_name}
The libmate-menu library implements the "Desktop Menu Specification"
from freedesktop.org.

%package -n %{typelib}
Summary:        MATE Desktop menu bindings
Group:          System/GUI/Other

%description -n %{typelib}
The libmate-menu library implements the "Desktop Menu Specification"
from freedesktop.org.

%package -n python-%{name}
Summary:        Python Bindings for MATE Desktop Menu
Group:          System/GUI/Other
Requires:       %{_name} = %{version}
%py_requires

%description -n python-%{name}
mate-menus contains the libmate-menu library, the layout configuration
files for the MATE menu, as well as a simple menu editor.

The libmate-menu library implements the "Desktop Menu Specification"
from freedesktop.org.

%package devel
Summary:        MATE Desktop Menu
Group:          Development/Libraries/Other
Requires:       glib2-devel
Requires:       %{_name} = %{version}
Requires:       %{typelib} = %{version}

%description devel
mate-menus contains the libmate-menu library, the layout configuration
files for the MATE menu, as well as a simple menu editor.

The libmate-menu library implements the "Desktop Menu Specification"
from freedesktop.org.

%lang_package

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure --disable-static
make %{?_smp_mflags}

%install
%makeinstall
%{find_lang} %{name} %{?no_lang_C}
find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print

%post -n %{_name} -p /sbin/ldconfig

%postun -n %{_name} -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc ChangeLog README COPYING
%dir %{_datadir}/mate
%dir %{_datadir}/mate/desktop-directories
%dir %{_sysconfdir}/xdg/menus
%config %{_sysconfdir}/xdg/menus/mate-settings.menu
%{_datadir}/mate/desktop-directories/mate-*.directory
# Files from branding-upstream
%exclude %{_sysconfdir}/xdg/menus/mate-applications.menu

%files branding-upstream
%defattr (-, root, root)
%config %{_sysconfdir}/xdg/menus/mate-applications.menu

%files -n %{typelib}
%defattr(-,root,root,-)
%{_libdir}/girepository-1.0/MateMenu-2.0.typelib

%files -n python-mate-menus
%defattr(-,root,root,-)
%dir %{_datadir}/mate-menus
%{py_sitedir}/matemenu.so
%{_datadir}/mate-menus/examples

%files -n %{_name}
%defattr(-,root,root,-)
%{_libdir}/libmate-menu.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/mate-menus/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gir-1.0/MateMenu-2.0.gir

%files lang -f %{name}.lang
%defattr(-,root,root)

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to