automatic version update by autodist [release 5.10.0-1mamba;Tue May 26 2015]

This commit is contained in:
Automatic Build System 2024-01-06 01:07:40 +01:00
parent 3f6bec0a23
commit 899d115c90

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kdelibs4support
Version: 5.9.0
Version: 5.10.0
Release: 1mamba
Summary: Code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5
Group: System/Libraries
@ -78,12 +78,13 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
%cmake -d build \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=%{_lib} \
-DLIBEXEC_INSTALL_DIR=%{_lib} \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF
%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
@ -134,6 +135,7 @@ 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}/ca/man1/kf5-config.1*
%{_mandir}/de/man1/kf5-config.1*
%{_mandir}/man1/kf5-config.1*
%{_mandir}/nl/man1/kf5-config.1*
@ -175,13 +177,15 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/cmake/KF5KDELibs4Support/FindLibPython.py
%{_libdir}/cmake/KF5KDELibs4Support/FindSIP.py
%{_libdir}/cmake/KF5KDELibs4Support/PythonCompile.py
%{_libdir}/kf5/filesharelist
%{_libdir}/kf5/fileshareset
%{_libexecdir}/kf5/fileshareset
%{_libdir}/libKF5KDELibs4Support.so
%doc README.md
%changelog
* Tue May 26 2015 Automatic Build System <autodist@mambasoft.it> 5.10.0-1mamba
- automatic version update by autodist
* Sat Apr 25 2015 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
- automatic version update by autodist