Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6ff57e490e
!17 [sync] PR-15: Fix ldconfig search path
From: @openeuler-sync-bot 
Reviewed-by: @solarhu, @open-bot 
Signed-off-by: @open-bot
2024-09-26 03:30:15 +00:00
beta
e715c81636 Fix ldconfig search path
Signed-off-by: beta <beta@yfqm.date>
(cherry picked from commit 5fc1ca0f6ae04b9021f1a33dc8635d505079658b)
2024-09-26 11:13:58 +08:00
openeuler-ci-bot
5f74dfe60c
!13 update to version 44.1
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-28 07:24:47 +00:00
lwg K
098e925979 update to version 44.1 2023-11-27 14:03:24 +08:00
openeuler-ci-bot
81ef1ff4d6
!10 Add missing define '%{systemd-units}'
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-13 11:11:55 +00:00
dwl301
5c55edf6b9 Add missing define in spec file. 2023-02-10 16:05:48 +08:00
openeuler-ci-bot
dade92a9bb
!9 Update to 43.0
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-03 08:46:54 +00:00
dwl301
00ec7348d4 Update to 43.0 2023-02-01 10:23:20 +08:00
openeuler-ci-bot
5113b9dc77
!7 modify the libgsd.so search path to /usr/lib64/gnome-settings-daemon-42
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-08-25 08:37:41 +00:00
zhang__3125
adf18103e7 modify the libgsd.so search path to /usr/lib64/gnome-settings-daemon-42 2022-08-25 15:58:28 +08:00
3 changed files with 38 additions and 18 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,35 +1,39 @@
%global glib2_version 2.56
%global glib2_version 2.58
%global colord_version 1.4.5
%global geocode_glib_version 3.10.0
%global geocode_glib_version 3.26.3
%global gnome_desktop_version 3.37.1
%global gsettings_desktop_schemas_version 42.0
%global gsettings_desktop_schemas_version 42
%global gtk3_version 3.15.3
%global geoclue_version 2.3.1
%global systemd_units org.gnome.SettingsDaemon.A11ySettings.service org.gnome.SettingsDaemon.Color.service org.gnome.SettingsDaemon.Datetime.service org.gnome.SettingsDaemon.Housekeeping.service org.gnome.SettingsDaemon.Keyboard.service org.gnome.SettingsDaemon.MediaKeys.service org.gnome.SettingsDaemon.Power.service org.gnome.SettingsDaemon.PrintNotifications.service org.gnome.SettingsDaemon.Rfkill.service org.gnome.SettingsDaemon.ScreensaverProxy.service org.gnome.SettingsDaemon.Sharing.service org.gnome.SettingsDaemon.Smartcard.service org.gnome.SettingsDaemon.Sound.service org.gnome.SettingsDaemon.UsbProtection.service org.gnome.SettingsDaemon.Wwan.service org.gnome.SettingsDaemon.XSettings.service
%global tarball_version %%(echo %{version} | tr '~' '.')
%global major_version %%(echo %{version} | cut -f 1 -d '~' | cut -f 1 -d '.')
Name: gnome-settings-daemon
Version: 42.2
Release: 1
Summary: Settings of GNOME Sessions and related applications
Version: 44.1
Release: 2
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
License: GPLv2+
URL: https://download.gnome.org/sources/%{name}
URL: https://gitlab.gnome.org/GNOME/gnome-settings-daemon
Source0: https://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
Source1: org.gnome.settings-daemon.plugins.power.gschema.override
BuildRequires: cups-devel gcc gettext meson >= 0.44.0 perl-interpreter pkgconfig(alsa)
BuildRequires: cups-devel gcc gettext meson >= 0.49.0 perl-interpreter pkgconfig(alsa)
BuildRequires: pkgconfig(colord) >= %{colord_version} pkgconfig(fontconfig) pkgconfig(geoclue-2.0) >= %{geoclue_version}
BuildRequires: pkgconfig(geocode-glib-1.0) >= %{geocode_glib_version} pkgconfig(glib-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(geocode-glib-2.0) >= %{geocode_glib_version} pkgconfig(glib-2.0) >= %{glib2_version}
BuildRequires: pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version} pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} pkgconfig(gudev-1.0) pkgconfig(gweather4)
BuildRequires: pkgconfig(lcms2) >= 2.2 pkgconfig(libcanberra-gtk3) pkgconfig(libgeoclue-2.0)
BuildRequires: pkgconfig(libnm) pkgconfig(libnotify) pkgconfig(libpulse) pkgconfig(libpulse-mainloop-glib)
BuildRequires: pkgconfig(librsvg-2.0) pkgconfig(nss) pkgconfig(polkit-gobject-1) pkgconfig(upower-glib)
BuildRequires: pkgconfig(x11) pkgconfig(xi) pkgconfig(xtst) pkgconfig(wayland-client)
BuildRequires: pkgconfig(libwacom) >= 0.7 pkgconfig(xorg-wacom) pkgconfig(gcr-base-3) pkgconfig(mm-glib) chrpath
BuildRequires: pkgconfig(x11) pkgconfig(xi) pkgconfig(wayland-client)
BuildRequires: pkgconfig(libwacom) >= 0.7 pkgconfig(xorg-wacom) pkgconfig(mm-glib) chrpath
BuildRequires: pkgconfig(gcr-4)
Requires: colord >= %{colord_version} geoclue2 >= %{geoclue_version} geocode-glib >= %{geocode_glib_version} glib2 >= %{glib2_version}
Requires: colord >= %{colord_version} geoclue2 >= %{geoclue_version} geocode-glib2 >= %{geocode_glib_version} glib2 >= %{glib2_version}
Requires: gnome-desktop3 >= %{gnome_desktop_version} gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version}
Requires: gtk3 >= %{gtk3_version} iio-sensor-proxy pkgconfig(gweather4)
@ -63,26 +67,27 @@ install -d $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
chrpath -d %{buildroot}%{_libexecdir}/*
mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
echo "%{_libdir}/gnome-settings-daemon-3.0" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
echo "%{_libdir}/gnome-settings-daemon-%{major_version}" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%post
/sbin/ldconfig
%systemd_user_post %{systemd_units}
%postun
/sbin/ldconfig
%preun
%systemd_user_preun %{systemd_units}
%files -f %{name}.lang
%doc AUTHORS NEWS
%license COPYING
%doc AUTHORS NEWS README
%{_libexecdir}/gsd-*
%{_sysconfdir}/xdg/autostart/*
%{_sysconfdir}/xdg/Xwayland-session.d/00-xrdb
%{_userunitdir}/*
%{_userunitdir}/
%{_datadir}/glib-2.0/schemas/*
%{_datadir}/polkit-1/actions/*
%{_libdir}/gnome-settings-daemon-%{major_version}/libgsd.so
%{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%{_udevrulesdir}/61-gnome-settings-daemon-rfkill.rules
/usr/lib/udev/rules.d/*.rules
%{_datadir}/gnome-settings-daemon/
@ -93,6 +98,21 @@ echo "%{_libdir}/gnome-settings-daemon-3.0" > %{buildroot}%{_sysconfdir}/ld.so.c
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
%changelog
* Tue Sep 10 2024 beta <beta@yfqm.date> - 44.1-2
- Fix ldconfig search path
* Mon Nov 27 2023 lwg <liweiganga@uniontech.com> - 44.1-1
- update to version 44.1
* Fri Feb 10 2023 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 43.0-2
- Add missing global define %{systemd_units}
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.0-1
- Update to 43.0
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.2-2
- modify the libgsd.so search path to /usr/lib64/gnome-settings-daemon-42
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.2-1
- Upgrade to 42.2