Accepting request 696754 from home:alois:branches:graphics
- Update to version 0.2.13 (no changelog supplied) OBS-URL: https://build.opensuse.org/request/show/696754 OBS-URL: https://build.opensuse.org/package/show/graphics/tupitube?expand=0&rev=5
This commit is contained in:
parent
544195527a
commit
991a78178a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 11:35:59 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 0.2.13 (no changelog supplied)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 1 23:41:31 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7ff0d3197dfe36b17eb9e423a4a6860646056a3b0b290b6f75b083b8436273f
|
||||
size 5890396
|
3
tupitube.desk-0.2.13.tar.gz
Normal file
3
tupitube.desk-0.2.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d415d21e060b4b46b0408073c6c6e7d80f1e6f14044880d4c58add0d58d330cd
|
||||
size 5989425
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tupitube
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 Packman Team <packman@links2linux.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -13,7 +13,7 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -22,10 +22,10 @@
|
||||
%define _tupilib %{_libdir}/%{name}
|
||||
%define _tupidata %{_datadir}/%{name}
|
||||
Name: tupitube
|
||||
Version: 0.2.10
|
||||
Version: 0.2.13
|
||||
Release: 0
|
||||
Summary: 2D vectorial/animation tool
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Graphics/Vector Editors
|
||||
URL: https://maefloresta.com
|
||||
Source0: https://sourceforge.net/projects/tupi2d/files/Source%20Code/tupitube.desk-%{version}.tar.gz
|
||||
@ -55,10 +55,10 @@ BuildRequires: pkgconfig(libswscale)
|
||||
BuildRequires: pkgconfig(ogg)
|
||||
BuildRequires: pkgconfig(theora)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
Requires: %(rpm -qf $(readlink -qne %{_libdir}/libogg.so) --qf '%%{NAME} >= %%{VERSION}')
|
||||
Requires: %(rpm -qf $(readlink -qne %{_libdir}/libtheora.so) --qf '%%{NAME} >= %%{VERSION}')
|
||||
Requires: %{name}-plugins
|
||||
Requires: ffmpeg
|
||||
Requires: %(rpm -qf $(readlink -qne %{_libdir}/libogg.so) --qf '%%{NAME} >= %%{VERSION}')
|
||||
Requires: %(rpm -qf $(readlink -qne %{_libdir}/libtheora.so) --qf '%%{NAME} >= %%{VERSION}')
|
||||
Provides: ktoon = %{version}
|
||||
Obsoletes: ktoon < %{version}
|
||||
Provides: tupi = %{version}
|
||||
@ -88,7 +88,7 @@ A design and authoring tool for 2D animation.
|
||||
This package contains plugins for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n tupitube.desk_%{version}
|
||||
%setup -q -n tupitube.desk
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
@ -143,7 +143,8 @@ sed -i -e '/^Exec/cExec=%{name}' -e '/^Icon/cIcon=%{name}' \
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc COPYING README*
|
||||
%license COPYING
|
||||
%doc README*
|
||||
%{_bindir}/%{name}
|
||||
%{_tupibin}/
|
||||
%dir %{_tupilib}
|
||||
|
Loading…
Reference in New Issue
Block a user