From 3856e5622278e79734dbafaca7d0ff497dfe6f796f3f8b015f77709e6f1c6148 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sat, 20 Nov 2010 11:32:36 +0000 Subject: [PATCH] Autobuild autoformatter for 53416 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vym?expand=0&rev=18 --- vym.spec | 175 +++++++++---------------------------------------------- 1 file changed, 27 insertions(+), 148 deletions(-) diff --git a/vym.spec b/vym.spec index 431badb..34d5abb 100644 --- a/vym.spec +++ b/vym.spec @@ -1,33 +1,39 @@ # -# spec file for package vym (Version 1.8.0) +# spec file for package vym (Version 1.12.8) # -# 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. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -# 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 -Name: vym +Name: vym -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 +BuildRequires: libqt4-devel update-desktop-files +Requires: zip unzip +License: GPLv2 +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 %description VYM (View Your Mind) is a tool to generate and manipulate maps which @@ -65,7 +71,6 @@ 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 - %clean rm -rf $RPM_BUILD_ROOT @@ -85,130 +90,4 @@ fi %doc %{_defaultdocdir}/%{name} %{_datadir}/mime/packages/vym.xml -%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. +%changelog