SPECS: xsensors.spec (NEW) - new by Piotr Grymkowski <carnage2 at ...

megabajt megabajt at pld-linux.org
Mon Nov 13 19:24:48 CET 2006


Author: megabajt                     Date: Mon Nov 13 18:24:48 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new by Piotr Grymkowski <carnage2 at go2.pl>

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

---- Diffs:

================================================================
Index: SPECS/xsensors.spec
diff -u /dev/null SPECS/xsensors.spec:1.1
--- /dev/null	Mon Nov 13 19:24:48 2006
+++ SPECS/xsensors.spec	Mon Nov 13 19:24:43 2006
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:	Display all related information from motherboard sensors
+Summary(pl):	Program, który wyświetla informacje z czujników płyty głównej
+Name:		xsensors
+Version:	0.50
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://www.linuxhardware.org/xsensors/%{name}-%{version}.tar.gz
+# Source0-md5:	3c80057bf8cc2d2f9803a496e7bc6e78
+URL:		http://www.linuxhardware.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gtk+2-devel >= 2:2.6.0
+BuildRequires:	libtool
+BuildRequires:	lm_sensors-devel >= 2.9.1
+BuildRequires:	pkgconfig
+Requires:	lm_sensors >= 2.9.1
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Xsensors is a GTK+2 program designed to display all the related
+information from motherboard sensors.
+
+%description -l pl
+Jest to program napisany przy użyciu GTK+2 służący do wyświetlania
+informacji na temat stanu płyty głownej.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__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 README TODO
+%attr(755,root,root) %{_bindir}/xsensors
+%dir %{_pixmapsdir}/xsensors
+%{_pixmapsdir}/xsensors/*.xpm
+
+%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  2006/11/13 18:24:43  megabajt
+- new by Piotr Grymkowski <carnage2 at go2.pl>
+
================================================================


More information about the pld-cvs-commit mailing list