Author: lisu Date: Wed Mar 23 12:05:32 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.3 - drop unsupported ./configure options - drop missing doc files - drop obsoleted __rm - sorted BRs
---- Files affected: packages/vice: vice.spec (1.60 -> 1.61) ---- Diffs: ================================================================ Index: packages/vice/vice.spec diff -u packages/vice/vice.spec:1.60 packages/vice/vice.spec:1.61 --- packages/vice/vice.spec:1.60 Mon Feb 21 19:12:41 2011 +++ packages/vice/vice.spec Wed Mar 23 13:05:26 2011 @@ -1,18 +1,17 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_with esd # EsounD support %bcond_without pulseaudio # pulseaudio support # Summary: Versatile Commodore Emulator Summary(pl.UTF-8): Uniwersalny emulator Commodore Name: vice -Version: 2.2 -Release: 2 +Version: 2.3 +Release: 1 License: GPL v2+ Group: Applications/Emulators Source0: http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/%{name}-%{version}.tar.gz -# Source0-md5: 6737f540806205384e9129026898b0a1 +# Source0-md5: b48d137874daad50c087a0686cbdde34 Source1: %{name}-c128.desktop Source2: %{name}-c64.desktop Source3: %{name}-cbm2.desktop @@ -31,9 +30,8 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: bison -%{?with_esd:BuildRequires: esound-devel} -BuildRequires: flex BuildRequires: ffmpeg-devel +BuildRequires: flex BuildRequires: gettext-devel BuildRequires: giflib-devel BuildRequires: gtk+2-devel >= 1:2.0 @@ -92,15 +90,12 @@ cd ../.. %configure \ --libdir=%{_datadir} \ - --enable-autobpp \ --enable-fullscreen \ --enable-gnomeui \ --enable-nls \ %{?with_pulseaudio:--with-pulse} \ - --with-sdl \ + --with-sdlsound \ --with-x \ - %{!?with_esd:--without-esd} \ - --without-included-gettext \ --without-xaw3d # contains some C++ code included as "old" library (.a), so libtool can't detect it @@ -116,7 +111,6 @@ DESTDIR=$RPM_BUILD_ROOT \ VICEDIR="%{_datadir}/%{name}" -%{__rm} doc/html/{Makefile*,texi2html} %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/vice/doc # ? #ln -sf %{_docdir}/%{name}-%{version}/html $RPM_BUILD_ROOT%{_datadir}/vice/doc @@ -154,7 +148,7 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS ChangeLog FEEDBACK NEWS README doc/iec-bus.txt doc/mon.txt doc/html +%doc AUTHORS ChangeLog FEEDBACK NEWS README doc/iec-bus.txt doc/html %attr(755,root,root) %{_bindir}/c1541 %attr(755,root,root) %{_bindir}/cartconv %attr(755,root,root) %{_bindir}/petcat @@ -162,6 +156,7 @@ %attr(755,root,root) %{_bindir}/x128 %attr(755,root,root) %{_bindir}/x64 %attr(755,root,root) %{_bindir}/x64dtv +%attr(755,root,root) %{_bindir}/x64sc %attr(755,root,root) %{_bindir}/xcbm2 %attr(755,root,root) %{_bindir}/xpet %attr(755,root,root) %{_bindir}/xplus4 @@ -188,6 +183,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.61 2011/03/23 12:05:26 lisu +- updated to 2.3 +- drop unsupported ./configure options +- drop missing doc files +- drop obsoleted __rm +- sorted BRs + Revision 1.60 2011/02/21 18:12:41 qboosh - added fonts patch to avoid installing fonts in builder's home - added link patch to avoid -lnsl -lbsd and other junk ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vice/vice.spec?r1=1.60&r2=1.61&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
