automatic version update by autodist [release 17.04.3-1mamba;Tue Aug 15 2017]
This commit is contained in:
parent
83c7f14368
commit
1ec93659cf
13
svgpart.spec
13
svgpart.spec
@ -1,5 +1,5 @@
|
||||
Name: svgpart
|
||||
Version: 16.12.2
|
||||
Version: 17.04.3
|
||||
Release: 1mamba
|
||||
Summary: KDE4's KPart to display SVG images
|
||||
Group: Graphical Desktop/Applications/Graphics
|
||||
@ -9,16 +9,14 @@ Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/svgpart-%{version}.tar.xz
|
||||
License: GPL
|
||||
BuildRequires: cmake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: kde-workspace-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libsoprano-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
#Requires: kde-workspace
|
||||
Provides: kdegraphics4-svgpart = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: kdegraphics-svgpart = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -40,6 +38,8 @@ A simple KPart to display SVG images in Gwenview, Konqueror, and possibly other
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -53,7 +53,7 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/qt5/plugins/svgpart.so
|
||||
%{_datadir}/kxmlgui5/svgpart/svgpart.rc
|
||||
@ -61,6 +61,9 @@ exit 0
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Aug 15 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 10 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user