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