summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjuandon2002-03-17 06:47:55 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit6e6c6ef481dec1fcaa00ee9a5f0d48192e46a6e7 (patch)
tree207f8d1327199fc370ebe842f216112fa6df8dc1
parent902e8ee6e6f3aa14471bb406ad90f2b545f53ac4 (diff)
downloadspectemu-6e6c6ef481dec1fcaa00ee9a5f0d48192e46a6e7.zip
spectemu-6e6c6ef481dec1fcaa00ee9a5f0d48192e46a6e7.tar.gz
- added readline.patchspectemu-0_95_3-5
- added readline-devel to BR: - Obsoletes: spectemu - moved man-pages to common - Release 5 STBR Changed files: spectemu.spec -> 1.13
-rw-r--r--spectemu.spec14
1 files changed, 8 insertions, 6 deletions
diff --git a/spectemu.spec b/spectemu.spec
index 91b1b00..d782f34 100644
--- a/spectemu.spec
+++ b/spectemu.spec
@@ -2,16 +2,18 @@ Summary: Sinclair ZX Spectrum emulator
Summary(pl): Emulator ZX Spectrum 48k
Name: spectemu
Version: 0.95.3
-Release: 4
+Release: 5
License: GPL
Group: Applications/Emulators
Source0: http://www.inf.bme.hu/~mszeredi/spectemu/%{name}-%{version}.tar.gz
Source1: %{name}-pl-man-pages.tar.gz
Source2: %{name}.desktop
Source3: %{name}.png
+Patch0: %{name}-readline.patch
URL: http://www.inf.bme.hu/~mszeredi/spectemu/
BuildRequires: svgalib-devel
BuildRequires: XFree86-devel
+BuildRequires: readline-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _xbindir /usr/X11R6/bin
@@ -31,6 +33,7 @@ generowanie obrazu i dźwięku, ma możliwość wczytywania i nagrywania
Summary: Sinclair ZX Spectrum emulator - common part
Summary(pl): Emulator ZX Spectrum 48k - część wspólna
Group: Applications/Emulators
+Obsoletes: spectemu
%description common
This package contains a 48k ZX-Spectrum emulator for Linux, with full
@@ -73,6 +76,7 @@ Wersja X11 emulatora Sinclair ZX Spectrum.
%prep
%setup -q -a1
+%patch0 -p1
%build
autoconf
@@ -99,7 +103,7 @@ echo ".so xspect.1" > $RPM_BUILD_ROOT%{_mandir}/pl/man1/vgaspect.1
install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Amusements
install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
-gzip -9nf README ChangeLog TODO
+gzip -9nf README ChangeLog TODO example.cfg
%clean
rm -rf $RPM_BUILD_ROOT
@@ -109,14 +113,12 @@ rm -rf $RPM_BUILD_ROOT
%doc *.gz
%attr(755,root,root) %{_bindir}/tapeout
%{_datadir}/spectemu
-%{_mandir}/man1/[xt]*
-%lang(pl) %{_mandir}/pl/man1/[xt]*
+%{_mandir}/man1/*
+%lang(pl) %{_mandir}/pl/man1/*
%files svga
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/vgaspect
-%{_mandir}/man1/vgaspect.1*
-%lang(pl) %{_mandir}/pl/man1/vgaspect.1*
%files x11
%defattr(644,root,root,755)