forked from pool/mutter
Accepting request 459887 from GNOME:Next
scripted push OBS-URL: https://build.opensuse.org/request/show/459887 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=225
This commit is contained in:
70
mutter.spec
70
mutter.spec
@@ -25,13 +25,13 @@
|
||||
%global __provides_exclude_from ^%{_libdir}/mutter/.*.typelib$
|
||||
|
||||
Name: mutter
|
||||
Version: 3.22.3
|
||||
Version: 3.23.90
|
||||
Release: 0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/mutter/3.22/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/mutter/3.23/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-SLE mutter-bell.patch FATE#316042 bnc#889218 idonmez@suse.com -- make audible bell work out of the box.
|
||||
Patch1: mutter-bell.patch
|
||||
# PATCH-FIX-SLE relax-some-constraints-on-CSD-windows-in-sle-classic.patch bnc#883491 cxiong@suse.com -- Relax some constraints on window positioning for CSD windows s.t. they can be placed at the very top of the monitor.
|
||||
@@ -51,7 +51,10 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: zenity
|
||||
BuildRequires: pkgconfig(cairo) >= 1.10.0
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.25.10
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.19.3
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.7
|
||||
@@ -74,6 +77,7 @@ BuildRequires: pkgconfig(xkbfile)
|
||||
BuildRequires: pkgconfig(xkeyboard-config)
|
||||
BuildRequires: pkgconfig(xrandr) >= 1.5.0
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
%if %{with wayland}
|
||||
BuildRequires: pkgconfig(gbm) >= 10.3
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
@@ -81,7 +85,7 @@ BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(libinput)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.7
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.4.93
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.1.90
|
||||
%endif
|
||||
Requires: zenity
|
||||
Recommends: %{name}-lang
|
||||
@@ -94,14 +98,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Mutter is a window and compositing manager based on Clutter, forked
|
||||
from Metacity.
|
||||
|
||||
%package -n libmutter0
|
||||
%package -n libmutter-0-0
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
# we need the gsettings schema; hopefully, they'll stay backwards compatible
|
||||
# (since we can't require = version, to not break SLPP)
|
||||
Group: System/Libraries
|
||||
Requires: %{name}-data >= %{version}
|
||||
|
||||
%description -n libmutter0
|
||||
%description -n libmutter-0-0
|
||||
Mutter is a window and compositing manager based on Clutter, forked
|
||||
from Metacity.
|
||||
|
||||
@@ -123,7 +127,7 @@ This package contains data files needed by mutter and its library.
|
||||
Summary: Development files for mutter, a window and compositing manager
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libmutter0 = %{version}
|
||||
Requires: libmutter-0-0 = %{version}
|
||||
|
||||
%description devel
|
||||
This subpackage contains libraries and header files for developing
|
||||
@@ -166,9 +170,9 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
|
||||
%post -n libmutter0 -p /sbin/ldconfig
|
||||
%post -n libmutter-0-0 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libmutter0 -p /sbin/ldconfig
|
||||
%postun -n libmutter-0-0 -p /sbin/ldconfig
|
||||
|
||||
%post data
|
||||
%glib2_gsettings_schema_post
|
||||
@@ -182,28 +186,28 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%doc %{_mandir}/man1/mutter.1%{?ext_man}
|
||||
%{_bindir}/mutter
|
||||
# These so files are not split out since they are private to mutter
|
||||
%{_libdir}/mutter/libmutter-clutter-1.0.so
|
||||
%{_libdir}/mutter/libmutter-cogl-pango.so
|
||||
%{_libdir}/mutter/libmutter-cogl-path.so
|
||||
%{_libdir}/mutter/libmutter-cogl.so
|
||||
%{_libdir}/mutter/libmutter-clutter-0.so
|
||||
%{_libdir}/mutter/libmutter-cogl-pango-0.so
|
||||
%{_libdir}/mutter/libmutter-cogl-path-0.so
|
||||
%{_libdir}/mutter/libmutter-cogl-0.so
|
||||
%{_libdir}/mutter/plugins/default.so
|
||||
#
|
||||
%{_libexecdir}/mutter-restart-helper
|
||||
%{_datadir}/applications/mutter.desktop
|
||||
# These typelibs are not split out since they are private to mutter
|
||||
%{_libdir}/mutter/Cally-1.0.typelib
|
||||
%{_libdir}/mutter/Clutter-1.0.typelib
|
||||
%{_libdir}/mutter/ClutterX11-1.0.typelib
|
||||
%{_libdir}/mutter/Cogl-1.0.typelib
|
||||
%{_libdir}/mutter/Cally-0.typelib
|
||||
%{_libdir}/mutter/Clutter-0.typelib
|
||||
%{_libdir}/mutter/ClutterX11-0.typelib
|
||||
%{_libdir}/mutter/Cogl-0.typelib
|
||||
#{_libdir}/mutter/Cogl-2.0.typelib
|
||||
%{_libdir}/mutter/CoglPango-1.0.typelib
|
||||
%{_libdir}/mutter/CoglPango-0.typelib
|
||||
#{_libdir}/mutter/CoglPango-2.0.typelib
|
||||
%{_libdir}/mutter/Meta-3.0.typelib
|
||||
%{_libdir}/mutter/Meta-0.typelib
|
||||
#
|
||||
|
||||
%files -n libmutter0
|
||||
%files -n libmutter-0-0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libmutter.so.*
|
||||
%{_libdir}/libmutter-0.so.*
|
||||
%dir %{_libdir}/mutter/
|
||||
# users of libmutter need this directory
|
||||
%dir %{_libdir}/mutter/plugins/
|
||||
@@ -225,20 +229,20 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/mutter/
|
||||
%{_libdir}/libmutter.so
|
||||
%{_libdir}/mutter/Meta-3.0.gir
|
||||
%{_libdir}/mutter/Cally-1.0.gir
|
||||
%{_libdir}/mutter/Clutter-1.0.gir
|
||||
%{_libdir}/mutter/ClutterX11-1.0.gir
|
||||
%{_libdir}/mutter/Cogl-1.0.gir
|
||||
%{_libdir}/libmutter-0.so
|
||||
%{_libdir}/mutter/Meta-0.gir
|
||||
%{_libdir}/mutter/Cally-0.gir
|
||||
%{_libdir}/mutter/Clutter-0.gir
|
||||
%{_libdir}/mutter/ClutterX11-0.gir
|
||||
%{_libdir}/mutter/Cogl-0.gir
|
||||
#{_libdir}/mutter/Cogl-2.0.gir
|
||||
%{_libdir}/mutter/CoglPango-1.0.gir
|
||||
%{_libdir}/mutter/CoglPango-0.gir
|
||||
#{_libdir}/mutter/CoglPango-2.0.gir
|
||||
%{_libdir}/pkgconfig/libmutter.pc
|
||||
%{_libdir}/pkgconfig/mutter-clutter-1.0.pc
|
||||
%{_libdir}/pkgconfig/mutter-clutter-x11-1.0.pc
|
||||
%{_libdir}/pkgconfig/mutter-cogl-1.0.pc
|
||||
%{_libdir}/pkgconfig/mutter-cogl-pango-1.0.pc
|
||||
%{_libdir}/pkgconfig/mutter-cogl-path-1.0.pc
|
||||
%{_libdir}/pkgconfig/libmutter-0.pc
|
||||
%{_libdir}/pkgconfig/mutter-clutter-0.pc
|
||||
%{_libdir}/pkgconfig/mutter-clutter-x11-0.pc
|
||||
%{_libdir}/pkgconfig/mutter-cogl-0.pc
|
||||
%{_libdir}/pkgconfig/mutter-cogl-pango-0.pc
|
||||
%{_libdir}/pkgconfig/mutter-cogl-path-0.pc
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user