diff --git a/README.md b/README.md index 774962b..c1f99e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # kdelibs4support -This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. +This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. +This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. diff --git a/kdelibs4support.spec b/kdelibs4support.spec index db91aa2..c0fba3a 100644 --- a/kdelibs4support.spec +++ b/kdelibs4support.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: kdelibs4support -Version: 5.76.0 +Version: 5.77.0 Release: 1mamba Summary: Code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5 Group: System/Libraries @@ -12,7 +12,7 @@ Source: http://download.kde.org/stable/frameworks/%{majver}/portingAids/k License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: kconfig-devel +BuildRequires: ldconfig BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel @@ -22,6 +22,7 @@ BuildRequires: libkauth-devel BuildRequires: libkbookmarks-devel BuildRequires: libkcodecs-devel BuildRequires: libkcompletion-devel +BuildRequires: libkconfig-devel BuildRequires: libkconfigwidgets-devel BuildRequires: libkcoreaddons-devel BuildRequires: libkcrash-devel @@ -45,8 +46,10 @@ BuildRequires: libqt5-devel BuildRequires: libsolid-devel BuildRequires: libsonnet-devel BuildRequires: libstdc++6-devel +BuildRequires: libxcb-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: libkemoticons-devel BuildRequires: kdesignerplugin BuildRequires: kded-devel BuildRequires: cmake @@ -54,7 +57,8 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. +This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. +This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. %package -n lib%{name} Group: System/Libraries @@ -62,7 +66,8 @@ Summary: Code and utilities to ease the transition from kdelibs 4 to KDE F Requires: libkemoticons >= %{majver} %description -n lib%{name} -This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. +This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. +This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks. %package -n lib%{name}-devel Group: Development/Libraries @@ -81,19 +86,13 @@ This package contains libraries and header files for developing applications tha %build %cmake_kde5 -d build -# -DCMAKE_BUILD_TYPE=Release \ -# -DLIB_INSTALL_DIR=%{_lib} \ -# -DLIBEXEC_INSTALL_DIR=%{_lib} \ -# -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -# -DBUILD_TESTING=OFF - %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build -%find_lang %{name} +%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -101,7 +100,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}.lang +%files -n lib%{name} -f %{name}5_qt.lang %defattr(-,root,root) %{_sysconfdir}/xdg/colors/40.colors %{_sysconfdir}/xdg/colors/Oxygen.colors @@ -140,15 +139,6 @@ This package contains libraries and header files for developing applications tha %{_datadir}/kf5/kssl/ca-bundle.crt %{_docdir}/HTML/*/kcontrol5 %{_mandir}/man1/kf5-config.1* -%{_mandir}/ca/man1/kf5-config.1* -%{_mandir}/de/man1/kf5-config.1* -%{_mandir}/es/man1/kf5-config.1* -%{_mandir}/it/man1/kf5-config.1* -%{_mandir}/nl/man1/kf5-config.1* -%{_mandir}/pt/man1/kf5-config.1* -%{_mandir}/pt_BR/man1/kf5-config.1* -%{_mandir}/sv/man1/kf5-config.1* -%{_mandir}/uk/man1/kf5-config.1* %doc COPYING COPYING.LIB %files -n lib%{name}-devel @@ -190,6 +180,9 @@ This package contains libraries and header files for developing applications tha %changelog +* Thu Dec 24 2020 Automatic Build System 5.77.0-1mamba +- automatic version update by autodist + * Tue Nov 17 2020 Automatic Build System 5.76.0-1mamba - automatic version update by autodist