SPECS: desmume.spec - up to 0.7.2 - Group changed to Applications/...
lisu
lisu at pld-linux.org
Sat Aug 4 15:00:03 CEST 2007
Author: lisu Date: Sat Aug 4 13:00:03 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.7.2
- Group changed to Applications/Emulators
- BRs: dos2unix, gtkglext-devel
- use dos2unix converter on configure.ac file - it was in CR/LF format and didn't work
- use auto tools
- include desktop and icon
---- Files affected:
SPECS:
desmume.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/desmume.spec
diff -u SPECS/desmume.spec:1.4 SPECS/desmume.spec:1.5
--- SPECS/desmume.spec:1.4 Sun Jun 24 18:45:40 2007
+++ SPECS/desmume.spec Sat Aug 4 14:59:58 2007
@@ -2,15 +2,18 @@
Summary: Nintendo DS emulator
Summary(pl.UTF-8): Emulator Nintendo DS
Name: desmume
-Version: 0.6.0
+Version: 0.7.2
Release: 1
License: GPL v2+
-Group: X11/Applications/Games
+Group: Applications/Emulators
Source0: http://dl.sourceforge.net/desmume/%{name}-%{version}.tar.gz
-# Source0-md5: 48f192b8839affc03b2b28e5eb509984
+# Source0-md5: 9168c8b3bf88a87342cfbf8a4e602f82
+Patch0: %{name}-desktop.patch
URL: http://desmume.org/
BuildRequires: SDL-devel
+BuildRequires: dos2unix
BuildRequires: gtk+2-devel >= 1:2.0
+BuildRequires: gtkglext-devel
BuildRequires: libglade2-devel >= 2.0
BuildRequires: pkgconfig
BuildRequires: zlib-devel
@@ -26,8 +29,13 @@
%prep
%setup -q
+%patch0 -p1
+dos2unix configure.ac
%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
%{__make}
@@ -44,6 +52,8 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/DeSmuME.xpm
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -51,6 +61,14 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2007/08/04 12:59:58 lisu
+- up to 0.7.2
+- Group changed to Applications/Emulators
+- BRs: dos2unix, gtkglext-devel
+- use dos2unix converter on configure.ac file - it was in CR/LF format and didn't work
+- use auto tools
+- include desktop and icon
+
Revision 1.4 2007/06/24 16:45:40 qboosh
- revised BRs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/desmume.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list