]> git.pld-linux.org Git - packages/babelize.git/blob - babelize.spec
- new
[packages/babelize.git] / babelize.spec
1 Summary:        Localization Project for many Linux games
2 Summary(pl.UTF-8):      Projekt Lokalizacji dla wielu gier na Linuksa
3 Name:           babelize
4 Version:        1.1.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications/Games
8 Source0:        https://babelize.org/download/babelize/%{name}-%{version}.tar.bz2
9 # Source0-md5:  1905e5be41b12994d8aa0aa80b401cea
10 Patch0:         %{name}-dirs.patch
11 URL:            https://babelize.org/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  sed >= 4.0
15 BuildRequires:  xdelta
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Babelize is a project to localize games (commercial or free) that were
20 ported nativly to Linux like that from Lokigames or
21 Linuxgamepublishing. The only thing you need is one original Game CD
22 and the patchfile from Babelize.
23
24 %description -l pl.UTF-8
25 Babelize jest projektem, który lokalizuje gry (komercyjne i darmowe),
26 które posiadają natywny port dla Linuksa, jak na przykład gry z
27 Lokigames czy Linuxgamepublishing. Jedyną potrzebną rzeczą jest
28 oryginalna płyta CD z grą oraz patch z Babelize.
29
30 %prep
31 %setup -q
32 %patch0 -p1
33 %{__sed} -i 's@${babelizedir}@$(RPM_BUILD_ROOT)%{_bindir}@' {bin/Makefile.am,share/babelize/Makefile.am}
34
35 %build
36 %{__aclocal}
37 %{__autoconf}
38 %{__autoheader}
39 %{__automake}
40 %configure
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc AUTHORS ChangeLog FAQ NEWS README THANKS TODO
55 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
56 %attr(755,root,root) %{_bindir}/%{name}*
57 %{_datadir}/%{name}
58 %{_mandir}/man1/%{name}*.1*
This page took 0.085179 seconds and 3 git commands to generate.