rpms/em8300/F-7 .cvsignore, 1.9, 1.10 em8300.spec, 1.12, 1.13 sources, 1.9, 1.10

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Jul 20 21:03:39 UTC 2007


Author: scop

Update of /cvs/pkgs/rpms/em8300/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16041

Modified Files:
	.cvsignore em8300.spec sources 
Log Message:
* Fri Jul 20 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.16.3-0.1.rc2
- 0.16.3-rc2.

* Wed Jul 11 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.16.3-0.1.rc1
- 0.16.3-rc1, fixes #241041.
- Update icon cache and group handling to current guidelines/drafts.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/em8300/F-7/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	7 May 2007 20:00:32 -0000	1.9
+++ .cvsignore	20 Jul 2007 21:03:07 -0000	1.10
@@ -1 +1 @@
-em8300-nofirmware-0.16.2.tar.gz
+em8300-nofirmware-0.16.3-rc2.tar.bz2


Index: em8300.spec
===================================================================
RCS file: /cvs/pkgs/rpms/em8300/F-7/em8300.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- em8300.spec	7 May 2007 20:00:32 -0000	1.12
+++ em8300.spec	20 Jul 2007 21:03:07 -0000	1.13
@@ -1,12 +1,15 @@
 Name:           em8300
-Version:        0.16.2
-Release:        1%{?dist}
+Version:        0.16.3
+Release:        0.1.rc2%{?dist}
 Summary:        DXR3/Hollywood Plus MPEG decoder card support tools
 
 Group:          Applications/System
 License:        GPL
 URL:            http://dxr3.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/dxr3/%{name}-nofirmware-%{version}.tar.gz
+#Source0:        http://downloads.sourceforge.net/dxr3/%{name}-nofirmware-%{version}.tar.gz
+# Source0 is http://dxr3.sourceforge.net/download/em8300-0.16.3-rc2.tar.gz
+# with modules/em8300.uc removed.
+Source0:        %{name}-nofirmware-%{version}-rc2.tar.bz2
 Source1:        %{name}.console.perms
 Source2:        http://cachalot.mine.nu/src/dxr3/em8300-README-modprobe.conf
 Patch0:         http://cachalot.mine.nu/src/dxr3/em8300-adv7170-wss.patch
@@ -18,7 +21,7 @@
 Requires:       udev
 Requires:       %{_sysconfdir}/alsa/cards
 Requires:       %{_sysconfdir}/security/console.perms.d
-Requires(pre):  %{_sbindir}/groupadd
+Requires(pre):  shadow-utils
 Provides:       em8300-kmod-common = %{version}-%{release}
 
 %description
@@ -43,7 +46,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-rc2
 %patch0
 install -pm 644 %{SOURCE2} README-modprobe.conf
 echo "Icon=redhat-sound_video" >> overlay/dxr3view.desktop
@@ -82,13 +85,21 @@
 
 
 %pre
-%{_sbindir}/groupadd -r video 2>/dev/null || :
+getent group video >/dev/null || groupadd -r video || :
 
 %post
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
+:
 
 %postun
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+    %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
+fi
+:
 
 
 %files
@@ -117,6 +128,13 @@
 
 
 %changelog
+* Fri Jul 20 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.16.3-0.1.rc2
+- 0.16.3-rc2.
+
+* Wed Jul 11 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.16.3-0.1.rc1
+- 0.16.3-rc1, fixes #241041.
+- Update icon cache and group handling to current guidelines/drafts.
+
 * Mon May  7 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.16.2-1
 - 0.16.2.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/em8300/F-7/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	7 May 2007 20:00:32 -0000	1.9
+++ sources	20 Jul 2007 21:03:07 -0000	1.10
@@ -1 +1 @@
-10d38c886280f9e9e2559b6c02922496  em8300-nofirmware-0.16.2.tar.gz
+f3f4073bc176cdc678002e053c357780  em8300-nofirmware-0.16.3-rc2.tar.bz2




More information about the scm-commits mailing list