os/mandrake/openttd.spec
author rubidium
Wed, 30 May 2007 18:24:54 +0000
changeset 6755 7cca96e92189
parent 5968 7bf3a9eab3dd
permissions -rw-r--r--
(svn r9990) -Fix: MorphOS and AmigaOS do not like "//" in filenames as that means the same as "/../" in means in Unix.
5968
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
     1
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
     2
#   openttd.spec
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
     3
#       This SPEC file controls the building of custom OpenTTD RPM
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
     4
#       packages.
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
     5
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
     6
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
     7
%define name openttd
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
     8
%define version 0.5.0
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
     9
%define release 1mdk
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    10
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    11
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    12
#   Prologue information
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    13
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    14
Name: %{name}
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    15
Version: %{version}
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    16
Release: %{release}
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    17
Summary: An open source clone of the Microprose game "Transport Tycoon Deluxe"
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    18
Group: Games/Strategy
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    19
License: GPL
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    20
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    21
URL: http://www.openttd.org
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    22
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    23
Source: %{name}-%{version}.tar.gz
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    24
Packager: Dominik Scherer <dominik@openttd.com>
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    25
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    26
BuildRequires: libSDL1.2-devel >= 1.2.7
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    27
BuildRequires: libpng3-devel >= 1.2.5
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    28
BuildRequires: zlib1-devel >= 1.2.1
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    29
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    30
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    31
#   Description
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    32
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    33
%description
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    34
An enhanced open source clone of the Microprose game "Transport Tycoon Deluxe".
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    35
You require the data files of the original Transport Tycoon Deluxe
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    36
for Windows to play the game. You have to MANUALLY copy them to the
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    37
game data directory!
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    38
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    39
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    40
#   install scripts
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    41
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    42
%prep
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    43
rm -rf $RPM_BUILD_ROOT
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    44
%setup
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    45
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    46
%build
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    47
make BINARY_DIR=%{_gamesbindir} PREFIX=%{_gamesdatadir} DATA_DIR=openttd INSTALL_DIR=%{_gamesdatadir}/openttd/ USE_HOMEDIR=1 PERSONAL_DIR=.openttd INSTALL=1 RELEASE=%{version}
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    48
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    49
%install
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    50
mkdir -p $RPM_BUILD_ROOT%{_gamesbindir}
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    51
mkdir -p $RPM_BUILD_ROOT%{_gamesdatadir}/openttd/lang
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    52
mkdir -p $RPM_BUILD_ROOT%{_gamesdatadir}/openttd/data
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    53
mkdir -p $RPM_BUILD_ROOT%{_gamesdatadir}/openttd/scenario
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    54
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    55
cp ./openttd $RPM_BUILD_ROOT%{_gamesbindir}/
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    56
cp -r ./lang/*.lng $RPM_BUILD_ROOT%{_gamesdatadir}/openttd/lang/
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    57
cp -r ./data/*.grf $RPM_BUILD_ROOT%{_gamesdatadir}/openttd/data/
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    58
cp -r ./scenario/*.scn $RPM_BUILD_ROOT%{_gamesdatadir}/openttd/scenario/
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    59
cp -r ./data/opntitle.dat $RPM_BUILD_ROOT%{_gamesdatadir}/openttd/data/
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    60
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    61
# icon
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    62
install -m644 media/openttd.32.png -D $RPM_BUILD_ROOT%{_miconsdir}/%{name}.png
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    63
install -m644 media/openttd.64.png -D $RPM_BUILD_ROOT%{_iconsdir}/%{name}.png
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    64
install -m644 media/openttd.128.png -D $RPM_BUILD_ROOT%{_liconsdir}/%{name}.png
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    65
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    66
# menu entry
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    67
mkdir -p $RPM_BUILD_ROOT/%{_menudir}
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    68
cat << EOF > $RPM_BUILD_ROOT/%{_menudir}/%{name}
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    69
?package(%{name}):command="%{_gamesbindir}/openttd" icon="%{name}.png" \
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    70
  needs="X11" section="Amusement/Strategy" title="OpenTTD" \
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    71
  longtitle="%{Summary}"
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    72
EOF
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    73
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    74
%clean
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    75
rm -rf $RPM_BUILD_ROOT
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    76
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    77
%post
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    78
%{update_menus}
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    79
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    80
%postun
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    81
%{clean_menus}
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    82
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    83
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    84
#   Files listing.
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    85
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    86
%files
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    87
%defattr(-,root,root,0755)
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    88
%{_gamesbindir}/openttd
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    89
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    90
%{_gamesdatadir}/openttd/lang/american.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    91
%{_gamesdatadir}/openttd/lang/catalan.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    92
%{_gamesdatadir}/openttd/lang/czech.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    93
%{_gamesdatadir}/openttd/lang/danish.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    94
%{_gamesdatadir}/openttd/lang/dutch.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    95
%{_gamesdatadir}/openttd/lang/english.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    96
%{_gamesdatadir}/openttd/lang/finnish.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    97
%{_gamesdatadir}/openttd/lang/french.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    98
%{_gamesdatadir}/openttd/lang/galician.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
    99
%{_gamesdatadir}/openttd/lang/german.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   100
%{_gamesdatadir}/openttd/lang/hungarian.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   101
%{_gamesdatadir}/openttd/lang/icelandic.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   102
%{_gamesdatadir}/openttd/lang/italian.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   103
%{_gamesdatadir}/openttd/lang/norwegian.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   104
%{_gamesdatadir}/openttd/lang/origveh.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   105
%{_gamesdatadir}/openttd/lang/polish.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   106
%{_gamesdatadir}/openttd/lang/portuguese.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   107
%{_gamesdatadir}/openttd/lang/romanian.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   108
%{_gamesdatadir}/openttd/lang/slovak.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   109
%{_gamesdatadir}/openttd/lang/spanish.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   110
%{_gamesdatadir}/openttd/lang/swedish.lng
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   111
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   112
%{_gamesdatadir}/openttd/data/autorail.grf
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   113
%{_gamesdatadir}/openttd/data/canalsw.grf
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   114
%{_gamesdatadir}/openttd/data/openttd.grf
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   115
%{_gamesdatadir}/openttd/data/opntitle.dat
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   116
%{_gamesdatadir}/openttd/data/signalsw.grf
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   117
%{_gamesdatadir}/openttd/data/trkfoundw.grf
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   118
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   119
"%{_gamesdatadir}/openttd/scenario/Linkgame Islands 2004.scn"
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   120
"%{_gamesdatadir}/openttd/scenario/Mountain Pass.scn"
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   121
"%{_gamesdatadir}/openttd/scenario/Volcano City.scn"
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   122
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   123
%{_menudir}/%{name}
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   124
%{_iconsdir}/*.png
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   125
%{_miconsdir}/*.png
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   126
%{_liconsdir}/*.png
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   127
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   128
%doc changelog.txt readme.txt COPYING os/linux/README.urpmi
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   129
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   130
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   131
#   Change Log
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   132
#------------------------------------------------------------------------------
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   133
%changelog
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   134
* Sun Jan 23 2005 Dominik Scherer <dominik@openttd.com> 0.3.6-1mdk
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   135
- Upgraded to 0.3.6
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   136
- Structured and commented the spec file a bit (inspired by ScummVM)
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   137
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   138
* Fri Dec 24 2004 Dominik Scherer <dominik@openttd.com> 0.3.5-1mdk
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   139
- Upgraded to 0.3.5
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   140
- Added a warning message about the additional required files (only displayed when installing via urpmi)
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   141
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   142
* Wed Sep 15 2004 Dominik Scherer <> 0.3.4-1mdk
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   143
- Upgraded to 0.3.4
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   144
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   145
* Wed Jul 31 2004 Dominik Scherer <> 0.3.3-1mdk
7bf3a9eab3dd (svn r8648) -Codechange: Renamed os/linux to os/mandrake because that's what is is about. Added another spec file for suse (early version) which will be used to create rpms
celestar
parents:
diff changeset
   146
- Initial release