Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 00983f6e20065cdc3ad3f503d210bc3b > files > 2

inxi-1.8.13-1.mga1.src.rpm

Name:		inxi
Version:	1.8.13
Release:	%mkrel 1
License:	GPLv3
Group:		System/Configuration/Other
Summary:	Command line system information script for console and IRC
URL:		http://code.google.com/p/inxi/
Source0:	%{name}-%{version}.tar.gz
BuildRequires:	gzip
BuildArch:	noarch
	
%description
inxi is a command line system information script built for console and IRC.
It is also used for forum technical support, as a debugging tool, to quickly
ascertain user system configuration and hardware.
inxi shows system hardware, CPU, drivers, Xorg, Desktop, kernel, GCC version,
processes, RAM usage, and a wide variety of other useful information.

%prep
%setup -c

%build

%install
install -m755 %{name} -D %{buildroot}%{_bindir}/%{name}
gunzip %{name}.8.gz 
install -m644 %{name}.8 -D %{buildroot}%{_mandir}/man8/%{name}.8

%files
%{_bindir}/%{name}
%{_mandir}/man?/%{name}*


%changelog

* Mon Jul 16 2012 dams <dams> 1.8.13-1.mga1
+ Revision: 271148
- Create branch for mga 1 update

* Thu Jul 12 2012 dams <dams> 1.8.13-2.mga3
+ Revision: 270441
- fix typo in %%description (spotted by leuhmanu)
- fix man page (.gz in source file)

* Thu Jul 12 2012 dams <dams> 1.8.13-1.mga3
+ Revision: 270428
- imported package inxi