rpms/desmume/F-17 .cvsignore, 1.10, 1.11 desmume.spec, 1.19, 1.20 sources, 1.10, 1.11

Andrea Musuruane musuruan at rpmfusion.org
Sat May 4 18:59:06 CEST 2013


Author: musuruan

Update of /cvs/free/rpms/desmume/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18168

Modified Files:
	.cvsignore desmume.spec sources 
Log Message:
* Wed May 01 2013 Andrea Musuruane <musuruan at gmail.com> - 0.9.9-1
- Updated to upstream version 0.9.9
- Dropped obsolete Group, Buildroot, %clean and %defattr
- Dropped desktop vendor tag for F19+



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/desmume/F-17/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	27 Apr 2012 13:12:57 -0000	1.10
+++ .cvsignore	4 May 2013 16:59:06 -0000	1.11
@@ -1 +1 @@
-desmume-0.9.8.tar.gz
+desmume-0.9.9.tar.gz


Index: desmume.spec
===================================================================
RCS file: /cvs/free/rpms/desmume/F-17/desmume.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- desmume.spec	27 Apr 2012 13:12:57 -0000	1.19
+++ desmume.spec	4 May 2013 16:59:06 -0000	1.20
@@ -1,15 +1,17 @@
+%if (0%{?fedora} && 0%{?fedora}) < 19
+%global with_desktop_vendor_tag 1
+%endif
+
 Name: desmume
-Version: 0.9.8
+Version: 0.9.9
 Release: 1%{?dist}
 Summary: A Nintendo DS emulator
 
-Group: Applications/Emulators
 License: GPLv2+
 URL: http://desmume.org/
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Do not look into builddir
 Patch0: %{name}-0.9-dontlookinbuilddir.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: gtkglext-devel
 BuildRequires: libglade2-devel
@@ -77,7 +79,9 @@
 
 
 %build
-%configure --enable-openal
+%configure \
+  --enable-openal \
+  --enable-glade
 make %{?_smp_mflags}
 
 
@@ -97,7 +101,9 @@
 mkdir -p %{buildroot}%{_datadir}/applications
 desktop-file-install \
   --delete-original \
+%if %{with_desktop_vendor_tag}
   --vendor dribble \
+%endif
   --remove-key Version \
   --remove-category GNOME \
   --remove-category GTK \
@@ -106,7 +112,9 @@
 
 desktop-file-install \
   --delete-original \
+%if %{with_desktop_vendor_tag}  
   --vendor dribble \
+%endif
   --remove-key Version \
   --remove-category GNOME \
   --remove-category GTK \
@@ -116,10 +124,6 @@
 %find_lang %{name}-glade
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
@@ -151,32 +155,45 @@
 
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/%{name}
 %{_datadir}/icons/hicolor/32x32/apps/DeSmuME.xpm
+%if %{with_desktop_vendor_tag} 
 %{_datadir}/applications/dribble-%{name}.desktop
+%else
+%{_datadir}/applications/%{name}.desktop
+%endif
 %{_mandir}/man1/%{name}.1*
 %doc AUTHORS ChangeLog COPYING README README.LIN
 
 
 %files glade -f %{name}-glade.lang
-%defattr(-,root,root,-)
 %{_bindir}/%{name}-glade
 %{_datadir}/%{name}-glade
 %{_datadir}/icons/hicolor/32x32/apps/DeSmuME-glade.xpm
+%if %{with_desktop_vendor_tag}
 %{_datadir}/applications/dribble-%{name}-glade.desktop
+%else
+%{_datadir}/applications/%{name}-glade.desktop
+%endif
 %{_mandir}/man1/%{name}-glade.1*
 %doc AUTHORS ChangeLog COPYING README README.LIN
 
 
 %files cli
-%defattr(-,root,root,-)
 %{_bindir}/%{name}-cli
 %{_mandir}/man1/%{name}-cli.1*
 %doc AUTHORS ChangeLog COPYING README README.LIN
 
 
 %changelog
+* Wed May 01 2013 Andrea Musuruane <musuruan at gmail.com> - 0.9.9-1
+- Updated to upstream version 0.9.9
+- Dropped obsolete Group, Buildroot, %%clean and %%defattr
+- Dropped desktop vendor tag for F19+
+
+* Sun Mar 03 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.9.8-2
+- Mass rebuilt for Fedora 19 Features
+
 * Thu Apr 26 2012 Andrea Musuruane <musuruan at gmail.com> 0.9.8-1
 - Updated to upstream version 0.9.8
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/desmume/F-17/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	27 Apr 2012 13:12:57 -0000	1.10
+++ sources	4 May 2013 16:59:06 -0000	1.11
@@ -1 +1 @@
-fb7c984c924087888b9eaaad8cb1875e  desmume-0.9.8.tar.gz
+458b5f8b3dbb38a47e6d0518f97aa82a  desmume-0.9.9.tar.gz


More information about the rpmfusion-commits mailing list