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