|
|
@ -2,11 +2,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.18.0
|
|
|
|
Version: 5.18.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 addon for creating configuration dialogs
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 addon for creating configuration dialogs
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+ and MIT
|
|
|
|
License: GPLv2+ and LGPLv2+ and MIT
|
|
|
|
URL: http://www.kde.org
|
|
|
|
URL: http://projects.kde.org/kconfigwidgets
|
|
|
|
|
|
|
|
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
@ -17,18 +17,17 @@ URL: http://www.kde.org
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-kauth-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kauth-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
|
|
|
|
BuildRequires: kf5-kcodecs-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kcodecs-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kconfig-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kconfig-devel >= %{version}
|
|
|
|
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kdoctools-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kdoctools-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kguiaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kguiaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-ki18n-devel >= %{version}
|
|
|
|
BuildRequires: kf5-ki18n-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kwidgetsaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kwidgetsaddons-devel >= %{version}
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
|
|
|
|
|
|
@ -43,7 +42,6 @@ Requires: kf5-kauth-devel >= %{version}
|
|
|
|
Requires: kf5-kcodecs-devel >= %{version}
|
|
|
|
Requires: kf5-kcodecs-devel >= %{version}
|
|
|
|
Requires: kf5-kconfig-devel >= %{version}
|
|
|
|
Requires: kf5-kconfig-devel >= %{version}
|
|
|
|
Requires: kf5-kwidgetsaddons-devel >= %{version}
|
|
|
|
Requires: kf5-kwidgetsaddons-devel >= %{version}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
@ -52,16 +50,19 @@ developing applications that use %{name}.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang kconfigwidgets5_qt --with-qt --all-name
|
|
|
|
%find_lang kconfigwidgets5_qt --with-qt --all-name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -69,7 +70,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files -f kconfigwidgets5_qt.lang
|
|
|
|
%files -f kconfigwidgets5_qt.lang
|
|
|
|
%doc COPYING COPYING.LIB README.md
|
|
|
|
%doc README.md
|
|
|
|
|
|
|
|
%license COPYING COPYING.LIB
|
|
|
|
%{_kf5_libdir}/libKF5ConfigWidgets.so.*
|
|
|
|
%{_kf5_libdir}/libKF5ConfigWidgets.so.*
|
|
|
|
%{_kf5_bindir}/preparetips5
|
|
|
|
%{_kf5_bindir}/preparetips5
|
|
|
|
%{_kf5_mandir}/man1/*
|
|
|
|
%{_kf5_mandir}/man1/*
|
|
|
@ -77,13 +79,16 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_kf5_includedir}/kconfigwidgets_version.h
|
|
|
|
%{_kf5_includedir}/kconfigwidgets_version.h
|
|
|
|
%{_kf5_includedir}/KConfigWidgets
|
|
|
|
%{_kf5_includedir}/KConfigWidgets/
|
|
|
|
%{_kf5_libdir}/libKF5ConfigWidgets.so
|
|
|
|
%{_kf5_libdir}/libKF5ConfigWidgets.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5ConfigWidgets
|
|
|
|
%{_kf5_libdir}/cmake/KF5ConfigWidgets/
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KConfigWidgets.pri
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KConfigWidgets.pri
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 14 2016 Rex Dieter <rdieter@fedoraproject.org> 5.18.0-2
|
|
|
|
|
|
|
|
- cosmetics, update URL, use %%license
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
|
|
|
|
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
|
|
|
|
- KDE Frameworks 5.18.0
|
|
|
|
- KDE Frameworks 5.18.0
|
|
|
|
|
|
|
|
|
|
|
|