automatic version update by autodist [release 5.77.0-1mamba;Thu Dec 24 2020]
This commit is contained in:
parent
e3965d6204
commit
bdacbb15d9
@ -1,4 +1,5 @@
|
|||||||
# kdelibs4support
|
# 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.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: kdelibs4support
|
Name: kdelibs4support
|
||||||
Version: 5.76.0
|
Version: 5.77.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5
|
Summary: Code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,7 +12,7 @@ Source: http://download.kde.org/stable/frameworks/%{majver}/portingAids/k
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kconfig-devel
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
@ -22,6 +22,7 @@ BuildRequires: libkauth-devel
|
|||||||
BuildRequires: libkbookmarks-devel
|
BuildRequires: libkbookmarks-devel
|
||||||
BuildRequires: libkcodecs-devel
|
BuildRequires: libkcodecs-devel
|
||||||
BuildRequires: libkcompletion-devel
|
BuildRequires: libkcompletion-devel
|
||||||
|
BuildRequires: libkconfig-devel
|
||||||
BuildRequires: libkconfigwidgets-devel
|
BuildRequires: libkconfigwidgets-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkcoreaddons-devel
|
||||||
BuildRequires: libkcrash-devel
|
BuildRequires: libkcrash-devel
|
||||||
@ -45,8 +46,10 @@ BuildRequires: libqt5-devel
|
|||||||
BuildRequires: libsolid-devel
|
BuildRequires: libsolid-devel
|
||||||
BuildRequires: libsonnet-devel
|
BuildRequires: libsonnet-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libkemoticons-devel
|
||||||
BuildRequires: kdesignerplugin
|
BuildRequires: kdesignerplugin
|
||||||
BuildRequires: kded-devel
|
BuildRequires: kded-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -54,7 +57,8 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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}
|
%package -n lib%{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -62,7 +66,8 @@ Summary: Code and utilities to ease the transition from kdelibs 4 to KDE F
|
|||||||
Requires: libkemoticons >= %{majver}
|
Requires: libkemoticons >= %{majver}
|
||||||
|
|
||||||
%description -n lib%{name}
|
%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
|
%package -n lib%{name}-devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -81,19 +86,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%build
|
%build
|
||||||
%cmake_kde5 -d 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
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{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
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -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)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/xdg/colors/40.colors
|
%{_sysconfdir}/xdg/colors/40.colors
|
||||||
%{_sysconfdir}/xdg/colors/Oxygen.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
|
%{_datadir}/kf5/kssl/ca-bundle.crt
|
||||||
%{_docdir}/HTML/*/kcontrol5
|
%{_docdir}/HTML/*/kcontrol5
|
||||||
%{_mandir}/man1/kf5-config.1*
|
%{_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
|
%doc COPYING COPYING.LIB
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
@ -190,6 +180,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 24 2020 Automatic Build System <autodist@mambasoft.it> 5.77.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Nov 17 2020 Automatic Build System <autodist@mambasoft.it> 5.76.0-1mamba
|
* Tue Nov 17 2020 Automatic Build System <autodist@mambasoft.it> 5.76.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user