Updated RPM spec file with latest changes from PLF. I'm determined to

keep it all in one file, and not have to maintain separate SPEC files
for each RPM distro.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@858 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2005-10-23 22:56:13 +00:00
parent af302fa28e
commit 8247e85e30
1 changed files with 14 additions and 9 deletions

View File

@ -1,6 +1,6 @@
%define name stella %define name stella
%define version 2.0 %define version 2.0.1
%define rel 1 %define rel 1
%define build_plf 0 %define build_plf 0
@ -12,9 +12,10 @@
%define enable_static 0 %define enable_static 0
%if %build_plf %if %build_plf
%define release %{rel}plf %define release %mkrel %{rel}
%define distsuffix plf
%else %else
%define release %{rel} %define release %{rel}
%endif %endif
Summary: An Atari 2600 Video Computer System emulator Summary: An Atari 2600 Video Computer System emulator
@ -27,7 +28,7 @@ URL: http://stella.sourceforge.net
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
BuildRoot: %_tmppath/%name-%version-%release-root BuildRoot: %_tmppath/%name-%version-%release-root
BuildRequires: SDL-devel BuildRequires: SDL-devel
BuildRequires: XFree86-devel BuildRequires: MesaGLU-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
%if %enable_snapshot %if %enable_snapshot
BuildRequires: libpng-devel BuildRequires: libpng-devel
@ -106,8 +107,12 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
/etc/stella.pro /etc/stella.pro
%changelog %changelog
* Sun Oct 02 2005 Stephen Anthony <stephena@zarb.org> 2.0-1 * Sun Oct 23 2005 Stephen Anthony <stephena@zarb.org> 2.0.1-1
- Version 2.0 release, and plaform-agnostic SRPM (hopefully) - Version 2.0.1 release, and plaform-agnostic SRPM (hopefully)
* Sun Oct 9 2005 Stefan van der Eijk <stefan@eijk.nu> 1.4.2-3plf
- BuildRequires
- distsuffix & mkrel
* Sun Jul 31 2005 Stephen Anthony <stephena@zarb.org> 1.4.2-2plf * Sun Jul 31 2005 Stephen Anthony <stephena@zarb.org> 1.4.2-2plf
- Recompile for distro name change - Recompile for distro name change
@ -124,8 +129,8 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
- BuildRequires - BuildRequires
* Thu Oct 24 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 1.2-2plf * Thu Oct 24 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 1.2-2plf
-by Rob Kudla <rpm@kudla.org> - by Rob Kudla <rpm@kudla.org>
- doh! forgot to build the sound server! - doh! forgot to build the sound server!
* Wed Oct 22 2002 Rob Kudla <rpm@kudla.org> 1.2-1plf * Wed Oct 22 2002 Rob Kudla <rpm@kudla.org> 1.2-1plf
- oh yeah, I guess emulators go in plf - oh yeah, I guess emulators go in plf