]> git.pld-linux.org Git - packages/asciijump.git/commitdiff
- added Summary(pl), URLs, README,
authorTomasz Pala <gotar@pld-linux.org>
Sun, 2 Mar 2003 00:25:01 +0000 (00:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adapterized,
- removed %post{,un},
- cosmetics,
- release 2.

Changed files:
    asciijump.spec -> 1.2

asciijump.spec

index 40f6c099961991d2cfd9fb07828d9c891dd0645f..0b6078b5c2c9af1c0861d5deac57d628ab9b54fe 100644 (file)
@@ -1,12 +1,14 @@
-# $Id: asciijump.spec,v 1.1 2003-02-28 10:48:51 misto Exp $
-Summary:       (a)sci(i)jump game.
+# $Id: asciijump.spec,v 1.2 2003-03-02 00:25:01 gotar Exp $
+Summary:       (a)sci(i)jump game
+Summary(pl):   Skoki narciarskie w ascii
 Name:          asciijump
 Version:       0.0.2
-Vendor:                Grzegorz Moskal <g.moskal@opengroup.org>
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Games
-Source0:       %{name}-%{version}.tar.gz
+Vendor:                Grzegorz Moskal <g.moskal@opengroup.org>
+Source0:       http://otak.k-k.pl/asciijump/%{name}-%{version}.tar.gz
+URL:           http://asciijump.prv.pl/
 BuildRequires: conflib-devel
 BuildRequires: slang-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,17 +28,16 @@ Skoki narciarskie w trybie tekstowym.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README-pl
+%doc README README-pl
 %attr(755,root,root) %{_bindir}/asciijump
 %{_datadir}/asciijump
 %{_applnkdir}/Games/Arcade/asciijump.desktop
This page took 0.173809 seconds and 4 git commands to generate.