2007-01-04 02:08:41 +01:00
|
|
|
#
|
2010-11-20 12:32:31 +01:00
|
|
|
# spec file for package vym (Version 1.8.0)
|
2007-01-04 02:08:41 +01:00
|
|
|
#
|
2010-11-20 12:32:31 +01:00
|
|
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
2007-01-04 02:08:41 +01:00
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
2010-11-20 12:32:31 +01:00
|
|
|
# xneededforbuild libjpeg libjpeg-devel libmng libmng-devel libpng liblcms freetype2 freetype2-devel mesa-devel-packages gpp libgpp qt3-devel-tools update-desktop-files freeglut freeglut-devel Mesa Mesa-devel qt3 qt3-devel
|
|
|
|
|
2007-01-04 02:08:41 +01:00
|
|
|
|
2010-11-20 12:32:31 +01:00
|
|
|
Name: vym
|
2008-05-22 05:13:37 +02:00
|
|
|
|
2010-11-20 12:32:31 +01:00
|
|
|
BuildRequires: libqt4-devel update-desktop-files
|
|
|
|
Requires: zip unzip
|
|
|
|
License: GPL v2
|
|
|
|
Group: Productivity/Office/Other
|
|
|
|
URL: http://www.insilmaril.de/vym/index.html
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Autoreqprov: on
|
|
|
|
Summary: View Your Mind - generate and manipulate maps which show your thoughts
|
|
|
|
Version: 1.12.8
|
|
|
|
Release: 1
|
|
|
|
Source0: %name-%version.tar.bz2
|
|
|
|
Source1: %name.desktop
|
|
|
|
Source2: x-%name.desktop
|
|
|
|
Source3: %name.xml
|
2007-01-04 02:08:41 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
VYM (View Your Mind) is a tool to generate and manipulate maps which
|
|
|
|
show your thoughts. Such maps can help you to improve your creativity
|
|
|
|
and effectivity. You can use them for time management, to organize
|
|
|
|
tasks, to get an overview over complex contexts, to sort your ideas
|
|
|
|
etc. Some people even think it is fun to work with such maps...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Uwe Drechsel <vym@insilmaril.de>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2010-11-20 12:32:31 +01:00
|
|
|
qmake -o Makefile vym.pro PREFIX=%_prefix CONFIG+=RELEASE
|
2007-07-13 22:36:21 +02:00
|
|
|
make
|
2007-01-04 02:08:41 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
|
|
|
|
install -m 0644 icons/vym.png $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
|
2007-07-13 22:36:21 +02:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
|
|
|
|
install -m 0644 README.txt LICENSE.txt INSTALL.txt $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
|
2007-08-28 19:23:38 +02:00
|
|
|
install -m 0644 doc/*.pdf $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
|
2007-10-26 01:57:21 +02:00
|
|
|
%makeinstall INSTALL_ROOT=$RPM_BUILD_ROOT
|
2010-11-20 12:32:31 +01:00
|
|
|
|
2007-01-04 02:08:41 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/mimelnk/application/
|
2009-07-16 18:00:25 +02:00
|
|
|
install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/opt/kde3/share/mimelnk/application/
|
2008-05-22 05:13:37 +02:00
|
|
|
#install -Dm644 %{SOURCE1} $RPM_BUILD_ROOT/%_datadir/application/%name.desktop
|
|
|
|
#install -Dm644 %{SOURCE1} $RPM_BUILD_ROOT/opt/kde3/share/mimelnk/application/
|
2009-07-16 18:00:25 +02:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/mime/packages
|
|
|
|
install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/usr/share/mime/packages/
|
|
|
|
%suse_update_desktop_file -i vym Office ProjectManagement
|
2007-01-04 02:08:41 +01:00
|
|
|
|
2010-11-20 12:32:31 +01:00
|
|
|
|
2007-01-04 02:08:41 +01:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2009-07-16 18:00:25 +02:00
|
|
|
%post
|
|
|
|
if test -x usr/bin/update-mime-database ; then
|
|
|
|
usr/bin/update-mime-database usr/share/mime >/dev/null
|
|
|
|
fi
|
|
|
|
|
2007-01-04 02:08:41 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/usr/share/applications/*
|
|
|
|
/usr/share/pixmaps/*
|
|
|
|
/usr/bin/vym
|
|
|
|
/usr/share/vym
|
|
|
|
/opt/kde3
|
2007-07-13 22:36:21 +02:00
|
|
|
#%doc demos
|
|
|
|
%doc %{_defaultdocdir}/%{name}
|
2009-07-16 18:00:25 +02:00
|
|
|
%{_datadir}/mime/packages/vym.xml
|
2008-05-22 05:13:37 +02:00
|
|
|
|
2010-11-20 12:32:31 +01:00
|
|
|
%changelog -n vym
|
|
|
|
* Fri Jan 27 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
* Wed Jan 25 2006 - uwedr@suse.de
|
|
|
|
- Version 1.7.7
|
|
|
|
- Feature: Export to Open Office 2.x (Open Document) basically works
|
|
|
|
- Feature: Export to XHTML uses smaller icon for URLs now
|
|
|
|
- Feature: Multiple File selection while loading maps and images
|
|
|
|
- Feature: Small optimization in zip/unzip functions
|
|
|
|
- Feature: FATE support for URLs
|
|
|
|
- Feature: Added idAttr to BranchObj::saveToDir
|
|
|
|
- Bugfix: FloatObjects now use hideLinkIfUnselected, no more drawing
|
|
|
|
errors, if FO is selected (undefined link)
|
|
|
|
- Bugfix: FloatImages don't get lost during save after they have been
|
|
|
|
relinked to new parent
|
|
|
|
- Bugfix: Editing heading of mapcenter now also corrects position
|
|
|
|
- Bugfix: Copy/Paste was currently not possible for images. Now
|
|
|
|
completly rewrote mechanism. Instead of invisible map now XML import
|
|
|
|
is used (Multiple clipboards should be not difficult now)
|
|
|
|
- Bugfix: Added small fix from Khaled Ahmed needed for display of
|
|
|
|
arabic languages
|
|
|
|
- Feature: Currently 15 levels of undo (GUI to set value still missing)
|
|
|
|
- Feature: Experimental LaTeX Export (without headers and opions so far)
|
|
|
|
* Sat Jan 14 2006 - schwab@suse.de
|
|
|
|
- Don't strip binaries.
|
|
|
|
* Thu Oct 20 2005 - uwedr@suse.de
|
|
|
|
- Bugfix: Copying a branch to clipboard lead to loss of note.
|
|
|
|
- Bugfix: vymLink and URL for MapCenter were not saved
|
|
|
|
* Mon Oct 17 2005 - uwedr@suse.de
|
|
|
|
- Removed extra qualification in xml.h
|
|
|
|
* Mon Sep 05 2005 - uwedr@suse.de
|
|
|
|
- Version 1.7.4
|
|
|
|
- Feature: Link of a branch can be hidden, if object is not selected
|
|
|
|
- Bugfix: Zoomed map no longer "jumps around" when branch is selected
|
|
|
|
or moved.
|
|
|
|
- Bugfix: TextEditor now has grey background again, if it is empty
|
|
|
|
- Bugfix: BranchObj no longer need to connect to TextEditor, BranchObj
|
|
|
|
is no longer a QOBJECT
|
|
|
|
* Thu Sep 01 2005 - uwedr@suse.de
|
|
|
|
- Bugfix: Some minor changes so that translations use arguments now
|
|
|
|
instead of several calls to tr()
|
|
|
|
* Tue Aug 30 2005 - uwedr@suse.de
|
|
|
|
- Bugfix: Fixed pasting vymlinks: Pasting a branch to a target in
|
|
|
|
another map caused vym to go in an endless loop, if the vymlink of the
|
|
|
|
branch pointed to the new map.
|
|
|
|
- Bugfix: Invisible floatimages (which have a scrolled parent) can
|
|
|
|
no longer can be selected
|
|
|
|
* Fri Aug 19 2005 - uwedr@suse.de
|
|
|
|
- Feature: added debian subdirectory created by Steffen Joeris
|
|
|
|
- Feature: added license to new aboutwindow
|
|
|
|
Tue Aug 16 19:22:56 CEST 2005 - jhilmer
|
|
|
|
- Bugfix: Fixed link handling in aboutdialog.
|
|
|
|
* Tue Aug 16 2005 - uwedr@suse.de
|
|
|
|
- Feature: Added keyboard shortcut to reset zoom factor
|
|
|
|
- Bugfix: Added "..." to menu entries leading to another dialog
|
|
|
|
- Bugfix: The setting option "Delete Key" is working again
|
|
|
|
- Bugfix: A branch moved from left side to right had wrong orienation
|
|
|
|
* Tue Aug 02 2005 - uwedr@suse.de
|
|
|
|
- Bugfix: Heading sizes now correct after moving e.g. mainbranch to
|
|
|
|
a branch
|
|
|
|
Mon Aug 1 22:40:29 CEST 2005 - jhilmer
|
|
|
|
- Bugfix: Problems with closing of note editor when text was modified.
|
|
|
|
- Feature: Added subscript and superscript to note editor
|
|
|
|
* Thu Jul 28 2005 - uwedr@suse.de
|
|
|
|
- Version 1.7.3
|
|
|
|
- Bugfix: Frames didn't become invisible if scrolled
|
|
|
|
- Version 1.7.2
|
|
|
|
- Bugfix: if selection changed before undo, undo worked on wrong
|
|
|
|
branch
|
|
|
|
* Wed Jul 27 2005 - ro@suse.de
|
|
|
|
- include math.h in linkablemapobj.cpp and misc.cpp
|
|
|
|
* Thu Jul 14 2005 - uwedr@suse.de
|
|
|
|
- Version 1.7.0
|
|
|
|
* Fri Apr 15 2005 - uwedr@suse.de
|
|
|
|
- Update to 1.6.4
|
|
|
|
- Compiles on gcc4 now
|
|
|
|
* Tue Feb 08 2005 - joe@suse.de
|
|
|
|
- Change menu category
|
|
|
|
- Add .desktop files for KDE mimetypes
|
|
|
|
* Fri Jan 21 2005 - uwedr@suse.de
|
|
|
|
- Update to 1.6.0
|
|
|
|
* Fri Jan 07 2005 - adrian@suse.de
|
|
|
|
- fix build, qmake isn't anymore in $PATH by default
|
|
|
|
* Wed Sep 29 2004 - uwedr@suse.de
|
|
|
|
- Bugfix: pdf documentation was not found
|
|
|
|
* Tue Sep 28 2004 - uwedr@suse.de
|
|
|
|
- Bugfix: Import from old map generated unbreakable spaces (ugly)
|
|
|
|
- Bugfix: No warning message (even if set) before overwriting dirs (ugly)
|
|
|
|
* Sun Sep 26 2004 - uwedr@suse.de
|
|
|
|
- Update to 1.5.0
|
|
|
|
* Fri May 28 2004 - adrian@suse.de
|
|
|
|
- use "Development Design" Categories to match the menu definition (#41338)
|
|
|
|
* Tue May 25 2004 - uwedr@suse.de
|
|
|
|
- Bugfix: map is not saved with special characters in path
|
|
|
|
- Bugfix: color of branch not saved sometimes
|
|
|
|
- Bugfix: wrong path at HTML export
|
|
|
|
* Tue May 18 2004 - uwedr@suse.de
|
|
|
|
- Bugfix: invisible image when parent is scrolled
|
|
|
|
- Bugfix: Segfault pressing "enter" for floatimage
|
|
|
|
- Bugfix: Images can't be outside of exported area anymore
|
|
|
|
- Bugfix: Filenames with blanks
|
|
|
|
- Bugfix: Old maplink is shown when editing maplink
|
|
|
|
- Bugfix: always show cursor while editing heading
|
|
|
|
* Wed Apr 28 2004 - uwedr@suse.de
|
|
|
|
- Update to 1.4.0
|
|
|
|
* Tue Mar 23 2004 - uwedr@suse.de
|
|
|
|
- Bugfix: New maps were not saved
|
|
|
|
- Bugfix: Check if file is writable before saving.
|
|
|
|
* Mon Mar 22 2004 - uwedr@suse.de
|
|
|
|
- Update to 1.3.0
|
|
|
|
* Wed Feb 25 2004 - hmacht@suse.de
|
|
|
|
- building as non-root user
|
|
|
|
* Thu Sep 18 2003 - uwedr@suse.de
|
|
|
|
- Fixed #31291 (drawing error, unnecessary files)
|
|
|
|
* Tue Sep 16 2003 - uwedr@suse.de
|
|
|
|
- Update to 1.0.0
|
|
|
|
+ automatic resizing of canvas
|
|
|
|
+ Options
|
|
|
|
+ docs
|
|
|
|
+ Bugfixing
|
|
|
|
* Thu Jul 10 2003 - uwedr@suse.de
|
|
|
|
- Update to 0.7.9:
|
|
|
|
+ graphical flags
|
|
|
|
+ export as png
|
|
|
|
+ fixed rare segfault
|
|
|
|
* Thu Jun 05 2003 - uwedr@suse.de
|
|
|
|
- Initial version.
|