automatic version update by autodist [release 1.0.8-1mamba;Tue Feb 12 2013]
This commit is contained in:
parent
876d379bac
commit
6513460dc1
@ -1,2 +1,4 @@
|
||||
# sessreg
|
||||
|
||||
Sessreg is a simple program for managing utmp/wtmp entries for xdm sessions.
|
||||
|
||||
|
53
sessreg.spec
Normal file
53
sessreg.spec
Normal file
@ -0,0 +1,53 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user