SPECS: uae.spec - updated to 0.8.25 - use alsa as sound output - a...

sparky sparky at pld-linux.org
Mon Sep 5 16:09:29 CEST 2005


Author: sparky                       Date: Mon Sep  5 14:09:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.8.25
- use alsa as sound output
- added desktop file

---- Files affected:
SPECS:
   uae.spec (1.22 -> 1.23) 

---- Diffs:

================================================================
Index: SPECS/uae.spec
diff -u SPECS/uae.spec:1.22 SPECS/uae.spec:1.23
--- SPECS/uae.spec:1.22	Thu Feb 24 20:53:02 2005
+++ SPECS/uae.spec	Mon Sep  5 16:09:24 2005
@@ -2,15 +2,17 @@
 Summary:	Unix Amiga Emulator
 Summary(pl):	Uniksowy Emulator Amigi
 Name:		uae
-Version:	0.8.22
-Release:	3
+Version:	0.8.25
+Release:	1
 License:	GPL
 Group:		Applications/Emulators
 Source0:	ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/%{name}-%{version}.tar.gz
-# Source0-md5:	f3d1d0fabf6fa626dc531687cb2bb94d
+# Source0-md5:	e660ca2bec3c016c978ef88117b0c432
+Source1:	%{name}.desktop
+Source2:	%{name}.png
 Patch0:		%{name}-ac_fixes.patch
-Patch1:		%{name}-cpuO0.patch
 URL:		http://www.freiburg.linux.de/~uae/
+BuildRequires:	alsa-lib-devel
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	gtk+-devel
@@ -37,7 +39,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -45,19 +46,28 @@
 %{__autoconf}
 %{__automake} || :
 %configure \
-	--with-x \
-	--enable-sound \
-	--enable-dga \
-	--enable-vidmode \
-	--enable-ui \
-	--enable-threads
+	--enable-dga		\
+	--enable-vidmode	\
+	--enable-ui		\
+	--enable-threads	\
+	--disable-file-sound	\
+	--with-x		\
+	--without-svgalib	\
+	--without-sdl		\
+	--without-sdl-sound	\
+	--without-sdl-gfx	\
+	--with-alsa		\
+	--without-asciiart
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir}}
 
 install readdisk uae $RPM_BUILD_ROOT%{_bindir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +77,8 @@
 %doc docs/{COMPATIBILITY,CREDITS,FAQ,NEWS,README}
 %attr(755,root,root) %{_bindir}/readdisk
 %attr(755,root,root) %{_bindir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -74,6 +86,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2005/09/05 14:09:24  sparky
+- updated to 0.8.25
+- use alsa as sound output
+- added desktop file
+
 Revision 1.22  2005/02/24 19:53:02  darekr
 - simplified %%install a bit, use macro
 
@@ -96,7 +113,7 @@
 - massive attack s/pld.org.pl/pld-linux.org/
 
 Revision 1.15  2003/03/29 15:20:50  adasi
- - added uae-cpuO0.patch
+- added uae-cpuO0.patch
 
 Revision 1.14  2003/02/15 23:02:07  misi3k
 - updated to 0.8.22
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/uae.spec?r1=1.22&r2=1.23&f=u




More information about the pld-cvs-commit mailing list