2024-01-05 17:44:53 +01:00
|
|
|
Name: sessreg
|
2024-01-05 17:44:53 +01:00
|
|
|
Version: 1.1.1
|
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
|
|
|
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
|
|
|
URL: http://x.org
|
|
|
|
Source: http://ftp.x.org/pub/individual/app/sessreg-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Sessreg is a simple program for managing utmp/wtmp entries for xdm sessions.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/sessreg
|
|
|
|
%{_mandir}/man1/sessreg.1.gz
|
|
|
|
|
|
|
|
%doc AUTHORS COPYING ChangeLog
|
|
|
|
|
|
|
|
%changelog
|
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
|