]> git.pld-linux.org Git - packages/digitemp.git/blobdiff - digitemp.spec
- schematic of DS9097 pasive 1-wire adapter for digitemp
[packages/digitemp.git] / digitemp.spec
index 169f1ec1890de78d4d9eaca27dbb21df571bac2a..6e3b3df3ad1b3c38604d3a97ba748f50c395aa63 100644 (file)
@@ -1,13 +1,19 @@
 Summary:       Digital thermometer using DS1820 1-wire sensors
 Summary(pl):   Termometr cyfrowy u¿ywaj±cy czujników Dallasa DS1820
 Name:          digitemp
-Version:       3.1.0
-Release:       1
-License:       GPL
+Version:       3.3.2
+Release:       3
+License:       GPL v2
 Group:         Applications/System
-Source0:       http://www.brianlane.com/linux/%{name}-%{version}.tar.gz
+Source0:       http://www.digitemp.com/software/linux/%{name}-%{version}.tar.gz
+# Source0-md5: 0b6cfb36d198767836de54d9fb11bbdb
 Source1:       http://www.brianlane.com/linux/dthowto.txt
-URL:           http://www.brianlane.com/digitemp.php
+# Source1-md5: 31f67f7dba103988d10478566599cb3e
+Source2:       DS9097_Schematic.gif
+Patch0:                %{name}-opt.patch
+URL:           http://www.digitemp.com/
+BuildRequires:  libusb-devel
+BuildRequires: lockdev-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -18,8 +24,6 @@ control, process monitoring, weather station, indor/outdoor
 temperature logging, etc. It includes a couple of useful Perl, Python
 and RRD Tool scripts for crating graphs and dynamic signatures.
 
-This package has been compiled for the DS9097 passive 1-wire adapter.
-
 %description -l pl
 DigiTemp jest prostym interfejsem dla cyfrowych 1-przewodowych
 czujników temperatury: DS18S20, DS1822 i DS18B20 firmy Dallas
@@ -29,27 +33,32 @@ wewn
 u¿ytecznych skryptów Perla, Pytona i RRD do tworzenia wykresów i
 dynamicznych wpisów.
 
-Ten pakiet zosta³ skompilowany dla pasywnego 1-przewodowego
-przetwornika DS9097.
-
 %prep
 %setup -q
+%patch0 -p1
 
-cp %{SOURCE1} .
+cp %{SOURCE1} %{SOURCE2} .
 
 %build
+export OPT="%{rpmcflags}"
 %{__make} ds9097
+%{__make} ds9097u
+%{__make} ds2490 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name}-%{version},%{_mandir}/man1}
 
-install digitemp $RPM_BUILD_ROOT%{_bindir}/digitemp
+install digitemp_DS* $RPM_BUILD_ROOT%{_bindir}
+install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
+cp -rf perl python rrdb $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README TODO FAQ perl python rrdb dthowto.txt
-%attr(755,root,root) %{_bindir}/digitemp
+%doc CREDITS DS9097_S* FAQ README TODO dthowto.txt
+%attr(755,root,root) %{_bindir}/*
+%{_examplesdir}/%{name}-%{version}
+%{_mandir}/man1/*
This page took 0.058916 seconds and 4 git commands to generate.