automatic version update by autodist [release 21.04.0-1mamba;Sat Apr 24 2021]
This commit is contained in:
parent
c8c40f93d9
commit
659f61ce7a
@ -1,4 +1,4 @@
|
|||||||
# svgpart
|
# svgpart
|
||||||
|
|
||||||
A simple KPart to display SVG images in Gwenview, Konqueror, and possibly other kde4 applications.
|
A simple KPart to display SVG images in Gwenview, Konqueror, and possibly other kde applications.
|
||||||
|
|
||||||
|
32
svgpart.spec
32
svgpart.spec
@ -1,7 +1,7 @@
|
|||||||
Name: svgpart
|
Name: svgpart
|
||||||
Version: 20.12.3
|
Version: 21.04.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE4's KPart to display SVG images
|
Summary: KDE's KPart to display SVG images
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
@ -12,8 +12,23 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libkauth-devel
|
||||||
|
BuildRequires: libkcodecs-devel
|
||||||
|
BuildRequires: libkcompletion-devel
|
||||||
|
BuildRequires: libkconfig-devel
|
||||||
|
BuildRequires: libkconfigwidgets-devel
|
||||||
|
BuildRequires: libkcoreaddons-devel
|
||||||
|
BuildRequires: libki18n-devel
|
||||||
|
BuildRequires: libkio-devel
|
||||||
|
BuildRequires: libkjobwidgets-devel
|
||||||
|
BuildRequires: libkparts-devel
|
||||||
|
BuildRequires: libkservice-devel
|
||||||
|
BuildRequires: libktextwidgets-devel
|
||||||
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
|
BuildRequires: libkwindowsystem-devel
|
||||||
|
BuildRequires: libkxmlgui-devel
|
||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libsoprano-devel
|
BuildRequires: libsonnet-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -21,10 +36,12 @@ BuildRequires: cmake
|
|||||||
Provides: kdegraphics4-svgpart = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: kdegraphics4-svgpart = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: kdegraphics-svgpart = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: kdegraphics-svgpart = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: kdegraphics4-svgpart
|
Obsoletes: kdegraphics4-svgpart
|
||||||
Obsoletes: kdegraphics-svgpart
|
Obsoletes: kdegraphics-svgpart < 21.04.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A simple KPart to display SVG images in Gwenview, Konqueror, and possibly other kde4 applications.
|
A simple KPart to display SVG images in Gwenview, Konqueror, and possibly other kde applications.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -57,9 +74,12 @@ exit 0
|
|||||||
%{_libdir}/qt5/plugins/kf5/parts/svgpart.so
|
%{_libdir}/qt5/plugins/kf5/parts/svgpart.so
|
||||||
%{_datadir}/metainfo/org.kde.svgpart.metainfo.xml
|
%{_datadir}/metainfo/org.kde.svgpart.metainfo.xml
|
||||||
%{_kde5_servicesdir}/%{name}.desktop
|
%{_kde5_servicesdir}/%{name}.desktop
|
||||||
%doc COPYING
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 24 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user