Updated to upstream version 2.8.0 (bugfixes and features)
OBS-URL: https://build.opensuse.org/package/show/editors/vym?expand=0&rev=55
This commit is contained in:
parent
e4a46dd3be
commit
1c3a49ff37
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:703a8d870d39752d83d5a47d81a640b65e902c726e2f14ad379b1fe72876d9e6
|
|
||||||
size 6776315
|
|
3
vym-2.8.0.tar.bz2
Normal file
3
vym-2.8.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:612908044a89ee65b87f09fbc20200c018653c4d808028b9448a385dab48ce55
|
||||||
|
size 8147914
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 15 08:04:13 UTC 2021 - Uwe Drechsel <vym@insilmaril.de>
|
||||||
|
|
||||||
|
- Update to upstream version 2.8.0 (bugfixes and features)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 15 20:31:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Mon Apr 15 20:31:01 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
8
vym.spec
8
vym.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vym
|
# spec file for package vym
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vym
|
Name: vym
|
||||||
Version: 2.7.0
|
Version: 2.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to generate and manipulate thought maps
|
Summary: Tool to generate and manipulate thought maps
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
Url: http://www.insilmaril.de/vym/index.html
|
URL: http://www.insilmaril.de/vym/index.html
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.xml
|
Source1: %{name}.xml
|
||||||
Source2: %{name}.desktop
|
Source2: %{name}.desktop
|
||||||
@ -67,7 +67,7 @@ mkdir -p %{buildroot}%{_datadir}/vym
|
|||||||
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
||||||
install -m 0644 icons/vym.png %{buildroot}%{_datadir}/pixmaps
|
install -m 0644 icons/vym.png %{buildroot}%{_datadir}/pixmaps
|
||||||
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
|
mkdir -p %{buildroot}%{_defaultdocdir}/%{name}
|
||||||
install -m 0644 README.md LICENSE.txt INSTALL.txt %{buildroot}%{_defaultdocdir}/%{name}
|
install -m 0644 README.md LICENSE.txt %{buildroot}%{_defaultdocdir}/%{name}
|
||||||
install -m 0644 doc/*.pdf %{buildroot}%{_defaultdocdir}/%{name}
|
install -m 0644 doc/*.pdf %{buildroot}%{_defaultdocdir}/%{name}
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install INSTALL_ROOT=%{buildroot}
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user