automatic version update by autodist [release 3.28.1-1mamba;Tue Aug 14 2018]
This commit is contained in:
parent
c95c09d691
commit
4e4fa992ec
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 3.24.3
|
Version: 3.28.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Gnome settings daemon
|
Summary: Gnome settings daemon
|
||||||
Group: Graphical Desktop/Applications/Configuration
|
Group: Graphical Desktop/Applications/Configuration
|
||||||
@ -89,7 +89,7 @@ BuildRequires: libxcb-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpulseaudio-devel >= 8.0-1mamba
|
BuildRequires: libpulseaudio-devel >= 12.2-1mamba
|
||||||
BuildRequires: libcolord-devel >= 1.2.12-1mamba
|
BuildRequires: libcolord-devel >= 1.2.12-1mamba
|
||||||
BuildRequires: gnome-desktop-devel >= 3.18.2
|
BuildRequires: gnome-desktop-devel >= 3.18.2
|
||||||
BuildRequires: libibus-devel
|
BuildRequires: libibus-devel
|
||||||
@ -99,7 +99,7 @@ BuildRequires: gsettings-desktop-schemas-devel
|
|||||||
BuildRequires: geoclue-devel >= 2.1.2
|
BuildRequires: geoclue-devel >= 2.1.2
|
||||||
BuildRequires: libcogl-devel >= 1.18
|
BuildRequires: libcogl-devel >= 1.18
|
||||||
BuildRequires: upower-devel >= 0.99
|
BuildRequires: upower-devel >= 0.99
|
||||||
BuildRequires: libgeocode-glib-devel >= %{majver}
|
BuildRequires: libgeocode-glib-devel >= 3.26
|
||||||
#BuildRequires: libgweather-devel >= %{majver}
|
#BuildRequires: libgweather-devel >= %{majver}
|
||||||
Requires: ibus
|
Requires: ibus
|
||||||
Requires: geoclue >= 2.1.2
|
Requires: geoclue >= 2.1.2
|
||||||
@ -126,13 +126,17 @@ This package contains static libraries and header files need for development.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make
|
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall \
|
export DESTDIR=%{buildroot}
|
||||||
udevrulesdir=`pkg-config udev --variable=udevdir`/rules.d
|
%meson_install
|
||||||
|
|
||||||
|
#% makeinstall \
|
||||||
|
# udevrulesdir=`pkg-config udev --variable=udevdir`/rules.d
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -163,8 +167,8 @@ fi
|
|||||||
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
|
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
|
||||||
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
|
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.*.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.*.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/gsd-xrandr.png
|
#%{_datadir}/icons/hicolor/*/apps/gsd-xrandr.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/gsd-xrandr.svg
|
#%{_datadir}/icons/hicolor/scalable/apps/gsd-xrandr.svg
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -175,6 +179,9 @@ fi
|
|||||||
#%doc ChangeLog NEWS
|
#%doc ChangeLog NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 14 2018 Automatic Build System <autodist@mambasoft.it> 3.28.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 3.24.3-1mamba
|
* Mon Aug 14 2017 Automatic Build System <autodist@mambasoft.it> 3.24.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user