automatic version update by autodist [release 3.0.0-1mamba;Fri Apr 20 2018]

This commit is contained in:
Automatic Build System 2024-01-06 00:46:36 +01:00
parent 4e744bb96b
commit 4b90d267bf

View File

@ -1,5 +1,5 @@
Name: kcm-wacomtablet
Version: 2.1.0
Version: 3.0.0
Release: 1mamba
Summary: A KDE configuration GUI for the Wacom Linux Drivers
Group: Graphical Desktop/Applications/Configuration
@ -12,7 +12,6 @@ Source: git://anongit.kde.org/wacomtablet/master/wacomtablet-%{version}.t
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: kdelibs-devel
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libX11-devel
@ -24,13 +23,12 @@ BuildRequires: libXi-devel
BuildRequires: libXpm-devel
BuildRequires: libXrandr-devel
BuildRequires: libgcc
BuildRequires: libqt4-devel
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: automoc4
BuildRequires: cmake
BuildRequires: libphonon-devel
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -42,7 +40,7 @@ This module implements a GUI for the Wacom Linux Drivers and extends it with pro
%setup -q -n wacomtablet-%{version}
%build
%cmake_kde4 -d build
%cmake_kde5 -d build
%make
%install
@ -54,24 +52,32 @@ This module implements a GUI for the Wacom Linux Drivers and extends it with pro
%files
%defattr(-,root,root)
%{_kde4_bindir}/kde_wacom_tabletfinder
%{_kde4_libdir}/kde4/kcm_wacomtablet.so
%{_kde4_libdir}/kde4/kded_wacomtablet.so
%{_kde4_libdir}/kde4/plasma_applet_wacomtabletsettings.so
%dir %{_kde4_datadir}/wacomtablet
%dir %{_kde4_datadir}/wacomtablet/data
%{_kde4_datadir}/wacomtablet/data/*
%dir %{_kde4_datadir}/wacomtablet/images
%{_kde4_datadir}/wacomtablet/images/*
%{_kde4_datadir}/wacomtablet/wacomtablet.notifyrc
%doc %lang(en) %{_kde4_htmldir}/en/kcontrol/wacomtablet/*
%{_kde4_servicesdir}/kcm_wacomtablet.desktop
%{_kde4_servicesdir}/kded/wacomtablet.desktop
%{_kde4_servicesdir}/plasma-applet-wacomtabletsettings.desktop
%{_kde5_bindir}/kde_wacom_tabletfinder
%dir %{_kde5_datadir}/wacomtablet
%dir %{_kde5_datadir}/wacomtablet/data
%{_kde5_datadir}/wacomtablet/data/*
%dir %{_kde5_datadir}/wacomtablet/images
%{_kde5_datadir}/wacomtablet/images/*
%doc %lang(en) %{_kde5_htmldir}/en/kcontrol/wacomtablet/*
%{_kde5_servicesdir}/kcm_wacomtablet.desktop
%{_libdir}/qt5/plugins/kcm_wacomtablet.so
%{_libdir}/qt5/plugins/kf5/kded/wacomtablet.so
%{_libdir}/qt5/plugins/plasma/dataengine/plasma_engine_wacomtablet.so
%{_datadir}/plasma/services/wacomtablet.operations
%{_datadir}/knotifications5/wacomtablet.notifyrc
%{_datadir}/kservices5/plasma-applet-org.kde.plasma.wacomtablet.desktop
%{_datadir}/kservices5/plasma-dataengine-wacomtablet.desktop
%{_datadir}/metainfo/org.kde.plasma.wacomtablet.appdata.xml
%{_datadir}/metainfo/org.kde.wacomtablet.metainfo.xml
%dir %{_datadir}/plasma/plasmoids/org.kde.plasma.wacomtablet
%{_datadir}/plasma/plasmoids/org.kde.plasma.wacomtablet/*
%{_datadir}/applications/kde_wacom_tabletfinder.desktop
%{_datadir}/dbus-1/interfaces/org.kde.Wacom.xml
%doc AUTHORS COPYING
%changelog
* Fri Apr 20 2018 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
- automatic version update by autodist
* Wed Dec 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
- package created using the webbuild interface