]> git.pld-linux.org Git - packages/cboard.git/commitdiff
- auto* added, rel++
authorlisu <lisu@pld-linux.org>
Sun, 15 Oct 2006 12:58:56 +0000 (12:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cboard.spec -> 1.8

cboard.spec

index 6e9f45eb68089fa70ad495079d2785aa412a0603..69fa58bed6252060c0971bd868152e2d5bcb9bec 100644 (file)
@@ -5,12 +5,14 @@ Summary:      An ncurses frontend to GNU Chess
 Summary(pl):   Frontend ncurses dla GNU Chess
 Name:          cboard
 Version:       0.2.4
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/Games
 Source0:       http://dl.sourceforge.net/sourceforge/bjk/%{name}-%{version}.tar.gz
 # Source0-md5: 9ce34b2201537881a4089e53442405fe
 URL:           http://arbornet.org/~bjk/cboard/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: ncurses-ext-devel
 Requires:      gnuchess
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,6 +31,10 @@ i wiele innych.
 %setup -q
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        CPPFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 
This page took 0.069215 seconds and 4 git commands to generate.