automatic version update by autodist [release 16.12.1-1mamba;Mon Jan 16 2017]
This commit is contained in:
parent
23c3a7d8c7
commit
56e79c2f44
22
svgpart.spec
22
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 <davide.madrisan@gmail.com>
|
||||
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 <autodist@mambasoft.it> 16.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 25 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user