[svn] r4855 - in trunk/rpms: ipw3945d ogmrip snes9express

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Tue Oct 24 17:06:08 CEST 2006


Author: thias
Date: 2006-10-24 17:06:06 +0200 (Tue, 24 Oct 2006)
New Revision: 4855

Modified:
   trunk/rpms/ipw3945d/ipw3945d.spec
   trunk/rpms/ogmrip/ogmrip.spec
   trunk/rpms/snes9express/snes9express.spec
Log:
Minor fixes.


Modified: trunk/rpms/ipw3945d/ipw3945d.spec
===================================================================
--- trunk/rpms/ipw3945d/ipw3945d.spec	2006-10-24 14:27:03 UTC (rev 4854)
+++ trunk/rpms/ipw3945d/ipw3945d.spec	2006-10-24 15:06:06 UTC (rev 4855)
@@ -9,7 +9,7 @@
 Summary: Regulatory Daemon for Intel® PRO/Wireless 3945 network adaptors
 Name: ipw3945d
 Version: 1.7.22
-Release: 2
+Release: 3
 License: Distributable
 Group: System Environment/Kernel
 URL: http://bughost.org/ipw3945/
@@ -54,6 +54,7 @@
 if [ $1 -eq 0 ]; then
     /sbin/service ipw3945d stop &>/dev/null || :
     /sbin/chkconfig --del ipw3945d
+fi
 
 %postun
 if [ $1 -ge 1 ]; then
@@ -73,6 +74,9 @@
 
 
 %changelog
+* Tue Oct 24 2006 Matthias Saou <http://freshrpms.net/> 1.7.22-3
+- Fix preun scriplet (missing "fi", doh!).
+
 * Mon Oct 23 2006 Matthias Saou <http://freshrpms.net/> 1.7.22-2
 - Include init script, thanks to Stefan Becker.
 

Modified: trunk/rpms/ogmrip/ogmrip.spec
===================================================================
--- trunk/rpms/ogmrip/ogmrip.spec	2006-10-24 14:27:03 UTC (rev 4854)
+++ trunk/rpms/ogmrip/ogmrip.spec	2006-10-24 15:06:06 UTC (rev 4855)
@@ -17,10 +17,10 @@
 Buildrequires: gettext-devel, intltool
 # Not technically build required, but configure checks for it...
 Buildrequires: mplayer, mencoder, ogmtools, vorbis-tools, theora-tools
-BuildRequires: mkvtoolnix
+BuildRequires: mkvtoolnix, lame
 # Now, all the same as runtime requirements
 Requires: mplayer, mencoder, ogmtools, vorbis-tools, theora-tools
-Requires: mkvtoolnix
+Requires: mkvtoolnix, lame
 # We should normally provide the built srttool program, but it conflicts
 Requires: subtitleripper
 Requires(post): GConf2

Modified: trunk/rpms/snes9express/snes9express.spec
===================================================================
--- trunk/rpms/snes9express/snes9express.spec	2006-10-24 14:27:03 UTC (rev 4854)
+++ trunk/rpms/snes9express/snes9express.spec	2006-10-24 15:06:06 UTC (rev 4855)
@@ -12,7 +12,7 @@
 Summary: Graphical front-end to snes9x, the SNES emulator
 Name: snes9express
 Version: 1.42
-Release: 2
+Release: 3
 License: GPL
 Group: Applications/Emulators
 URL: http://www.linuxgames.com/snes9express/
@@ -21,6 +21,7 @@
 Patch0: snes9express-1.42-errno.patch
 Patch1: snes9express-1.42-gcc41.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Requires: snes9x
 BuildRequires: gcc-c++, gtk2-devel
 %{!?_without_freedesktop:BuildRequires: desktop-file-utils}
 
@@ -93,6 +94,9 @@
 
 
 %changelog
+* Sun Oct 22 2006 Matthias Saou <http://freshrpms.net/> 1.42-3
+- Explicitly require snes9x, since not having it doesn't really make sense...
+
 * Mon Sep  4 2006 Matthias Saou <http://freshrpms.net/> 1.42-2
 - Add gcc41 patch from Gentoo.
 



More information about the svn-commits mailing list