]> git.pld-linux.org Git - packages/dame.git/commitdiff
- partialy rewrited (NFY),
authorkloczek <kloczek@pld-linux.org>
Sat, 17 Jul 1999 12:41:14 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added template %changelog header and using CVS keywords.

Changed files:
    dame.spec -> 1.2

dame.spec

index 30d430a8515b9dfc777c1d780bcf664e1e1636ca..b94cd1aae61931bd2bef23695de29e1bc8710d20 100644 (file)
--- a/dame.spec
+++ b/dame.spec
@@ -1,44 +1,37 @@
-# Note that this is NOT a relecatable package
-%define ver    0.27
-%define rel    1
-%define prefix /usr
-%define bindir %{prefix}/games
-
-Summary: Dame lets you play checkers ala point and click
-Summary(de): Spielen Sie Dame.
-Summary(fr): Jouez aux dames.
-Summary(fi): Tammi peli
-Name: dame
-Version: %ver
-Release: %rel
-Copyright: GPL
-Group: X11/Games/Strategy
-Source: http://super.tacheles.de/~girbal/dame/dame-%{ver}.tar.gz
-BuildRoot: /var/tmp/dame-root
-Packager: Peter Chiocchetti <girbal@super.tacheles.de>
-URL: http://super.tacheles.de/~girbal/dame/
-Docdir: %{prefix}/doc
-
-Requires: gnome-libs >= 0.30
+Summary:       Dame lets you play checkers ala point and click
+Summary(de):   Spielen Sie Dame.
+Summary(fr):   Jouez aux dames.
+Summary(fi):   Tammi peli
+Name:          dame
+Version:       0.27
+Release:       1
+Copyright:     GPL
+Group:         X11/Games/Strategy
+Source:                http://super.tacheles.de/~girbal/dame/dame-%{ver}.tar.gz
+Requires:      gnome-libs >= 0.30
+URL:           http://super.tacheles.de/~girbal/dame/
+BuildRoot:     /var/tmp/dame-root
 
 %description
-Dame lets you play at draughts in an X window. It comes with
-checkers, a tricky opponent, and simplech, an even harder to
-beat opponent.
+Dame lets you play at draughts in an X window. It comes with checkers, a
+tricky opponent, and simplech, an even harder to beat opponent.
 
 %description -l de
-Dame zeichnet ein Damebrett in ein X Fenster. Es kommt mit
-checkers, einem leichten, und simplech, einem schweren Gegner.
+Dame zeichnet ein Damebrett in ein X Fenster. Es kommt mit checkers, einem
+leichten, und simplech, einem schweren Gegner.
 
 %description -l fr
-Dame vous presente un damier graphique pour jouer aux dames
-contre l'ordinateur - en personne de checkers ou simplech.
+Dame vous presente un damier graphique pour jouer aux dames contre
+l'ordinateur - en personne de checkers ou simplech.
 
 %prep
-%setup
+%setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --bindir=%{bindir}
+CFLAGS="$RPM_OPT_FLAGS" \
+./configure \
+       --prefix=%{prefix} \
+       --bindir=%{bindir}
 make
 
 %install
@@ -49,7 +42,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} bindir=$RPM_BUILD_ROOT%{bindir} install
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-, root, games)
+%defattr(644,root,root,755)
 %doc AUTHORS README COPYING ChangeLog dame.lsm
 %{prefix}/games/dame
 %{prefix}/games/checkers
This page took 0.079409 seconds and 4 git commands to generate.