automatic version update by autodist [release 41.3-1mamba;Wed Jan 26 2022]
This commit is contained in:
parent
a373a37f75
commit
23085322a7
16
gdm.spec
16
gdm.spec
@ -2,7 +2,7 @@
|
||||
%define gdm_gid 53
|
||||
%define majver %(echo %version | cut -d. -f1)
|
||||
Name: gdm
|
||||
Version: 41.0
|
||||
Version: 41.3
|
||||
Release: 1mamba
|
||||
Summary: The GNOME Display Manager, a graphical login program
|
||||
Group: Graphical Desktop/Applications/Other
|
||||
@ -53,11 +53,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 +82,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 +139,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
|
||||
@ -193,7 +190,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 +205,9 @@ exit 0
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user