File project.diff of Package QtDMM
--- QtDMM.changes.orig
+++ QtDMM.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Sat Sep 17 10:16:08 UTC 2011 - jengelh@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------
Fri Jul 18 12:03:53 CEST 2008 - hmacht@suse.de
- remove QtDMM-vc940.patch and QtDMM-fix-includes.patch
--- QtDMM.spec.orig
+++ QtDMM.spec
@@ -1,7 +1,7 @@
#
-# spec file for package QtDMM (Version 0.8.12)
+# spec file for package QtDMM
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: QtDMM
@@ -41,22 +40,13 @@ multimeter, which use a 14-byte protocol
been added. For more information about the currently supported DMMs,
refer to the preset table.
-
-
-Authors:
---------
- Matthias Toussaint
- Dr. Ralf Wieland (PeakTech-451)
- Michael Petruzelka (Voltcraft M-4660)
- Hubert Mayer (PeakTech-4390, Metex M3850M)
-
%prep
%setup
%build
export PATH=$PATH:%_libdir/qt3/bin
./configure
-make
+make %{?_smp_mflags}
%install
make DESTDIR=$RPM_BUILD_ROOT install
@@ -65,55 +55,9 @@ install bin/qtdmm $RPM_BUILD_ROOT%_bindi
install -d $RPM_BUILD_ROOT%_docdir/%{name}
install README $RPM_BUILD_ROOT%_docdir/%{name}/README
-%clean
-
%files
%defattr(-,root,root)
%_bindir/qtdmm
%_docdir/%{name}
%changelog
-* Fri Jul 18 2008 hmacht@suse.de
-- remove QtDMM-vc940.patch and QtDMM-fix-includes.patch
-- update to 0.8.12:
- Version 0.8.12
- - Added PeakTech 4015A (Jochen Puchalla)
- - Added Tenma 72-7745 (Laurent Perez)
- - Bugfix McVoice M-980T (Erik Hobel)
- - Added Digitech QM1462 (Peter Halasz)
- - Added Digitek INO2513
- - Added Raio Shack 22-812 (Bruce Lilly)
- - Corrected typo in dmmgraph (Erik Hobel)
- Version 0.8.11
- - Mac OS X port
- Version 0.8.10
- - Added Sinometer MAS-343
- - Adedd PeakTech 3330
- - Bugfix in VC820 protocoll
- - Added Voltrcaft VC940
- - Added Digitech QM1537
- - Added Uni-Trend UT30A and UT30E
- - Added Digitek DT-9062
- - Confirmation Voltcraft M-3860
- - Added PeakTech 4360
- Version 0.8.9
- - Added Voltcraft M-3610D
- - Added Iso-Tech IDM 73
-* Tue Oct 23 2007 hmacht@suse.de
-- add QtDMM-fix-includes.patch to fix errors due to gcc4.3
-* Mon Jul 02 2007 ckornacker@suse.de
-- added VC940 support
-* Fri Mar 30 2007 trenn@suse.de
-- updated to version 0.8.8
- changelog copied from the project site:
-- gcc 4.1 compatibility
-- Added Digitech QM1538, MASTECH MAS-345, M-345pro, Voltcraft M-4650CR
-- Context menu for graph
-- Improved import
-* Wed Jan 25 2006 mls@suse.de
-- converted neededforbuild to BuildRequires
-* Fri Jan 13 2006 hmacht@suse.de
-- update to version 0.8.7
-- fix extra qualification in header file
-* Mon Oct 17 2005 hmacht@suse.de
-- created new package