]> git.pld-linux.org Git - packages/cmatrix.git/commitdiff
- release 2 cmatrix-1_2a-2
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 11 May 2002 15:11:11 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added setfont-consolechars-choice.patch (new option used)
- kbd is now required
STBR

Changed files:
    cmatrix.spec -> 1.20

cmatrix.spec

index 0b26a8878e8c6ecc7d19c36328f8bc565759154e..52d2997f46eee369f50f37ffe64c66a54e9b2a14 100644 (file)
@@ -2,16 +2,17 @@ Summary:      CMatrix - show a scrolling 'Matrix' like screen in Linux (curses based)
 Summary(pl):   CMatrix - poka¿ efekt spadaj±cych znaków znany z filmu "Matrix"
 Name:          cmatrix
 Version:       1.2a
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/Console
 Source0:       http://www.asty.org/cmatrix/dist/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-setfont-consolechars-choice.patch
 URL:           http://www.asty.org/cmatrix/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: kbd
 BuildRequires: ncurses-devel >= 5.0
+Requires:      kbd
 Prereq:                /usr/X11R6/bin/mkfontdir
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,6 +35,7 @@ fanem komputer
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
@@ -41,7 +43,8 @@ aclocal
 autoconf
 automake -a -c -f
 CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
-%configure
+%configure \
+       --with-setfont
 %{__make}
 
 %install
This page took 0.043141 seconds and 4 git commands to generate.