From f4f1255998d621bc005d7c1fed81a01dee81a934 Mon Sep 17 00:00:00 2001 From: misto Date: Fri, 28 Feb 2003 10:48:51 +0000 Subject: [PATCH] - initial version Changed files: asciijump.spec -> 1.1 --- asciijump.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 asciijump.spec diff --git a/asciijump.spec b/asciijump.spec new file mode 100644 index 0000000..40f6c09 --- /dev/null +++ b/asciijump.spec @@ -0,0 +1,43 @@ +# $Id: asciijump.spec,v 1.1 2003-02-28 10:48:51 misto Exp $ +Summary: (a)sci(i)jump game. +Name: asciijump +Version: 0.0.2 +Vendor: Grzegorz Moskal +Release: 1 +License: GPL +Group: Applications/Games +Source0: %{name}-%{version}.tar.gz +BuildRequires: conflib-devel +BuildRequires: slang-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Ski jumping in text mode. + +%description -l pl +Skoki narciarskie w trybie tekstowym. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README-pl +%attr(755,root,root) %{_bindir}/asciijump +%{_datadir}/asciijump +%{_applnkdir}/Games/Arcade/asciijump.desktop +%{_pixmapsdir}/asciijump.png -- 2.44.0