2024-01-05 17:44:53 +01:00
|
|
|
Name: sessreg
|
2024-01-05 17:44:54 +01:00
|
|
|
Version: 1.1.3
|
2024-01-05 17:44:53 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Sessreg is a simple program for managing utmp/wtmp entries for xdm sessions.
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 17:44:54 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.x.org/wiki/
|
|
|
|
Source: http://ftp.x.org/pub/individual/app/sessreg-%{version}.tar.xz
|
2024-01-05 17:44:53 +01:00
|
|
|
License: MIT
|
2024-01-05 17:44:54 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 17:44:53 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Sessreg is a simple program for managing utmp/wtmp entries for xdm sessions.
|
|
|
|
|
2024-01-05 17:44:54 +01:00
|
|
|
%debug_package
|
2024-01-05 17:44:53 +01:00
|
|
|
|
2024-01-05 17:44:54 +01:00
|
|
|
%prep
|
2024-01-05 17:44:53 +01:00
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/sessreg
|
2024-01-05 17:44:54 +01:00
|
|
|
%{_mandir}/man1/sessreg.1*
|
|
|
|
%doc AUTHORS COPYING
|
2024-01-05 17:44:53 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:44:54 +01:00
|
|
|
* Wed Nov 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.3-1mamba
|
|
|
|
- update to 1.1.3
|
|
|
|
|
2024-01-05 17:44:53 +01:00
|
|
|
* Tue Apr 21 2020 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:44:53 +01:00
|
|
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:44:53 +01:00
|
|
|
* Fri Jan 23 2015 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:44:53 +01:00
|
|
|
* Tue Feb 12 2013 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 26 2011 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 04 2010 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 26 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.5-1mamba
|
|
|
|
- update to 1.0.5
|
|
|
|
|
|
|
|
* Mon Oct 26 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.4-1mamba
|
|
|
|
- package created by autospec
|