]> git.pld-linux.org Git - packages/desmume.git/commitdiff
- up to 0.7.2
authorlisu <lisu@pld-linux.org>
Sat, 4 Aug 2007 12:59:58 +0000 (12:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

Changed files:
    desmume.spec -> 1.5

desmume.spec

index f652c2480148a246af9134464b46ef237b85318b..4eac8f4c18603c5e3cb4c4cae3e1d8f0b350dfdc 100644 (file)
@@ -1,15 +1,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
@@ -25,8 +28,13 @@ demonstracyjne i gry komercyjne.
 
 %prep
 %setup -q
+%patch0 -p1
+dos2unix configure.ac
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -43,3 +51,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/DeSmuME.xpm
This page took 0.084859 seconds and 4 git commands to generate.