]> git.pld-linux.org Git - packages/cboard.git/commitdiff
- initial release. RA-branch STABLE cboard-0_1_6-1
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 15 Aug 2004 18:23:50 +0000 (18:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cboard.spec -> 1.1

cboard.spec [new file with mode: 0644]

diff --git a/cboard.spec b/cboard.spec
new file mode 100644 (file)
index 0000000..7e22def
--- /dev/null
@@ -0,0 +1,49 @@
+Summary:       An ncurses frontend to GNU Chess
+Summary(pl):   Frontend ncurses dla GNU Chess
+Name:          cboard
+Version:       0.1.6
+Release:       1
+License:       GPL v2
+Group:         Applications/Games
+Source0:       http://arbornet.org/~bjk/cboard/%{name}-%{version}.tar.gz
+# Source0-md5: fb2de107fbd5294427646371adf1611e
+URL:           http://arbornet.org/~bjk/cboard/
+BuildRequires: ncurses-devel
+Requires:      gnuchess
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CBoard is a console frontend to GNU Chess, using the ncurses library
+for the interface. It can edit PGN tags, annotate moves with NAG, and
+more.
+
+%description -l pl
+CBoard jest frontendem dla GNU Chess, u¿ywaj±cym interfejsu biblioteki
+ncurses. Potrafi edytowaæ tagi PGN, komentowaæ ruchy za pomoc± NAG
+i wiele innych.
+
+%prep
+%setup -q
+
+%build
+%{configure} \
+       CPPFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog KnownBugs NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*.data
+# Is it needed here?
+%{_datadir}/%{name}/config.example
+%{_mandir}/man6/*.6*
This page took 0.086511 seconds and 4 git commands to generate.