]> git.pld-linux.org Git - packages/cmatrix.git/blobdiff - cmatrix.spec
- updated to 1.2a
[packages/cmatrix.git] / cmatrix.spec
index 159b0147bfc776480be328ad4dcbd2ebfa5f794d..0b26a8878e8c6ecc7d19c36328f8bc565759154e 100644 (file)
@@ -1,13 +1,16 @@
 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.1b
+Version:       1.2a
 Release:       1
-License:       GPL
-Group:         Utilities/Console
-Group(pl):     Narzêdzia/Konsola
+License:       GPL v2
+Group:         Applications/Console
 Source0:       http://www.asty.org/cmatrix/dist/%{name}-%{version}.tar.gz
-Patch0:                cmatrix-DESTDIR.patch
+Patch0:                %{name}-DESTDIR.patch
 URL:           http://www.asty.org/cmatrix/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kbd
 BuildRequires: ncurses-devel >= 5.0
 Prereq:                /usr/X11R6/bin/mkfontdir
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -15,35 +18,48 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 What is CMatrix? :-)
 
-CMatrix is a program I wrote one evening because I didn't want to have to
-run Wind*ws to see the cool scrolling lines from 'The Matrix', my fave
-movie. If you haven't seen this movie and you are a fan of computers or
-sci-fi in general, go see this movie!!! I have seen it twice, and I'm
-pondering seeing it again before it comes out on VHS.
+CMatrix is a program I wrote one evening because I didn't want to have
+to run Wind*ws to see the cool scrolling lines from 'The Matrix', my
+fave movie. If you haven't seen this movie and you are a fan of
+computers or sci-fi in general, go see this movie!!!
+
+%description -l pl
+What is CMatrix? :-)
+
+CMatrix zosta³ napisany w jeden wieczór by¶ nie musia³ uruchamiaæ M$
+Wind*ws, aby zobaczyæ na konsoli interesuj±c efekt spadaj±cych znaków
+znany z filmu "Matrix". Je¿eli nie widzia³e¶ tego filmu, a jeste¶
+fanem komputerów i sci-fi w ogólno¶ci - biegnij zobaczyæ ten film!!
 
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-automake
-CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses"
-LDFLAGS="-s"
-export CFLAGS LDFLAGS
+rm -f missing
+aclocal
+autoconf
+automake -a -c -f
+CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
 %configure
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_datadir}/{consolefonts,fonts/misc},%{_bindir}} \
+       $RPM_BUILD_ROOT%{_mandir}/man1
 
-make install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       Xmiscfontsdir=/usr/share/fonts/misc
+install cmatrix $RPM_BUILD_ROOT%{_bindir}
+install cmatrix.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install mtx.pcf $RPM_BUILD_ROOT%{_datadir}/fonts/misc
+install matrix.psf.gz $RPM_BUILD_ROOT%{_datadir}/consolefonts
 
-gzip -9nf NEWS README README.fonts TODO \
-       $RPM_BUILD_ROOT%{_mandir}/man1/* \
+gzip -9nf NEWS README TODO ChangeLog \
        $RPM_BUILD_ROOT%{_datadir}/fonts/misc/*
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 cd %{_datadir}/fonts/misc/;
 /usr/X11R6/bin/mkfontdir
@@ -52,12 +68,10 @@ cd %{_datadir}/fonts/misc/;
 cd %{_datadir}/fonts/misc/;
 /usr/X11R6/bin/mkfontdir
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc *.gz
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/fonts/misc/*
+%{_datadir}/consolefonts/*
 %{_mandir}/man1/*
This page took 0.125224 seconds and 4 git commands to generate.