From 56e79c2f447b47dff23f675bd208818ecebe0ed8 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:12:56 +0100 Subject: [PATCH] automatic version update by autodist [release 16.12.1-1mamba;Mon Jan 16 2017] --- svgpart.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/svgpart.spec b/svgpart.spec index cf8ec9a..8669502 100644 --- a/svgpart.spec +++ b/svgpart.spec @@ -1,5 +1,5 @@ Name: svgpart -Version: 4.14.3 +Version: 16.12.1 Release: 1mamba Summary: KDE4's KPart to display SVG images Group: Graphical Desktop/Applications/Graphics @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan URL: http://www.kde.org -Source: http://download.kde.org/stable/%{version}/src/svgpart-%{version}.tar.xz +Source: http://download.kde.org/stable/applications/%{version}/src/svgpart-%{version}.tar.xz License: GPL BuildRequires: cmake ## AUTOBUILDREQ-BEGIN @@ -15,11 +15,11 @@ BuildRequires: glibc-devel BuildRequires: kdelibs-devel BuildRequires: kde-workspace-devel BuildRequires: libgcc -BuildRequires: libqt4-devel +BuildRequires: libqt5-devel BuildRequires: libsoprano-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END -Requires: kde-workspace +#Requires: kde-workspace Provides: kdegraphics4-svgpart = %{?epoch:%epoch:}%{version}-%{release} Provides: kdegraphics-svgpart = %{?epoch:%epoch:}%{version}-%{release} Obsoletes: kdegraphics4-svgpart @@ -33,7 +33,7 @@ A simple KPart to display SVG images in Gwenview, Konqueror, and possibly other %setup -q %build -%cmake_kde4 -d build +%cmake_kde5 -d build %make %install @@ -55,12 +55,18 @@ exit 0 %files %defattr(-,root,root) -%{_kde4_datadir}/%{name} -%{_kde4_libdir}/kde4/%{name}.so -%{_kde4_servicesdir}/%{name}.desktop +%{_libdir}/qt5/plugins/svgpart.so +%{_datadir}/kxmlgui5/svgpart/svgpart.rc +%{_kde5_servicesdir}/%{name}.desktop %doc COPYING %changelog +* Mon Jan 16 2017 Automatic Build System 16.12.1-1mamba +- automatic version update by autodist + +* Sun Dec 25 2016 Automatic Build System 16.12.0-1mamba +- automatic version update by autodist + * Thu Nov 20 2014 Automatic Build System 4.14.3-1mamba - automatic version update by autodist