automatic version update by autodist [release 3.28.3-1mamba;Tue Aug 14 2018]
This commit is contained in:
parent
4a4e207940
commit
ad7c8bd5ec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: gnome-shell
|
||||
Version: 3.22.3
|
||||
Version: 3.28.3
|
||||
Release: 1mamba
|
||||
Summary: GNOME Shell provides core user interface functions for the GNOME 3 desktop
|
||||
Group: System/Libraries
|
||||
@ -100,6 +100,7 @@ BuildRequires: libmutter-devel >= %{majver}
|
||||
BuildRequires: libgjs >= 1.40
|
||||
BuildRequires: libcanberra-static
|
||||
BuildRequires: network-manager-applet-devel
|
||||
BuildRequires: sassc
|
||||
Requires: telepathy-mission-control
|
||||
Requires: telepathy-logger
|
||||
Requires: caribou
|
||||
@ -126,15 +127,14 @@ This package includes the %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-gtk-doc \
|
||||
--enable-networkmanager
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
export DESTDIR=%{buildroot}
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -156,16 +156,14 @@ fi
|
||||
%dir %{_libdir}/gnome-shell
|
||||
%{_libdir}/gnome-shell/Gvc-1.0.typelib
|
||||
%{_libdir}/gnome-shell/Shell-0.1.typelib
|
||||
%{_libdir}/gnome-shell/ShellJS-0.1.typelib
|
||||
#%{_libdir}/gnome-shell/ShellJS-0.1.typelib
|
||||
%{_libdir}/gnome-shell/ShellMenu-0.1.typelib
|
||||
%{_libdir}/gnome-shell/St-1.0.typelib
|
||||
%{_libdir}/gnome-shell/libgnome-shell.la
|
||||
%{_libdir}/gnome-shell/libgnome-shell.so
|
||||
%{_libdir}/gnome-shell/libgnome-shell-js.la
|
||||
%{_libdir}/gnome-shell/libgnome-shell-js.so
|
||||
%{_libdir}/gnome-shell/libgnome-shell-menu.la
|
||||
#%{_libdir}/gnome-shell/libgnome-shell-js.so
|
||||
%{_libdir}/gnome-shell/libgnome-shell-menu.so
|
||||
%{_libdir}/mozilla/plugins/libgnome-shell-browser-plugin.la
|
||||
%{_libdir}/gnome-shell/libgvc.so
|
||||
%{_libdir}/gnome-shell/libst-1.0.so
|
||||
%{_libdir}/mozilla/plugins/libgnome-shell-browser-plugin.so
|
||||
%{_libexecdir}/gnome-shell-calendar-server
|
||||
%{_libexecdir}/gnome-shell-hotplug-sniffer
|
||||
@ -174,35 +172,31 @@ fi
|
||||
%{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
|
||||
%{_datadir}/applications/gnome-shell-extension-prefs.desktop
|
||||
%{_datadir}/applications/org.gnome.Shell.desktop
|
||||
#%{_datadir}/applications/gnome-shell-wayland.desktop
|
||||
%{_datadir}/applications/org.gnome.Shell.PortalHelper.desktop
|
||||
%{_datadir}/applications/evolution-calendar.desktop
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screencast.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.Shell*.xml
|
||||
%{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.Shell.PortalHelper.service
|
||||
#%{_datadir}/glib-2.0/schemas/org.gnome.shell.evolution.calendar.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
|
||||
%ifnarch x86_64
|
||||
%{_datadir}/gnome-control-center/keybindings/50-gnome-shell-system.xml
|
||||
%endif
|
||||
%dir %{_datadir}/gnome-shell
|
||||
%{_datadir}/gnome-shell/*
|
||||
%{_datadir}/xdg-desktop-portal/portals/gnome-shell.portal
|
||||
%{_mandir}/man1/gnome-shell.1*
|
||||
%doc COPYING
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/shell
|
||||
%{_datadir}/gtk-doc/html/shell/*
|
||||
%dir %{_datadir}/gtk-doc/html/st
|
||||
%{_datadir}/gtk-doc/html/st/*
|
||||
#%files apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%dir %{_datadir}/gtk-doc/html/shell
|
||||
#%{_datadir}/gtk-doc/html/shell/*
|
||||
#%dir %{_datadir}/gtk-doc/html/st
|
||||
#%{_datadir}/gtk-doc/html/st/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 14 2018 Automatic Build System <autodist@mambasoft.it> 3.28.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 15 2017 Automatic Build System <autodist@mambasoft.it> 3.22.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user