SPECS: qtcmd.spec - add polish html docs (accessible from help menu)
glen
glen at pld-linux.org
Sun Nov 27 16:18:01 CET 2005
Author: glen Date: Sun Nov 27 15:18:01 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add polish html docs (accessible from help menu)
---- Files affected:
SPECS:
qtcmd.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/qtcmd.spec
diff -u SPECS/qtcmd.spec:1.6 SPECS/qtcmd.spec:1.7
--- SPECS/qtcmd.spec:1.6 Sun Nov 27 15:42:39 2005
+++ SPECS/qtcmd.spec Sun Nov 27 16:17:55 2005
@@ -3,7 +3,7 @@
Summary(pl): Oparty na QT zarządca plików wzorowany na Total Commanderze
Name: qtcmd
Version: 0.6
-Release: 0.2
+Release: 0.3
License: GPL v2
Group: X11/Applications
Source0: http://qtcmd.nes.pl/download/stable/source/%{name}-%{version}.tar.bz2
@@ -47,6 +47,10 @@
PREFIX="%{_prefix}" \
QTDIR="%{_prefix}"
+# install docs, unfortunately only in polish
+install -d $RPM_BUILD_ROOT%{_docdir}/%{name}/pl
+cp -a doc/pl/*.html $RPM_BUILD_ROOT%{_docdir}/%{name}/pl
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -56,6 +60,8 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog IDEAs README TODO
+%doc %dir %{_docdir}/%{name}
+%doc %lang(pl) %{_docdir}/%{name}/pl
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
%dir %{_libdir}/qtcmd
@@ -68,6 +74,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/11/27 15:17:55 glen
+- add polish html docs (accessible from help menu)
+
Revision 1.6 2005/11/27 14:42:39 glen
- lib64 fix for plugins
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/qtcmd.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list