update to 40.1 [release 40.1-1mamba;Sat May 15 2021]
This commit is contained in:
parent
7c2b379f84
commit
7b7669391a
@ -1,58 +1,28 @@
|
||||
%define apiver 3.0
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define majver %(echo %version | cut -d. -f1)
|
||||
Name: gnome-session
|
||||
Version: 3.38.0
|
||||
Version: 40.1
|
||||
Release: 1mamba
|
||||
Summary: GNOME desktop session manager
|
||||
Group: Graphical Desktop/Applications/Environment
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnome.org
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-session/%{majver}/gnome-session-%{version}.tar.xz
|
||||
URL: https://www.gnome.org/
|
||||
Source: https://download.gnome.org/sources/gnome-session/%{majver}/gnome-session-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gnome-desktop-devel
|
||||
BuildRequires: libGConf-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libORBit2-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libXtst-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libepoxy-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gnome-desktop-devel >= %{majver}
|
||||
BuildRequires: upower-devel >= 0.99
|
||||
@ -64,7 +34,6 @@ Requires: gnome-settings-daemon
|
||||
Requires: gnome-desktop
|
||||
Requires: nautilus
|
||||
Requires: gdm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
GNOME desktop session manager.
|
||||
@ -83,7 +52,7 @@ GNOME desktop session manager.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}-%{apiver}
|
||||
%find_lang %{name}-%{majver}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -101,7 +70,7 @@ exit 0
|
||||
[ -x /usr/bin/scrollkeeper-update ] && scrollkeeper-update
|
||||
exit 0
|
||||
|
||||
%files -f %{name}-%{apiver}.lang
|
||||
%files -f %{name}-%{majver}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gnome-session
|
||||
%{_bindir}/gnome-session-custom-session
|
||||
@ -131,6 +100,9 @@ exit 0
|
||||
#ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Sat May 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.1-1mamba
|
||||
- update to 40.1
|
||||
|
||||
* Fri Oct 09 2020 Automatic Build System <autodist@mambasoft.it> 3.38.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user