]> git.pld-linux.org Git - packages/cmatrix.git/commitdiff
- more macros and use new %doc. RA-1_0 STABLE cmatrix-1_2a-3
authorkloczek <kloczek@pld-linux.org>
Wed, 2 Oct 2002 07:35:10 +0000 (07:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cmatrix.spec -> 1.24

cmatrix.spec

index 3e298086fd033eec0d7d9feaa8555b726faa5766..0238819b389cb8d3405fc19c47d4f4244753437f 100644 (file)
@@ -39,7 +39,7 @@ fanem komputer
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
@@ -57,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
@@ -73,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.158908 seconds and 4 git commands to generate.