]> git.pld-linux.org Git - packages/digitemp.git/blob - digitemp.spec
- pl cosmetics
[packages/digitemp.git] / digitemp.spec
1 Summary:        Digital thermometer using DS1820 1-wire sensors
2 Summary(pl):    Termometr cyfrowy u¿ywaj±cy czujników Dallasa DS1820
3 Name:           digitemp
4 Version:        3.1.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://www.brianlane.com/linux/%{name}-%{version}.tar.gz
9 Source1:        http://www.brianlane.com/linux/dthowto.txt
10 URL:            http://www.brianlane.com/digitemp.php
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 DigiTemp is a simple to use interface to the Dallas Semiconductor
15 DS18S20, DS1822, and DS18B20 1-wire digital temperature sensors. You
16 can use DigiTemp in a wide variety of applications, such as heating
17 control, process monitoring, weather station, indor/outdoor
18 temperature logging, etc. It includes a couple of useful Perl, Python
19 and RRD Tool scripts for crating graphs and dynamic signatures.
20
21 This package has been compiled for the DS9097 passive 1-wire adapter.
22
23 %description -l pl
24 DigiTemp jest prostym interfejsem dla cyfrowych 1-przewodowych
25 czujników temperatury: DS18S20, DS1822 i DS18B20 firmy Dallas
26 Semiconductor. DigiTemp mo¿e mieæ wiele zastosowañ, takich jak
27 kontrola ogrzewania, monitorowanie procesów, stacje metorologiczne,
28 wewnêtrzne/zewnêtrzne monitorowanie temperatury. Pakiet zawiera kilka
29 u¿ytecznych skryptów Perla, Pytona i RRD do tworzenia wykresów i
30 dynamicznych wpisów.
31
32 Ten pakiet zosta³ skompilowany dla pasywnego 1-przewodowego
33 przetwornika DS9097.
34
35 %prep
36 %setup -q
37
38 cp %{SOURCE1} .
39
40 %build
41 %{__make} ds9097
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{_bindir}
46
47 install digitemp $RPM_BUILD_ROOT%{_bindir}/digitemp
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README TODO FAQ perl python rrdb dthowto.txt
55 %attr(755,root,root) %{_bindir}/digitemp
This page took 0.068905 seconds and 3 git commands to generate.