rpms/em8300/F-10 .cvsignore, 1.19, 1.20 em8300.spec, 1.25, 1.26 sources, 1.19, 1.20

Felix Kaechele heffer at fedoraproject.org
Thu Jul 16 19:16:47 UTC 2009


Author: heffer

Update of /cvs/pkgs/rpms/em8300/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17470

Modified Files:
	.cvsignore em8300.spec sources 
Log Message:
* Thu Jul 16 2009 Felix Kaechele <heffer at fedoraproject.org> - 0.17.3-1
- new upstream version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/em8300/F-10/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- .cvsignore	9 Nov 2008 20:28:52 -0000	1.19
+++ .cvsignore	16 Jul 2009 19:16:47 -0000	1.20
@@ -1 +1 @@
-em8300-nofirmware-0.17.2.tar.gz
+em8300-nofirmware-0.17.3.tar.gz


Index: em8300.spec
===================================================================
RCS file: /cvs/pkgs/rpms/em8300/F-10/em8300.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- em8300.spec	9 Nov 2008 20:28:53 -0000	1.25
+++ em8300.spec	16 Jul 2009 19:16:47 -0000	1.26
@@ -1,7 +1,8 @@
-#define prever  rc1
+%global rpmver  %(v=$(rpmbuild --version | sed -e 's/.* //') ; echo ${v:-0})
+#global prever  rc1
 
 Name:           em8300
-Version:        0.17.2
+Version:        0.17.3
 Release:        1%{?prever:.%{prever}}%{?dist}
 Summary:        DXR3/Hollywood Plus MPEG decoder card support tools
 
@@ -39,6 +40,9 @@ Requires:       %{name} = %{version}-%{r
 %package        devel
 Summary:        Development files for DXR3/Hollywood Plus MPEG decoder cards
 Group:          Development/Libraries
+%if "%{rpmver}" >= "4.6.0"
+BuildArch:      noarch
+%endif
 # Does not require main package on purpose: #189400
 Requires:       kernel-headers
 
@@ -99,19 +103,17 @@ rm -rf $RPM_BUILD_ROOT
 %pre
 getent group video >/dev/null || groupadd -r video || :
 
-%post
-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
-:
+%post utils
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
-%postun
-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
+%postun utils
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
-:
+
+%posttrans utils
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files -f %{name}.files
@@ -139,6 +141,16 @@ fi
 
 
 %changelog
+* Thu Jul 16 2009 Felix Kaechele <heffer at fedoraproject.org> - 0.17.3-1
+- new upstream version
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Fri Feb 20 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.17.2-2
+- Improve icon cache refresh scriptlets, move them to -utils where they belong.
+- Make -devel subpackage noarch when built with rpmbuild >= 4.6.0.
+
 * Sun Nov 09 2008 Felix Kaechele <felix at fetzig dot org> - 0.17.2-1
 - 0.17.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/em8300/F-10/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources	9 Nov 2008 20:28:53 -0000	1.19
+++ sources	16 Jul 2009 19:16:47 -0000	1.20
@@ -1 +1 @@
-8796a6ea10bca6a150735a773b554e98  em8300-nofirmware-0.17.2.tar.gz
+6332ddd72e95b15546d1b57b1d21856a  em8300-nofirmware-0.17.3.tar.gz




More information about the fedora-extras-commits mailing list