Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > b8833ea761ed2081cffe0e14dbff03eb > files > 2

ktsuss-1.3-2mdv2008.0.src.rpm

Summary:	Lightweight and simple frontend for su command
Name:		ktsuss
Version:	1.3
Release:	%mkrel 2
License:	BSD-like
Group:		System/Base
Url:		http://developer.berlios.de/projects/ktsuss
Source0:	http://download2.berlios.de/ktsuss/%{name}-%{version}.tar.bz2
BuildRequires:	gtk+2-devel
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
ktsuss stands for "keep the su simple, stupid", and as the 
name says, is a graphical version of su written in C and 
GTK+ 2.The idea of the project is to remain simple and bug 
free.

%prep
%setup -q %{name}-%{version}

%build
%configure2_5x

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc README Changelog
%attr(4755,root,root)%{_bindir}/ktsuss
%{_libdir}/re_su
%{_datadir}/pixmaps/ktsuss.png


%changelog
* Sat Mar 08 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 1.3-2mdv2008.0
+ Revision: 182165
- rebuild

* Thu Feb 28 2008 Tomasz Pawel Gajc <tpg@mandriva.org> 1.3-1mdv2008.1
+ Revision: 176288
- add source and complete spec file
- Created package structure for ktsuss.