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