automatic version update by autodist [release 5.94.0-1mamba;Sun May 15 2022]
This commit is contained in:
parent
d6ec875394
commit
4237dd487d
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: kdelibs4support
|
||||
Version: 5.93.0
|
||||
Version: 5.94.0
|
||||
Release: 1mamba
|
||||
Summary: Code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5
|
||||
Group: System/Libraries
|
||||
@ -65,6 +65,7 @@ This includes CMake macros and C++ classes whose functionality has been replaced
|
||||
Group: System/Libraries
|
||||
Summary: Code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5
|
||||
Requires: libkemoticons >= %{majver}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n lib%{name}
|
||||
This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5.
|
||||
@ -101,7 +102,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -n lib%{name} -f %{name}5_qt.lang
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/xdg/colors/40.colors
|
||||
%{_sysconfdir}/xdg/colors/Oxygen.colors
|
||||
@ -111,12 +112,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_sysconfdir}/xdg/kdebug.areas
|
||||
%{_sysconfdir}/xdg/kdebugrc
|
||||
%{_sysconfdir}/xdg/ksslcalist
|
||||
%{_libdir}/libKF5KDELibs4Support.so.*
|
||||
%{_libdir}/qt5/plugins/designer/kf5deprecatedwidgets.so
|
||||
%{_libdir}/qt5/plugins/kcm_ssl.so
|
||||
%{_libdir}/qt5/plugins/kf5/kded/networkstatus.so
|
||||
%{_libdir}/qt5/plugins/kf5/kio/metainfo.so
|
||||
%{_libexecdir}/kf5/filesharelist
|
||||
%{_bindir}/kdebugdialog5
|
||||
%{_datadir}/kf5/locale/countries/*
|
||||
%{_datadir}/kf5/locale/currency/*
|
||||
%{_datadir}/kf5/widgets/pics/*.png
|
||||
@ -134,12 +130,19 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_datadir}/kf5/kdoctools/customization/catalog4.xml
|
||||
%{_datadir}/kf5/kdoctools/customization/dtd/kdex.dtd
|
||||
%{_datadir}/kf5/kssl/ca-bundle.crt
|
||||
%{_mandir}/man1/kf5-config.1*
|
||||
|
||||
%files -n lib%{name} -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKF5KDELibs4Support.so.*
|
||||
%{_libdir}/qt5/plugins/designer/kf5deprecatedwidgets.so
|
||||
%{_libdir}/qt5/plugins/kcm_ssl.so
|
||||
%{_libdir}/qt5/plugins/kf5/kded/networkstatus.so
|
||||
%{_libdir}/qt5/plugins/kf5/kio/metainfo.so
|
||||
%{_libexecdir}/kf5/filesharelist
|
||||
%doc COPYING COPYING.LIB
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/kdebugdialog5
|
||||
%{_bindir}/kf5-config
|
||||
%dir %{_includedir}/KF5/KDELibs4Support
|
||||
%dir %{_includedir}/KF5/KDELibs4Support/KDE
|
||||
@ -172,10 +175,17 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/cmake/KF5KDELibs4Support/PythonCompile.py
|
||||
%{_libexecdir}/kf5/fileshareset
|
||||
%{_libdir}/libKF5KDELibs4Support.so
|
||||
%{_mandir}/man1/kf5-config.1*
|
||||
#%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun May 15 2022 Automatic Build System <autodist@mambasoft.it> 5.94.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.93.0-2mamba
|
||||
- add a main package and move there kdebugdialog5 from -devel
|
||||
|
||||
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 5.93.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user