require telepathy-logger and ca-certificates

retrigger gdk-pixbuf-query-loaders to be sure to avoid svg errors [release 3.12.2-2mamba;Thu Jun 26 2014]
This commit is contained in:
Silvan Calarco 2024-01-05 23:14:45 +01:00
parent b3e6e3cef5
commit 0fd5ebd6d5

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: gnome-shell
Version: 3.10.4
Release: 1mamba
Version: 3.12.2
Release: 2mamba
Summary: GNOME Shell provides core user interface functions for the GNOME 3 desktop
Group: System/Libraries
Vendor: openmamba
@ -93,9 +93,18 @@ BuildRequires: udev-devel
## AUTOBUILDREQ-END
BuildRequires: libcaribou-devel
BuildRequires: libevolution-data-server-devel >= %{majver}
BuildRequires: gnome-desktop-devel >= %{majver}
BuildRequires: libcogl-devel >= 1.18
BuildRequires: libmutter-devel >= %{majver}
BuildRequires: libgjs >= 1.40
BuildRequires: libcanberra-static
BuildRequires: network-manager-applet-devel
Requires: telepathy-mission-control
Requires: telepathy-logger
Requires: caribou
Requires: mutter
Requires: ca-certificates
Requires(post): libgdk-pixbuf
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -116,7 +125,10 @@ This package includes the %{name} API documentation.
%setup -q
%build
%configure --enable-gtk-doc
%configure \
--enable-gtk-doc \
--enable-networkmanager
%make
%install
@ -128,6 +140,12 @@ This package includes the %{name} API documentation.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
if [ $1 -ge 1 ]; then
/usr/bin/gdk-pixbuf-query-loaders > /etc/gtk-3.0/gdk-pixbuf.loaders
fi
:
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/gnome-shell
@ -164,18 +182,18 @@ This package includes the %{name} API documentation.
#%{_datadir}/glib-2.0/schemas/org.gnome.shell.evolution.calendar.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
%dir %{_datadir}/gnome-shell
%{_datadir}/gnome-shell/wanda.png
%dir %{_datadir}/gnome-shell/js
%dir %{_datadir}/gnome-shell/js/extensionPrefs
%{_datadir}/gnome-shell/js/extensionPrefs/main.js
%dir %{_datadir}/gnome-shell/js/gdm
%{_datadir}/gnome-shell/js/gdm/*
%dir %{_datadir}/gnome-shell/js/misc
%{_datadir}/gnome-shell/js/misc/*
%dir %{_datadir}/gnome-shell/js/perf
%{_datadir}/gnome-shell/js/perf/core.js
%dir %{_datadir}/gnome-shell/js/ui
%{_datadir}/gnome-shell/js/ui/*
#%{_datadir}/gnome-shell/wanda.png
#%dir %{_datadir}/gnome-shell/js
#%dir %{_datadir}/gnome-shell/js/extensionPrefs
#%{_datadir}/gnome-shell/js/extensionPrefs/main.js
#%dir %{_datadir}/gnome-shell/js/gdm
#%{_datadir}/gnome-shell/js/gdm/*
#%dir %{_datadir}/gnome-shell/js/misc
#%{_datadir}/gnome-shell/js/misc/*
#%dir %{_datadir}/gnome-shell/js/perf
#%{_datadir}/gnome-shell/js/perf/core.js
#%dir %{_datadir}/gnome-shell/js/ui
#%{_datadir}/gnome-shell/js/ui/*
#%{_datadir}/gnome-shell/open-search-providers/google.xml
#%{_datadir}/gnome-shell/open-search-providers/wikipedia.xml
#%{_datadir}/gnome-shell/shaders/dim-window.glsl
@ -192,6 +210,13 @@ This package includes the %{name} API documentation.
%{_datadir}/gtk-doc/html/st/*
%changelog
* Thu Jun 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.2-2mamba
- require telepathy-logger and ca-certificates
- retrigger gdk-pixbuf-query-loaders to be sure to avoid svg errors
* Wed Jun 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.2-1mamba
- update to 3.12.2
* Thu Feb 20 2014 Automatic Build System <autodist@mambasoft.it> 3.10.4-1mamba
- automatic version update by autodist