Dan Vrátil 01687ec
%global framework kdbusaddons
Dan Vrátil 584fd32
Dan Vrátil 584fd32
Name:           kf5-%{framework}
Dan Vrátil ff0dd40
Version:        5.11.0
Dan Vrátil de8890a
Release:        1%{?dist}
Dan Vrátil 584fd32
Summary:        KDE Frameworks 5 Tier 1 addon with various classes on top of QtDBus
Dan Vrátil 584fd32
Dan Vrátil 584fd32
License:        LGPLv2+
Dan Vrátil 584fd32
URL:            http://www.kde.org
Dan Vrátil c4311b0
Dan Vrátil dede3be
%global versiondir %(echo %{version} | cut -d. -f1-2)
Dan Vrátil c4311b0
%global revision %(echo %{version} | cut -d. -f3)
Dan Vrátil c4311b0
%if %{revision} >= 50
Dan Vrátil c4311b0
%global stable unstable
Dan Vrátil c4311b0
%else
Dan Vrátil c4311b0
%global stable stable
Dan Vrátil c4311b0
%endif
Dan Vrátil dede3be
Source0:        http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
Dan Vrátil 584fd32
Dan Vrátil 584fd32
BuildRequires:  kf5-rpm-macros
Dan Vrátil 584fd32
BuildRequires:  extra-cmake-modules
Dan Vrátil 584fd32
BuildRequires:  qt5-qtbase-devel
Dan Vrátil 584fd32
BuildRequires:  qt5-qttools-devel
Dan Vrátil cd9127d
BuildRequires:  qt5-qtx11extras-devel
Dan Vrátil 584fd32
Dan Vrátil 584fd32
Requires:       kf5-filesystem
Dan Vrátil 584fd32
Dan Vrátil 584fd32
%description
Dan Vrátil 584fd32
KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
Dan Vrátil 584fd32
create KDED modules.
Dan Vrátil 584fd32
Dan Vrátil 584fd32
%package        devel
Dan Vrátil 584fd32
Summary:        Development files for %{name}
Dan Vrátil 584fd32
Requires:       %{name}%{?_isa} = %{version}-%{release}
Dan Vrátil cd9127d
Requires:       qt5-qtbase-devel
Dan Vrátil 584fd32
Dan Vrátil 584fd32
%description    devel
Dan Vrátil 584fd32
The %{name}-devel package contains libraries and header files for
Dan Vrátil 584fd32
developing applications that use %{name}.
Dan Vrátil 584fd32
Dan Vrátil 584fd32
Dan Vrátil 584fd32
%prep
Dan Vrátil 584fd32
%setup -q -n %{framework}-%{version}
Dan Vrátil 584fd32
Dan Vrátil 584fd32
%build
Dan Vrátil 584fd32
mkdir -p %{_target_platform}
Dan Vrátil 584fd32
pushd %{_target_platform}
Dan Vrátil 584fd32
%{cmake_kf5} ..
Dan Vrátil 584fd32
popd
Dan Vrátil 584fd32
Dan Vrátil 584fd32
make %{?_smp_mflags} -C %{_target_platform}
Dan Vrátil 584fd32
Dan Vrátil 584fd32
%install
Dan Vrátil 584fd32
%make_install -C %{_target_platform}
Dan Vrátil 584fd32
%find_lang kdbusaddons5_qt --with-qt --all-name
Dan Vrátil 584fd32
Dan Vrátil 584fd32
Dan Vrátil c4311b0
%post -p /sbin/ldconfig
Dan Vrátil 584fd32
%postun -p /sbin/ldconfig
Dan Vrátil 584fd32
Dan Vrátil 584fd32
%files -f kdbusaddons5_qt.lang
Dan Vrátil 584fd32
%doc COPYING.LIB README.md
Dan Vrátil 584fd32
%{_kf5_bindir}/kquitapp5
Dan Vrátil 584fd32
%{_kf5_libdir}/libKF5DBusAddons.so.*
Dan Vrátil 584fd32
Dan Vrátil 584fd32
%files devel
Dan Vrátil 584fd32
%{_kf5_includedir}/kdbusaddons_version.h
Dan Vrátil 584fd32
%{_kf5_includedir}/KDBusAddons
Dan Vrátil 584fd32
%{_kf5_libdir}/libKF5DBusAddons.so
Dan Vrátil 584fd32
%{_kf5_libdir}/cmake/KF5DBusAddons
Dan Vrátil 584fd32
%{_kf5_archdatadir}/mkspecs/modules/qt_KDBusAddons.pri
Dan Vrátil 584fd32
Dan Vrátil c4311b0
Dan Vrátil 584fd32
%changelog
Dan Vrátil ff0dd40
* Wed Jun 10 2015 Daniel Vrátil <dvratil@redhat.com> - 5.11.0-1
Dan Vrátil ff0dd40
- KDE Frameworks 5.11.0
Dan Vrátil ff0dd40
Dan Vrátil de8890a
* Mon May 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.10.0-1
Dan Vrátil de8890a
- KDE Frameworks 5.10.0
Dan Vrátil de8890a
255b0bd
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 5.9.0-2
255b0bd
- Rebuilt for GCC 5 C++11 ABI change
255b0bd
Dan Vrátil d574d8c
* Tue Apr 07 2015 Daniel Vrátil <dvratil@redhat.com> - 5.9.0-1
Dan Vrátil d574d8c
- KDE Frameworks 5.9.0
Dan Vrátil d574d8c
Dan Vrátil 416a04b
* Mon Mar 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.8.0-1
Dan Vrátil 416a04b
- KDE Frameworks 5.8.0
Dan Vrátil 416a04b
Dan Vrátil db8a173
* Fri Feb 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-2
Dan Vrátil db8a173
- Rebuild (GCC 5)
Dan Vrátil db8a173
Dan Vrátil cd9127d
* Mon Feb 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-1
Dan Vrátil cd9127d
- KDE Frameworks 5.7.0
Dan Vrátil cd9127d
Dan Vrátil 14d0923
* Thu Jan 08 2015 Daniel Vrátil <dvratil@redhat.com> - 5.6.0-1
Dan Vrátil 14d0923
- KDE Frameworks 5.6.0
Dan Vrátil 14d0923
Dan Vrátil dede3be
* Mon Dec 08 2014 Daniel Vrátil <dvratil@redhat.com> - 5.5.0-1
Dan Vrátil dede3be
- KDE Frameworks 5.5.0
Dan Vrátil dede3be
Dan Vrátil 314ffca
* Mon Nov 03 2014 Daniel Vrátil <dvratil@redhat.com> - 5.4.0-1
Dan Vrátil 314ffca
- KDE Frameworks 5.4.0
Dan Vrátil 314ffca
Dan Vrátil 993b4ed
* Tue Oct 07 2014 Daniel Vrátil <dvratil@redhat.com> - 5.3.0-1
Dan Vrátil 993b4ed
- KDE Frameworks 5.3.0
Dan Vrátil 993b4ed
Dan Vrátil 73fa2eb
* Thu Sep 11 2014 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-1
Dan Vrátil 73fa2eb
- KDE Frameworks 5.2.0
Dan Vrátil 73fa2eb
061e84e
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.0-2
061e84e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
061e84e
Dan Vrátil 1de6d1a
* Wed Aug 06 2014 Daniel Vrátil <dvratil@redhat.com> - 5.1.0-1
Dan Vrátil 1de6d1a
- KDE Frameworks 5.1.0
Dan Vrátil 1de6d1a
Dan Vrátil 37bf41a
* Wed Jul 09 2014 Daniel Vrátil <dvratil@redhat.com> - 5.0.0-1
Dan Vrátil 37bf41a
- KDE Frameworks 5.0.0
Dan Vrátil 37bf41a
d6ca076
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.100.0-2
d6ca076
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d6ca076
Dan Vrátil 8ae50cb
* Tue Jun 03 2014 Daniel Vrátil <dvratil@redhat.com> - 4.100.0-1
Dan Vrátil 8ae50cb
- KDE Frameworks 4.100.0
Dan Vrátil 8ae50cb
Dan Vrátil 584fd32
* Tue May 06 2014 Daniel Vrátil <dvratil@redhat.com> - 4.99.0-2
Dan Vrátil 584fd32
- Rebuild against updated kf5-rpm-macros
Dan Vrátil 584fd32
Dan Vrátil 584fd32
* Mon May 05 2014 Daniel Vrátil <dvratil@redhat.com> - 4.99.0-1
Dan Vrátil 584fd32
- KDE Frameworks 4.99.0
Dan Vrátil 584fd32
Dan Vrátil 584fd32
* Mon Mar 31 2014 Jan Grulich <jgrulich@redhat.com> 4.98.0-1
Dan Vrátil 584fd32
- Update to KDE Frameworks 5 Beta 1 (4.98.0)
Dan Vrátil 584fd32
Dan Vrátil 584fd32
* Wed Mar 05 2014 Jan Grulich <jgrulich@redhat.com> 4.97.0-1
Dan Vrátil 584fd32
- Update to KDE Frameworks 5 Alpha 1 (4.97.0)
Dan Vrátil 584fd32
Dan Vrátil 584fd32
* Wed Feb 12 2014 Daniel Vrátil <dvratil@redhat.com> 4.96.0-1
Dan Vrátil 584fd32
- Update to KDE Frameworks 5 Alpha 1 (4.96.0)
Dan Vrátil 584fd32
Dan Vrátil 584fd32
* Wed Feb 05 2014 Daniel Vrátil <dvratil@redhat.com> 4.96.0-0.1.20140205git
Dan Vrátil 584fd32
- Update to pre-release snapshot of 4.96.0
Dan Vrátil 584fd32
Dan Vrátil 584fd32
* Thu Jan 09 2014 Daniel Vrátil <dvratil@redhat.com> 4.95.0-1
Dan Vrátil 584fd32
- Update to KDE Frameworks 5 TP1 (4.95.0)
Dan Vrátil 584fd32
Dan Vrátil 584fd32
* Sat Jan  4 2014 Daniel Vrátil <dvratil@redhat.com>
Dan Vrátil 584fd32
- initial version