This commit is contained in:
parent
aa517217b7
commit
35e0cde973
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f293c008250db5c45c8eca1b2e58279c255eed8051f6578a8a80287ab8f178e1
|
oid sha256:b0ea96851419c2c864cceef24fc72ab5b084be9a1c66aa631d150b77134225a8
|
||||||
size 2799829
|
size 2800525
|
||||||
|
16
vym.changes
16
vym.changes
@ -1,5 +1,11 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 20 17:09:28 CEST 2007 - uwedr@novell.com
|
Mon Aug 27 13:11:22 CEST 2007 - uwedr@suse.de
|
||||||
|
|
||||||
|
- Bugfix: Find manual in /usr/share/doc/packages/vym
|
||||||
|
- Bugfix: Updated README.txt
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 20 17:09:28 CEST 2007 - uwedr@suse.de
|
||||||
|
|
||||||
- Version: 1.10.0
|
- Version: 1.10.0
|
||||||
- Bugfix: Added missing standard flag (one of the smileys got lost)
|
- Bugfix: Added missing standard flag (one of the smileys got lost)
|
||||||
@ -7,12 +13,12 @@ Mon Aug 20 17:09:28 CEST 2007 - uwedr@novell.com
|
|||||||
previously zoomed map
|
previously zoomed map
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 31 22:09:01 CEST 2007 - uwedr@novell.com
|
Tue Jul 31 22:09:01 CEST 2007 - uwedr@suse.de
|
||||||
|
|
||||||
- Bugfix: Smother parabel links (Alexander Rettig)
|
- Bugfix: Smother parabel links (Alexander Rettig)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 27 13:31:41 CEST 2007 - uwedr@novell.com
|
Fri Jul 27 13:31:41 CEST 2007 - uwedr@suse.de
|
||||||
|
|
||||||
- Version: 1.9.4
|
- Version: 1.9.4
|
||||||
- Feature: Restructured internal handling of XML based maps
|
- Feature: Restructured internal handling of XML based maps
|
||||||
@ -20,13 +26,13 @@ Fri Jul 27 13:31:41 CEST 2007 - uwedr@novell.com
|
|||||||
support
|
support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 23 14:40:38 CEST 2007 - uwedr@novell.com
|
Mon Jul 23 14:40:38 CEST 2007 - uwedr@suse.de
|
||||||
|
|
||||||
- Version: 1.9.3
|
- Version: 1.9.3
|
||||||
- Feature: Import of Freemind maps
|
- Feature: Import of Freemind maps
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 17 13:16:25 CEST 2007 - uwedr
|
Tue Jul 17 13:16:25 CEST 2007 - uwedr@suse.de
|
||||||
|
|
||||||
- Version: 1.9.2
|
- Version: 1.9.2
|
||||||
- Bugfix: Workaround for wrong XML generated by QT with in QRichText
|
- Bugfix: Workaround for wrong XML generated by QT with in QRichText
|
||||||
|
16
vym.spec
16
vym.spec
@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: VYM (View Your Mind) generate and manipulate maps which show your thoughts
|
Summary: VYM (View Your Mind) generate and manipulate maps which show your thoughts
|
||||||
Version: 1.10.0
|
Version: 1.10.0
|
||||||
Release: 2
|
Release: 6
|
||||||
Source0: %name-%version.tar.bz2
|
Source0: %name-%version.tar.bz2
|
||||||
Source1: %name.desktop
|
Source1: %name.desktop
|
||||||
Source2: x-%name.desktop
|
Source2: x-%name.desktop
|
||||||
@ -49,6 +49,7 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
|
|||||||
install -m 0644 icons/vym.png $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
|
install -m 0644 icons/vym.png $RPM_BUILD_ROOT%{_prefix}/share/pixmaps
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
|
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
|
||||||
install -m 0644 README.txt LICENSE.txt INSTALL.txt $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
|
install -m 0644 README.txt LICENSE.txt INSTALL.txt $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
|
||||||
|
install -m 0644 doc/*.pdf $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
|
||||||
make install
|
make install
|
||||||
%suse_update_desktop_file -i %name Office ProjectManagement
|
%suse_update_desktop_file -i %name Office ProjectManagement
|
||||||
mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/mimelnk/application/
|
mkdir -p $RPM_BUILD_ROOT/opt/kde3/share/mimelnk/application/
|
||||||
@ -68,22 +69,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_defaultdocdir}/%{name}
|
%doc %{_defaultdocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 20 2007 - uwedr@novell.com
|
* Mon Aug 27 2007 - uwedr@suse.de
|
||||||
|
- Bugfix: Find manual in /usr/share/doc/packages/vym
|
||||||
|
- Bugfix: Updated README.txt
|
||||||
|
* Mon Aug 20 2007 - uwedr@suse.de
|
||||||
- Version: 1.10.0
|
- Version: 1.10.0
|
||||||
- Bugfix: Added missing standard flag (one of the smileys got lost)
|
- Bugfix: Added missing standard flag (one of the smileys got lost)
|
||||||
- Bugfix: Wrong parsing of relative positions after load of
|
- Bugfix: Wrong parsing of relative positions after load of
|
||||||
previously zoomed map
|
previously zoomed map
|
||||||
* Tue Jul 31 2007 - uwedr@novell.com
|
* Tue Jul 31 2007 - uwedr@suse.de
|
||||||
- Bugfix: Smother parabel links (Alexander Rettig)
|
- Bugfix: Smother parabel links (Alexander Rettig)
|
||||||
* Fri Jul 27 2007 - uwedr@novell.com
|
* Fri Jul 27 2007 - uwedr@suse.de
|
||||||
- Version: 1.9.4
|
- Version: 1.9.4
|
||||||
- Feature: Restructured internal handling of XML based maps
|
- Feature: Restructured internal handling of XML based maps
|
||||||
- Feature: Switched from QSimpleTextItem to QTextItem for Freemind
|
- Feature: Switched from QSimpleTextItem to QTextItem for Freemind
|
||||||
support
|
support
|
||||||
* Mon Jul 23 2007 - uwedr@novell.com
|
* Mon Jul 23 2007 - uwedr@suse.de
|
||||||
- Version: 1.9.3
|
- Version: 1.9.3
|
||||||
- Feature: Import of Freemind maps
|
- Feature: Import of Freemind maps
|
||||||
Tue Jul 17 13:16:25 CEST 2007 - uwedr
|
* Tue Jul 17 2007 - uwedr@suse.de
|
||||||
- Version: 1.9.2
|
- Version: 1.9.2
|
||||||
- Bugfix: Workaround for wrong XML generated by QT with in QRichText
|
- Bugfix: Workaround for wrong XML generated by QT with in QRichText
|
||||||
list items
|
list items
|
||||||
|
Loading…
Reference in New Issue
Block a user