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
|
Name: svgpart
|
||||||
Version: 4.14.3
|
Version: 16.12.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE4's KPart to display SVG images
|
Summary: KDE4's KPart to display SVG images
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.kde.org
|
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
|
License: GPL
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -15,11 +15,11 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: kdelibs-devel
|
BuildRequires: kdelibs-devel
|
||||||
BuildRequires: kde-workspace-devel
|
BuildRequires: kde-workspace-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libsoprano-devel
|
BuildRequires: libsoprano-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: kde-workspace
|
#Requires: kde-workspace
|
||||||
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
|
||||||
@ -33,7 +33,7 @@ A simple KPart to display SVG images in Gwenview, Konqueror, and possibly other
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -55,12 +55,18 @@ exit 0
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_datadir}/%{name}
|
%{_libdir}/qt5/plugins/svgpart.so
|
||||||
%{_kde4_libdir}/kde4/%{name}.so
|
%{_datadir}/kxmlgui5/svgpart/svgpart.rc
|
||||||
%{_kde4_servicesdir}/%{name}.desktop
|
%{_kde5_servicesdir}/%{name}.desktop
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user