Compare commits
3 Commits
41.0-1mamb
...
43.0-1mamb
Author | SHA1 | Date | |
---|---|---|---|
788285b7bc | |||
e28847381d | |||
23085322a7 |
26
gdm.spec
26
gdm.spec
@ -2,7 +2,7 @@
|
||||
%define gdm_gid 53
|
||||
%define majver %(echo %version | cut -d. -f1)
|
||||
Name: gdm
|
||||
Version: 41.0
|
||||
Version: 43.0
|
||||
Release: 1mamba
|
||||
Summary: The GNOME Display Manager, a graphical login program
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
@ -27,6 +27,7 @@ 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
|
||||
@ -53,11 +54,11 @@ 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
|
||||
|
||||
@ -82,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
|
||||
|
||||
@ -142,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
|
||||
@ -170,10 +168,13 @@ exit 0
|
||||
%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/*
|
||||
@ -193,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
|
||||
|
||||
@ -208,6 +209,15 @@ 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
|
||||
|
||||
|
Reference in New Issue
Block a user