]> git.pld-linux.org Git - packages/babelize.git/commitdiff
- new
authorlisu <lisu@pld-linux.org>
Sat, 16 Jun 2007 00:34:04 +0000 (00:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    babelize.spec -> 1.1

babelize.spec [new file with mode: 0644]

diff --git a/babelize.spec b/babelize.spec
new file mode 100644 (file)
index 0000000..3edb598
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       Localization Project for many Linux games
+Summary(pl.UTF-8):     Projekt Lokalizacji dla wielu gier na Linuksa
+Name:          babelize
+Version:       1.1.0
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications/Games
+Source0:       https://babelize.org/download/babelize/%{name}-%{version}.tar.bz2
+# Source0-md5: 1905e5be41b12994d8aa0aa80b401cea
+Patch0:                %{name}-dirs.patch
+URL:           https://babelize.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: sed >= 4.0
+BuildRequires: xdelta
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Babelize is a project to localize games (commercial or free) that were
+ported nativly to Linux like that from Lokigames or
+Linuxgamepublishing. The only thing you need is one original Game CD
+and the patchfile from Babelize.
+
+%description -l pl.UTF-8
+Babelize jest projektem, który lokalizuje gry (komercyjne i darmowe),
+które posiadają natywny port dla Linuksa, jak na przykład gry z
+Lokigames czy Linuxgamepublishing. Jedyną potrzebną rzeczą jest
+oryginalna płyta CD z grą oraz patch z Babelize.
+
+%prep
+%setup -q
+%patch0 -p1
+%{__sed} -i 's@${babelizedir}@$(RPM_BUILD_ROOT)%{_bindir}@' {bin/Makefile.am,share/babelize/Makefile.am}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog FAQ NEWS README THANKS TODO
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
+%attr(755,root,root) %{_bindir}/%{name}*
+%{_datadir}/%{name}
+%{_mandir}/man1/%{name}*.1*
This page took 0.121613 seconds and 4 git commands to generate.