rpms/stella/F-15 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 stella.spec, 1.12, 1.13

Hans de Goede jwrdegoede at rpmfusion.org
Wed Jul 20 20:25:37 CEST 2011


Author: jwrdegoede

Update of /cvs/free/rpms/stella/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26745

Modified Files:
	.cvsignore sources stella.spec 
Log Message:
* Wed Jul 20 2011 Hans de Goede <j.w.r.degoede at gmail.com> - 3.4.1-1
- New upstream release 3.4.1





Index: sources
===================================================================
RCS file: /cvs/free/rpms/stella/F-15/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	9 Sep 2010 21:30:02 -0000	1.10
+++ sources	20 Jul 2011 18:25:37 -0000	1.11
@@ -1 +1 @@
-1140161ada1ddc099dedf054e05a081d  stella-3.2.1-src.tar.gz
+f0e3af3d860e5e299683302108179b92  stella-3.4.1-src.tar.gz


Index: stella.spec
===================================================================
RCS file: /cvs/free/rpms/stella/F-15/stella.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- stella.spec	14 Oct 2010 22:09:38 -0000	1.12
+++ stella.spec	20 Jul 2011 18:25:37 -0000	1.13
@@ -1,12 +1,11 @@
 Name:           stella
-Version:        3.2.1
-Release:        2%{?dist}
+Version:        3.4.1
+Release:        1%{?dist}
 License:        GPLv2+
 Summary:        Atari 2600 Video Computer System emulator
 Group:          Applications/Emulators
 URL:            http://stella.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL-devel libpng-devel desktop-file-utils
 %ifarch %{ix86}
 BuildRequires:  nasm
@@ -35,7 +34,6 @@
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT DOCDIR=%{_datadir}/doc/%{name}-%{version}
 # remove icon from pre fdo locations
 rm $RPM_BUILD_ROOT%{_datadir}/icons/{mini,large,}/%{name}.png
@@ -52,22 +50,18 @@
   $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
 
 %files
 %defattr(-,root,root,-)
@@ -78,6 +72,9 @@
 
 
 %changelog
+* Wed Jul 20 2011 Hans de Goede <j.w.r.degoede at gmail.com> - 3.4.1-1
+- New upstream release 3.4.1
+
 * Fri Oct 15 2010 Nicolas Chauvet <kwizart at gmail.com> - 3.2.1-2
 - Rebuilt for gcc bug
 



More information about the rpmfusion-commits mailing list