automatic version update by autodist [release 23.04.0-1mamba;Sat Apr 22 2023]
This commit is contained in:
parent
9eaa1d9081
commit
dad0b090d6
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kontactinterface
|
Name: kontactinterface
|
||||||
Version: 22.12.3
|
Version: 23.04.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks 5 Kontact interface library
|
Summary: KDE Frameworks 5 Kontact interface library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,6 +13,7 @@ Source: http://download.kde.org/stable/release-service/%{version}/src/kon
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt5X11Extras-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libkauth-devel
|
||||||
@ -86,26 +87,30 @@ exit 0
|
|||||||
|
|
||||||
%files -n lib%{name} -f %{name}5_qt.lang
|
%files -n lib%{name} -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_libdir}/libKF5KontactInterface.so.*
|
%{_libdir}/libKPim5KontactInterface.so.*
|
||||||
#%{_kde5_servicetypesdir}/kontactplugin.desktop
|
|
||||||
%{_datadir}/qlogging-categories5/kontactinterface.categories
|
%{_datadir}/qlogging-categories5/kontactinterface.categories
|
||||||
%{_datadir}/qlogging-categories5/kontactinterface.renamecategories
|
%{_datadir}/qlogging-categories5/kontactinterface.renamecategories
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_kde5_includedir}/KontactInterface
|
%dir %{_includedir}/KPim5/KontactInterface/KontactInterface
|
||||||
%dir %{_kde5_includedir}/KontactInterface/KontactInterface
|
%{_includedir}/KPim5/KontactInterface/KontactInterface/*
|
||||||
%{_kde5_includedir}/KontactInterface/KontactInterface/*
|
%dir %{_includedir}/KPim5/KontactInterface/kontactinterface
|
||||||
%dir %{_kde5_includedir}/KontactInterface/kontactinterface
|
%{_includedir}/KPim5/KontactInterface/kontactinterface/*
|
||||||
%{_kde5_includedir}/KontactInterface/kontactinterface/*
|
%{_includedir}/KPim5/KontactInterface/kontactinterface_version.h
|
||||||
%{_kde5_includedir}/KontactInterface/kontactinterface_version.h
|
%{_libdir}/libKPim5KontactInterface.so
|
||||||
%dir %{_kde5_libdir}/cmake/KF5KontactInterface
|
%dir %{_kde5_libdir}/cmake/KF5KontactInterface
|
||||||
|
%{_kde5_libdir}/cmake/KF5KontactInterface/KPim5KontactInterfaceTargets*.cmake
|
||||||
%{_kde5_libdir}/cmake/KF5KontactInterface/KF5KontactInterface*.cmake
|
%{_kde5_libdir}/cmake/KF5KontactInterface/KF5KontactInterface*.cmake
|
||||||
%{_kde5_libdir}/libKF5KontactInterface.so
|
%dir %{_libdir}/cmake/KPim5KontactInterface
|
||||||
|
%{_libdir}/cmake/KPim5KontactInterface/KPim5KontactInterface*.cmake
|
||||||
%{_kde5_mkspecsdir}/qt_KontactInterface.pri
|
%{_kde5_mkspecsdir}/qt_KontactInterface.pri
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 22 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user