SPECS: sysinfo.spec (NEW) - new

wolf wolf at pld-linux.org
Thu Jul 21 18:12:38 CEST 2005


Author: wolf                         Date: Thu Jul 21 16:12:38 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   sysinfo.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/sysinfo.spec
diff -u /dev/null SPECS/sysinfo.spec:1.1
--- /dev/null	Thu Jul 21 18:12:38 2005
+++ SPECS/sysinfo.spec	Thu Jul 21 18:12:32 2005
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+Summary:	Sysinfo - know your computer
+Summary(pl):	Sysinfo - znaj swój komputer
+Name:		sysinfo
+Version:	0.6.1
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://dl.sf.net/gsysinfo/%{name}-%{version}.tar.bz2
+# Source0-md5:	bc4b17c2ce0193f22d41602f6640ed6d
+URL:		http://sysinfo.r8.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gtkmm-devel
+BuildRequires:	libglademm-devel
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sysinfo is a simple GNU/Linux program which can display some
+computer/system information:
+
+- General information: Kernel version, Distribution release,
+  Hostname/domainname, some important software versions,
+- CPU information: Name/vendor, Frequency, L2 Cache,
+  model/family/stepping,
+- Memory information: Total, Free, Cached, Active/inactive, Swap,
+- IDE information: Disks, CD/DVD-roms, Model, Capacity, Cache,
+- Filesystem information: Filesystem disk space usage(mounted
+  partitions),
+- Hardware information: Motherboard chipset, IDE interface, VGA
+  contoller, Multimedia controllers(sound cards), Ethernet cards,
+- USB information: USB controllers,
+- NVIDIA information: Graphic card model, AGP rate, Fast writes/SBA,
+  Driver version,
+- Other information: Sound card details, Input devices, Screen
+  resolution.
+
+%description -l pl
+Sysinfo jest prostym linuksowym programem wyświetlającym informacje o
+komputerze/systemie:
+
+- Ogólne informacje: wersja jądra, wersja dystrybucji, nazwa
+  hosta/domeny, wersje ważniejszych programów,
+- Informacje o procesorze: nazwa/producent, częstotliwość, cache L2,
+  model/rodzina/stepping,
+- Informacje o pamięci: ilość całkowita, wolna, cache,
+  aktywna/nieaktywna, swap.
+- Informacje o IDE: dyski, CD/DVD-romy, modele, pojemności, cache,
+- Informacje o systemach plików: ilość wolnego miejsca,
+- Informacje o sprzęcie: mostek na płycie głównej, interfejs IDE,
+  kontroler VGA, kontrolery multimediów (karty dźwiękowe), karty
+  sieciowe,
+- Informacje o USB: kontrolery USB,
+- Informacje o NVIDII: model karty graficznej, mnożnik AGP, Fast
+  writes/SBA, wersja sterownika,
+- Inne informacje: szczegóły karty dźwiękowej, urządzeń wejścia,
+  rozdzielczość obrazu.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__libtoolize}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/sysinfo
+%{_desktopdir}/*
+%{_pixmapsdir}/sysinfo
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/21 16:12:32  wolf
+- new
+
================================================================



More information about the pld-cvs-commit mailing list