]> git.pld-linux.org Git - packages/babelize.git/blame - babelize.spec
- unified sed macro
[packages/babelize.git] / babelize.spec
CommitLineData
b1e4fd5e 1Summary: Localization Project for many Linux games
180b5559 2Summary(pl.UTF-8): Projekt lokalizacji dla wielu gier na Linuksa
b1e4fd5e 3Name: babelize
b283ecff 4Version: 1.1.1
b1e4fd5e 5Release: 1
6License: GPL v2+
3d2a34eb 7Group: Applications/Games
b1e4fd5e 8Source0: https://babelize.org/download/babelize/%{name}-%{version}.tar.bz2
b283ecff 9# Source0-md5: 3ec4cc76e0167849db84155169d58276
b1e4fd5e 10Patch0: %{name}-dirs.patch
11URL: https://babelize.org/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: sed >= 4.0
47664c2b 15BuildRequires: xdelta >= 1.1.3
b1e4fd5e 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Babelize is a project to localize games (commercial or free) that were
180b5559 20ported natively to Linux like that from Lokigames or
b1e4fd5e 21Linuxgamepublishing. The only thing you need is one original Game CD
180b5559 22and the patch file from Babelize.
b1e4fd5e 23
24%description -l pl.UTF-8
25Babelize jest projektem, który lokalizuje gry (komercyjne i darmowe),
26które posiadają natywny port dla Linuksa, jak na przykład gry z
27Lokigames czy Linuxgamepublishing. Jedyną potrzebną rzeczą jest
180b5559 28oryginalna płyta CD z grą oraz łata z Babelize.
b1e4fd5e 29
30%prep
31%setup -q
32%patch0 -p1
d520e99c 33%{__sed} -i -e 's@${babelizedir}@$(RPM_BUILD_ROOT)%{_bindir}@' {bin/Makefile.am,share/babelize/Makefile.am}
b1e4fd5e 34
35%build
36%{__aclocal}
37%{__autoconf}
38%{__autoheader}
39%{__automake}
40%configure
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -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.065992 seconds and 4 git commands to generate.