~ubuntu-branches/debian/jessie/digitemp/jessie

« back to all changes in this revision

Viewing changes to digitemp_9097u.spec

  • Committer: Bazaar Package Importer
  • Author(s): Jesus Roncero
  • Date: 2004-09-01 01:34:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040901013437-eicsrrd40dr371u0
Tags: upstream-3.3.2
ImportĀ upstreamĀ versionĀ 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Summary: DigiTemp, a one-wire LAN temperature sensor reader
 
2
Name: digitemp
 
3
Version: 3.3.2
 
4
Release: 1_ds9097u
 
5
Copyright: GPL
 
6
Group: Applications/System
 
7
Source: http://www.brianlane.com/linux/digitemp-3.3.2.tar.gz
 
8
URL: http://www.brianlane.com/digitemp.php
 
9
Packager: bcl@brianlane.com
 
10
Prefix: /usr/local
 
11
Buildroot: /var/tmp/%{name}-buildroot
 
12
 
 
13
%description
 
14
DigiTemp is a console application for reading Dallas Semiconductor 1-wire
 
15
network temperature sensors. It supports the DS18S20, DS18B20, DS1822.
 
16
It requires a serial port and a DS9097U adapter. It includes perl scripts
 
17
for logging using RRDB and MySQL, as well as a NetSaint/Nagios plugin and
 
18
graph generating scripts using RRDB.
 
19
 
 
20
Release 3.x.x introduces compile time support for DS9097 passive adapters.
 
21
Version 3.3.0 introduces support for DS2438 battery monitor, and AAG TAI-8540
 
22
humidity sensor module.
 
23
 
 
24
This RPM package has been compiled for the DS9097-U 1-wire adapter.
 
25
%prep
 
26
%setup
 
27
 
 
28
%build
 
29
make ds9097u
 
30
 
 
31
%install
 
32
install -d -m 755 $RPM_BUILD_ROOT/usr/local/bin/
 
33
install -s -g lock -m 2755 digitemp_DS9097U $RPM_BUILD_ROOT/usr/local/bin/
 
34
install -d -m 755 $RPM_BUILD_ROOT/usr/local/man/man1/
 
35
install -s -m 644 digitemp.1 $RPM_BUILD_ROOT/usr/local/man/man1/
 
36
 
 
37
%files
 
38
%doc COPYRIGHT COPYING FAQ README ChangeLog CREDITS
 
39
/usr/local/man/man1/digitemp.1
 
40
/usr/local/bin/digitemp_DS9097U