rpms/digitemp/devel digitemp.spec,1.6,1.7

Robert Scheck robert at fedoraproject.org
Thu Aug 13 20:50:32 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/digitemp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6396

Modified Files:
	digitemp.spec 
Log Message:
Run 'make clean' after each make for working USB (#517284)



Index: digitemp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/digitemp/devel/digitemp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- digitemp.spec	24 Jul 2009 20:16:55 -0000	1.6
+++ digitemp.spec	13 Aug 2009 20:50:30 -0000	1.7
@@ -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 <robert at fedoraproject.org> 3.6.0-4
+- Run 'make clean' after each make for working USB (#517284)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list