rpms/system-config-soundcard/devel system-config-soundcard-2.0.6-review.patch, NONE, 1.1 system-config-soundcard.spec, 1.62, 1.63

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Mon Dec 3 08:41:22 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/system-config-soundcard/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19916

Modified Files:
	system-config-soundcard.spec 
Added Files:
	system-config-soundcard-2.0.6-review.patch 
Log Message:
package review fixes

system-config-soundcard-2.0.6-review.patch:

--- NEW FILE system-config-soundcard-2.0.6-review.patch ---
diff -up system-config-soundcard-2.0.6/src/soundcardBackendKudzu.py.old system-config-soundcard-2.0.6/src/soundcardBackendKudzu.py
--- system-config-soundcard-2.0.6/src/soundcardBackendKudzu.py.old	2006-06-30 14:07:38.000000000 +0200
+++ system-config-soundcard-2.0.6/src/soundcardBackendKudzu.py	2007-12-03 09:41:44.000000000 +0100
@@ -1,3 +1,5 @@
+#!/usr/bin/python2
+
 ## soundcardBackendKudzu.py - Contains the backend code needed for system-config-soundcard
 ## Copyright (C) 2002, 2003 Red Hat, Inc.
 ## Copyright (C) 2002, 2003 Brent Fox <bfox at redhat.com>
diff -up system-config-soundcard-2.0.6/src/soundcardBackendProc.py.old system-config-soundcard-2.0.6/src/soundcardBackendProc.py
--- system-config-soundcard-2.0.6/src/soundcardBackendProc.py.old	2006-11-27 15:05:45.000000000 +0100
+++ system-config-soundcard-2.0.6/src/soundcardBackendProc.py	2007-12-03 09:41:48.000000000 +0100
@@ -1,3 +1,5 @@
+#!/usr/bin/python2
+
 ## soundcardBackendKudzu.py - Contains the backend code needed for system-config-soundcard
 ## Copyright (C) 2002, 2003 Red Hat, Inc.
 ## Copyright (C) 2002, 2003 Brent Fox <bfox at redhat.com>
diff -up system-config-soundcard-2.0.6/src/soundcardBackendHal.py.old system-config-soundcard-2.0.6/src/soundcardBackendHal.py
--- system-config-soundcard-2.0.6/src/soundcardBackendHal.py.old	2007-12-03 09:36:40.000000000 +0100
+++ system-config-soundcard-2.0.6/src/soundcardBackendHal.py	2007-12-03 09:41:40.000000000 +0100
@@ -1,3 +1,5 @@
+#!/usr/bin/python2
+
 ## soundcardBackendKudzu.py - Contains the backend code needed for system-config-soundcard
 ## Copyright (C) 2002, 2003 Red Hat, Inc.
 ## Copyright (C) 2002, 2003 Brent Fox <bfox at redhat.com>
diff -up system-config-soundcard-2.0.6/src/soundcardBackend.py.old system-config-soundcard-2.0.6/src/soundcardBackend.py
--- system-config-soundcard-2.0.6/src/soundcardBackend.py.old	2007-12-03 09:36:40.000000000 +0100
+++ system-config-soundcard-2.0.6/src/soundcardBackend.py	2007-12-03 09:41:36.000000000 +0100
@@ -1,3 +1,5 @@
+#!/usr/bin/python2
+
 ## soundcardBackend.py - Contains the backend code needed for system-config-soundcard
 ## Copyright (C) 2002, 2003 Red Hat, Inc.
 ## Copyright (C) 2002, 2003 Brent Fox <bfox at redhat.com>
diff -up system-config-soundcard-2.0.6/src/soundcard.py.old system-config-soundcard-2.0.6/src/soundcard.py
--- system-config-soundcard-2.0.6/src/soundcard.py.old	2007-12-03 09:36:40.000000000 +0100
+++ system-config-soundcard-2.0.6/src/soundcard.py	2007-12-03 09:41:32.000000000 +0100
@@ -1,3 +1,5 @@
+#!/usr/bin/python2
+
 ## soundcard.py - Contains the UI code needed for system-config-soundcard
 ## Copyright (C) 2002, 2003 Red Hat, Inc.
 ## Copyright (C) 2002, 2003 Brent Fox <bfox at redhat.com>
