mirror of https://github.com/stella-emu/stella.git
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:
parent
af302fa28e
commit
8247e85e30
|
@ -1,5 +1,5 @@
|
||||||
%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,7 +12,8 @@
|
||||||
%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
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue