54 lines
1.4 KiB
RPMSpec
54 lines
1.4 KiB
RPMSpec
|
Name: sessreg
|
||
|
Version: 1.0.8
|
||
|
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
|
||
|
* 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
|