SPECS: vym.spec - make documentation in Help menu to work
glen
glen at pld-linux.org
Tue Aug 9 08:50:27 CEST 2005
Author: glen Date: Tue Aug 9 06:50:27 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- make documentation in Help menu to work
---- Files affected:
SPECS:
vym.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/vym.spec
diff -u SPECS/vym.spec:1.5 SPECS/vym.spec:1.6
--- SPECS/vym.spec:1.5 Tue Aug 9 07:56:31 2005
+++ SPECS/vym.spec Tue Aug 9 08:50:22 2005
@@ -3,12 +3,13 @@
Summary(pl): View Your Mind, program do tworzenia map myśli.
Name: vym
Version: 1.7.0
-Release: 0.1
+Release: 0.3
License: GPL v2+, with explicit permission to link against Qt
Group: Applications
Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# Source0-md5: f1d4ba9f5a2362a213f7ff90ad6cdfec
Patch0: %{name}-includes.patch
+Patch1: %{name}-docpath.patch
URL: http://www.insilmaril.de/vym
BuildRequires: sed >= 4.0
BuildRequires: qmake
@@ -31,6 +32,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
qmake \
@@ -48,6 +50,10 @@
QTDIR=%{_prefix} \
INSTALL_ROOT=$RPM_BUILD_ROOT
+# This is needed to be always there for Help menu to work.
+# do not move it to _docdir, as docdir can be omited with --excludedocs at install time.
+mv $RPM_BUILD_ROOT{%{_docdir}/packages/vym,%{_datadir}/%{name}}/vym.pdf
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -63,6 +69,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2005/08/09 06:50:22 glen
+- make documentation in Help menu to work
+
Revision 1.5 2005/08/09 05:56:31 glen
- demos already in datadir, remove from doc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/vym.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list