Compare commits
9 Commits
3.38.0-1ma
...
43.0-1mamb
Author | SHA1 | Date | |
---|---|---|---|
788285b7bc | |||
e28847381d | |||
23085322a7 | |||
a373a37f75 | |||
d981b20ba5 | |||
af136e0f6c | |||
d3f55d75ea | |||
b576896e02 | |||
b5f082008a |
97
gdm.spec
97
gdm.spec
@ -1,16 +1,16 @@
|
||||
%define gdm_uid 53
|
||||
%define gdm_gid 53
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define majver %(echo %version | cut -d. -f1)
|
||||
Name: gdm
|
||||
Version: 3.38.0
|
||||
Version: 43.0
|
||||
Release: 1mamba
|
||||
Summary: The GNOME Display Manager, a graphical login program
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnome.org
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gdm/%{majver}/gdm-%{version}.tar.xz
|
||||
URL: https://www.gnome.org
|
||||
Source: https://download.gnome.org/sources/gdm/%{majver}/gdm-%{version}.tar.xz
|
||||
Patch0: %{name}-2.32.1-remove-pam_console.patch
|
||||
Patch1: %{name}-3.4.1-save-root-window.patch
|
||||
Patch2: %{name}-3.4.1-plymouth.patch
|
||||
@ -18,46 +18,25 @@ Patch3: gdm-3.18-pam-openmamba.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libaccountsservice-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libaudit-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libnspr-devel
|
||||
BuildRequires: libnss-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwrap-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: upower-devel
|
||||
BuildRequires: libaccountsservice-devel
|
||||
BuildRequires: libaudit-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libgudev-devel
|
||||
BuildRequires: libkeyutils-devel
|
||||
BuildRequires: libpam-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: dconf
|
||||
BuildRequires: plymouth-devel
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
GDM is the GNOME Display Manager, a graphical login program.
|
||||
@ -68,18 +47,18 @@ Summary: Shared libraries for %{name}
|
||||
|
||||
%description -n lib%{name}
|
||||
GDM is the GNOME Display Manager, a graphical login program.
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package -n lib%{name}-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: gdm-devel
|
||||
Obsoletes: gdm-devel
|
||||
Obsoletes: gdm-devel < 41.3
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
GDM is the GNOME Display Manager, a graphical login program.
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -104,9 +83,6 @@ This package contains static libraries and header files need for development.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%meson_install
|
||||
|
||||
install -d -m0755 %{buildroot}/%{_lib}
|
||||
mv %{buildroot}%{_libdir}/security %{buildroot}/%{_lib}/
|
||||
|
||||
install -d -m0755 %{buildroot}/%{_localstatedir}/lib/gdm
|
||||
install -d -m0755 %{buildroot}/%{_localstatedir}/cache/gdm
|
||||
|
||||
@ -164,7 +140,7 @@ exit 0
|
||||
%{_sysconfdir}/pam.d/gdm-fingerprint
|
||||
%{_sysconfdir}/pam.d/gdm-launch-environment
|
||||
%{_sysconfdir}/pam.d/gdm-password
|
||||
%{_sysconfdir}/pam.d/gdm-pin
|
||||
#%{_sysconfdir}/pam.d/gdm-pin
|
||||
%{_sysconfdir}/pam.d/gdm-smartcard
|
||||
%{_bindir}/gdm-screenshot
|
||||
%{_bindir}/gdmflexiserver
|
||||
@ -189,12 +165,16 @@ exit 0
|
||||
%lang(el) %{_datadir}/help/el/gdm/*
|
||||
%lang(en_GB) %{_datadir}/help/en_GB/gdm/*
|
||||
%lang(es) %{_datadir}/help/es/gdm/*
|
||||
%lang(eu) %{_datadir}/help/eu/gdm/*
|
||||
%lang(fr) %{_datadir}/help/fr/gdm/*
|
||||
%lang(gl) %{_datadir}/help/gl/gdm/*
|
||||
%lang(hr) %{_datadir}/help/hr/gdm/*
|
||||
%lang(hu) %{_datadir}/help/hu/gdm/*
|
||||
%lang(id) %{_datadir}/help/id/gdm/*
|
||||
%lang(it) %{_datadir}/help/it/gdm/*
|
||||
%lang(ka) %{_datadir}/help/ka/gdm/*
|
||||
%lang(ko) %{_datadir}/help/ko/gdm/*
|
||||
%lang(nl) %{_datadir}/help/nl/gdm/*
|
||||
%lang(oc) %{_datadir}/help/oc/gdm/*
|
||||
%lang(pt_BR) %{_datadir}/help/pt_BR/gdm/*
|
||||
%lang(ro) %{_datadir}/help/ro/gdm/*
|
||||
@ -214,7 +194,7 @@ exit 0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgdm.so.*
|
||||
%{_libdir}/girepository-1.0/Gdm-1.0.typelib
|
||||
/%{_lib}/security/pam_gdm.so
|
||||
%{_libdir}/security/pam_gdm.so
|
||||
%{_libexecdir}/gdm-*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
@ -229,6 +209,33 @@ exit 0
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Sat Sep 24 2022 Automatic Build System <autodist@mambasoft.it> 43.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 22 2022 Automatic Build System <autodist@mambasoft.it> 42.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 26 2022 Automatic Build System <autodist@mambasoft.it> 41.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 22 2021 Automatic Build System <autodist@mambasoft.it> 41.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 23 2021 Automatic Build System <autodist@mambasoft.it> 40.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 15 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
||||
- update to 40.0
|
||||
|
||||
* Wed Dec 16 2020 Automatic Build System <autodist@mambasoft.it> 3.38.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.38.2-1mamba
|
||||
- update to 3.38.2
|
||||
|
||||
* Wed Oct 14 2020 Automatic Build System <autodist@mambasoft.it> 3.38.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 3.38.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user