]> git.pld-linux.org Git - packages/teg.git/commitdiff
- initial release
authorwolf <wolf@pld-linux.org>
Thu, 28 Feb 2002 09:28:43 +0000 (09:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    teg.spec -> 1.1

teg.spec [new file with mode: 0644]

diff --git a/teg.spec b/teg.spec
new file mode 100644 (file)
index 0000000..173218f
--- /dev/null
+++ b/teg.spec
@@ -0,0 +1,61 @@
+Summary:       Risk clone.
+Summary(pl):   Klon Riska.
+Name:          teg
+Version:       0.9.2
+Release:       1
+License:       GPL
+Group:         X11/Applications/Games
+Source0:       http://prdownloads.sourceforge.net/teg/%{name}-%{version}.tar.gz
+Source1:       %{name}.desktop
+URL:           http://teg.sf.net
+BuildRequires: gnome-libs-devel
+BuildRequires: libxml-devel
+BuildRequires: readline-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+Tenes Emapandas Graciela (TEG) is a clone of 'Plan Táctico y
+Estratégico de la Guerra', which is a pseudo-clone of Risk, a
+multiplayer turn-based strategy game. Some rules are different.
+
+%description -l pl
+Tenes Emapandas Graciela (TEG) jest klonem 'Plan Táctico y Estratégico
+de la Guerra', który jest pseudo-klonem Riska, strategicznej gry
+turowej dla wielu graczy. Niektóre zasady s± inne.
+
+%prep
+%setup -q
+
+%build
+%{configure2_13} \
+       --with-readline \
+       --without-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Games
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf ChangeLog PEOPLE README.GGZ TODO README
+
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
+
+%{find_lang} %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/gnome/help/teg
+%{_pixmapsdir}/teg_icono.png
+%{_pixmapsdir}/teg_pix
+%{_applnkdir}/Games/*
This page took 0.068462 seconds and 4 git commands to generate.