diff -up system-config-soundcard-2.0.6/src/soundcardBackendSoundCard.py.old system-config-soundcard-2.0.6/src/soundcardBackendSoundCard.py
--- system-config-soundcard-2.0.6/src/soundcardBackendSoundCard.py.old	2006-07-21 09:37:23.000000000 +0200
+++ system-config-soundcard-2.0.6/src/soundcardBackendSoundCard.py	2007-12-03 09:41:52.000000000 +0100
@@ -1,3 +1,5 @@
+#!/usr/bin/python2
+
 ## soundcardBackendSoundCard.py
 ## Copyright (C) 2002, 2003 Red Hat, Inc.
 ## Copyright (C) 2002, 2003 Brent Fox <bfox at redhat.com>


Index: system-config-soundcard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-soundcard/devel/system-config-soundcard.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- system-config-soundcard.spec	10 Oct 2007 14:42:38 -0000	1.62
+++ system-config-soundcard.spec	3 Dec 2007 08:40:46 -0000	1.63
@@ -1,12 +1,12 @@
 Summary: A graphical interface for detecting and configuring soundcards
 Name: system-config-soundcard
 Version: 2.0.6
-Release: 11%{dist}
+Release: 12%{dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/soundcard
 License: GPLv2+
 ExclusiveOS: Linux
 Group: System Environment/Base
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: noarch
 Source0: %{name}-%{version}.tar.bz2
 Patch: system-config-soundcard-2.0.6-dbus.patch
@@ -17,6 +17,7 @@
 Patch5: system-config-soundcard-2.0.6-reset.patch
 Patch6: system-config-soundcard-2.0.6-hwdevice.patch
 Patch7: system-config-soundcard-2.0.6-button-order.patch
+Patch8: system-config-soundcard-2.0.6-review.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext, intltool
 ExcludeArch: s390 s390x
@@ -29,7 +30,7 @@
 Requires: alsa-utils >= 1.0.11
 Requires: alsa-lib
 Requires: pycairo >= 1.2.0
-PreReq: hicolor-icon-theme
+Requires: hicolor-icon-theme
 Requires(post): gtk2
 Requires(postun): gtk2
 
@@ -47,11 +48,13 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 make
 
 %install
+rm -rf $RPM_BUILD_ROOT
 rm -f system-config-soundcard.desktop
 
 make INSTROOT=$RPM_BUILD_ROOT install
@@ -82,12 +85,10 @@
 fi
 
 %files -f %{name}.lang
-%defattr(-,root,root)
-#%doc COPYING
-#%doc doc/*
-/usr/bin/system-config-soundcard
-%dir /usr/share/system-config-soundcard
-/usr/share/system-config-soundcard/*
+%defattr(-,root,root,-)
+%{_bindir}/system-config-soundcard
+%dir %{_datadir}/system-config-soundcard
+%{_datadir}/system-config-soundcard/*
 %attr(0644,root,root) %{_datadir}/applications/system-config-soundcard.desktop
 %attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-soundcard.png
 %attr(0644,root,root) %config /etc/security/console.apps/system-config-soundcard
@@ -96,6 +97,9 @@
 %ghost /root/scsound.log
 
 %changelog
+* Mon Dec 3 2007 Martin Stransky <stransky at redhat.com> - 2.0.6-12
+- package review fixes
+
 * Wed Oct 10 2007 Martin Stransky <stransky at redhat.com> - 2.0.6-11
 - fixed #319151 - Wrong button ordering
 - Updated license tag
@@ -163,7 +167,7 @@
 - uploaded translated package
 
 * Mon Jul 24 2006 Martin Stransky <stransky at redhat.com> 2.0.1-2
-- removed %preun part, it was redundant (#199691, #199838)
+- removed %%preun part, it was redundant (#199691, #199838)
 
 * Fri Jul 21 2006 Martin Stransky <stransky at redhat.com> 2.0.1-1
 - removed ainit parts, sync. with upstream




More information about the fedora-extras-commits mailing list