SPECS: cmatrix.spec - changed /usr/X11R6/bin/mkfontdir to /usr/bin...

teodor teodor at pld-linux.org
Wed Dec 27 09:08:57 CET 2006


Author: teodor                       Date: Wed Dec 27 08:08:57 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- changed /usr/X11R6/bin/mkfontdir to /usr/bin/mkfontdir

---- Files affected:
SPECS:
   cmatrix.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/cmatrix.spec
diff -u SPECS/cmatrix.spec:1.31 SPECS/cmatrix.spec:1.32
--- SPECS/cmatrix.spec:1.31	Tue Dec 13 19:01:46 2005
+++ SPECS/cmatrix.spec	Wed Dec 27 09:08:52 2006
@@ -3,7 +3,7 @@
 Summary(pl):	CMatrix - pokazuje efekt spadających znaków znany z filmu "Matrix"
 Name:		cmatrix
 Version:	1.2a
-Release:	5
+Release:	6
 License:	GPL v2
 Group:		Applications/Terminal
 Source0:	http://www.asty.org/cmatrix/dist/%{name}-%{version}.tar.gz
@@ -14,7 +14,7 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	ncurses-devel >= 5.0
-Requires(post,postun):	/usr/X11R6/bin/mkfontdir
+Requires(post,postun):	/usr/bin/mkfontdir
 Requires:	kbd
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -66,11 +66,11 @@
 
 %post
 cd %{_datadir}/fonts/misc/;
-/usr/X11R6/bin/mkfontdir
+/usr/bin/mkfontdir
 
 %postun
 cd %{_datadir}/fonts/misc/;
-/usr/X11R6/bin/mkfontdir
+/usr/bin/mkfontdir
 
 %files
 %defattr(644,root,root,755)
@@ -86,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2006/12/27 08:08:52  teodor
+- changed /usr/X11R6/bin/mkfontdir to /usr/bin/mkfontdir
+
 Revision 1.31  2005/12/13 18:01:46  glen
 - adapterized (avoid macros with /usr/include/{ncurses,freetype}*)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cmatrix.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list