]> git.pld-linux.org Git - packages/cmatrix.git/blobdiff - cmatrix.spec
- more macros and use new %doc.
[packages/cmatrix.git] / cmatrix.spec
index 72e08c32e7bd9af4ac8cc1ed06ad965ffb5c03c1..0238819b389cb8d3405fc19c47d4f4244753437f 100644 (file)
@@ -39,9 +39,10 @@ fanem komputer
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
+CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
 %configure \
        --with-setfont
 %{__make}
@@ -56,8 +57,7 @@ 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 TODO ChangeLog \
-       $RPM_BUILD_ROOT%{_datadir}/fonts/misc/*
+gzip -9nf $RPM_BUILD_ROOT%{_datadir}/fonts/misc/*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -72,7 +72,7 @@ cd %{_datadir}/fonts/misc/;
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc NEWS README TODO ChangeLog
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/fonts/misc/*
 %{_datadir}/consolefonts/*
This page took 0.07731 seconds and 4 git commands to generate.