SPECS: tile.spec - added prefix to manpages (protects from conflic...
lkrotowski
lkrotowski at pld-linux.org
Thu May 17 03:41:49 CEST 2007
Author: lkrotowski Date: Thu May 17 01:41:49 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added prefix to manpages (protects from conflicts with other tk packages)
---- Files affected:
SPECS:
tile.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/tile.spec
diff -u SPECS/tile.spec:1.6 SPECS/tile.spec:1.7
--- SPECS/tile.spec:1.6 Sat Mar 31 21:03:46 2007
+++ SPECS/tile.spec Thu May 17 03:41:43 2007
@@ -89,6 +89,12 @@
install doc/*.n $RPM_BUILD_ROOT%{_mandir}/mann
install doc/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
+# Rename conflicting manpages.
+for i in $RPM_BUILD_ROOT%{_mandir}/mann/*.n
+do
+ mv $i $RPM_BUILD_ROOT%{_mandir}/mann/ttk::`basename $i`
+done
+
cp -a demos $RPM_BUILD_ROOT%{_ulibdir}/%{name}%{version}
%clean
@@ -124,6 +130,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2007/05/17 01:41:43 lkrotowski
+- added prefix to manpages (protects from conflicts with other tk packages)
+
Revision 1.6 2007/03/31 19:03:46 qboosh
- pl fix
- reentrant install
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/tile.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list