]> git.pld-linux.org Git - packages/digitemp.git/blob - digitemp.spec
- fix build; txt no longer available
[packages/digitemp.git] / digitemp.spec
1 Summary:        Digital thermometer using DS1820 1-wire sensors
2 Summary(pl.UTF-8):      Termometr cyfrowy używający czujników Dallasa DS1820
3 Name:           digitemp
4 Version:        3.5.0
5 Release:        2
6 License:        GPL v2
7 Group:          Applications/System
8 Source0:        http://www.digitemp.com/software/linux/%{name}-%{version}.tar.gz
9 # Source0-md5:  72bda9c8a66b017aa969c19dedb3225b
10 Source1:        DS9097_Schematic.gif
11 Patch0:         %{name}-opt.patch
12 URL:            http://www.digitemp.com/
13 BuildRequires:  libusb-devel
14 BuildRequires:  lockdev-devel
15 BuildRequires:  rpm-pythonprov
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 DigiTemp is a simple to use interface to the Dallas Semiconductor
20 DS18S20, DS1822, and DS18B20 1-wire digital temperature sensors. You
21 can use DigiTemp in a wide variety of applications, such as heating
22 control, process monitoring, weather station, indor/outdoor
23 temperature logging, etc. It includes a couple of useful Perl, Python
24 and RRD Tool scripts for crating graphs and dynamic signatures.
25
26 %description -l pl.UTF-8
27 DigiTemp jest prostym interfejsem dla cyfrowych 1-przewodowych
28 czujników temperatury: DS18S20, DS1822 i DS18B20 firmy Dallas
29 Semiconductor. DigiTemp może mieć wiele zastosowań, takich jak
30 kontrola ogrzewania, monitorowanie procesów, stacje meteorologiczne,
31 wewnętrzne/zewnętrzne monitorowanie temperatury. Pakiet zawiera kilka
32 użytecznych skryptów Perla, Pytona i RRD do tworzenia wykresów i
33 dynamicznych wpisów.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38
39 install %{SOURCE1} .
40
41 %build
42 %{__make} ds9097 ds9097u ds2490 \
43         CC="%{__cc}" \
44         OPT="%{rpmcflags}"
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name}-%{version},%{_mandir}/man1}
49
50 install digitemp_DS* $RPM_BUILD_ROOT%{_bindir}
51 install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
52 cp -rf perl python rrdb $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc CREDITS DS9097_S* FAQ README TODO
60 %attr(755,root,root) %{_bindir}/*
61 %{_examplesdir}/%{name}-%{version}
62 %{_mandir}/man1/*
This page took 0.092997 seconds and 3 git commands to generate.