From 48c3797bae12d534b35207905c67df7845b6f9fd Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Aug 13 2009 20:50:30 +0000 Subject: Run 'make clean' after each make for working USB (#517284) --- diff --git a/digitemp.spec b/digitemp.spec index 60f4880..cfa85ac 100644 --- a/digitemp.spec +++ b/digitemp.spec @@ -3,7 +3,7 @@ Summary: Dallas Semiconductor 1-wire device reading console application Name: digitemp Version: 3.6.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.digitemp.com/ @@ -32,8 +32,10 @@ cp -pf %{SOURCE1} %{SOURCE2} . %build make ds9097 %{?_smp_mflags} +make clean make ds9097u %{?_smp_mflags} %if %{with_libusb} +make clean make ds2490 %{?_smp_mflags} %endif @@ -61,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/%{name}.* %changelog +* Thu Aug 13 2009 Robert Scheck 3.6.0-4 +- Run 'make clean' after each make for working USB (#517284) + * Fri Jul 24 2009 Fedora Release Engineering - 3.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild