You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
179 lines
4.4 KiB
179 lines
4.4 KiB
%global framework syndication
|
|
|
|
# uncomment to enable bootstrap mode
|
|
#global bootstrap 1
|
|
|
|
%if !0%{?bootstrap}
|
|
%global tests 1
|
|
%endif
|
|
|
|
Name: kf5-%{framework}
|
|
Version: 17.11.80
|
|
Release: 1%{?dist}
|
|
Summary: The Syndication Library
|
|
|
|
License: LGPLv2+ and BSD
|
|
URL: https://cgit.kde.org/%{framework}.git
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
%if %{revision} >= 50
|
|
%global stable unstable
|
|
%else
|
|
%global stable stable
|
|
%endif
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{framework}-%{version}.tar.xz
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: kf5-rpm-macros
|
|
%global kf5_ver 5.19.0
|
|
BuildRequires: kf5-kio-devel >= %{kf5_ver}
|
|
BuildRequires: kf5-kcodecs-devel >= %{kf5_ver}
|
|
BuildRequires: qt5-qtbase-devel
|
|
%if 0%{?tests}
|
|
#BuildRequires: dbus-x11
|
|
BuildRequires: time
|
|
#BuildRequires: xorg-x11-server-Xvfb
|
|
%endif
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{framework}-%{version} -p1
|
|
|
|
|
|
%build
|
|
mkdir %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kf5} .. \
|
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
|
popd
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
%check
|
|
%if 0%{?tests}
|
|
DBUS_SESSION_BUS_ADDRESS=
|
|
DISPLAY=
|
|
export CTEST_OUTPUT_ON_FAILURE=1
|
|
#xvfb-run -a \
|
|
#dbus-launch --exit-with-session \
|
|
time \
|
|
make test/fast -C %{_target_platform}
|
|
%endif
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%license COPYING*
|
|
%{_kf5_libdir}/libKF5Syndication.so.*
|
|
|
|
%files devel
|
|
%{_kf5_includedir}/syndication_version.h
|
|
%{_kf5_includedir}/Syndication/
|
|
%{_kf5_libdir}/libKF5Syndication.so
|
|
%{_kf5_libdir}/cmake/KF5Syndication/
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_Syndication.pri
|
|
|
|
|
|
%changelog
|
|
* Wed Nov 22 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.11.80-1
|
|
- 17.11.80
|
|
|
|
* Wed Nov 08 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.3-1
|
|
- 17.08.3
|
|
|
|
* Mon Sep 25 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.08.1-1
|
|
- 17.08.1
|
|
|
|
* Fri Jul 28 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.3-1
|
|
- 17.04.3
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 17.04.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Thu Jun 15 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.2-1
|
|
- 17.04.2
|
|
|
|
* Thu May 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.1-1
|
|
- 17.04.1
|
|
|
|
* Thu Mar 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-1
|
|
- 16.12.3
|
|
|
|
* Thu Feb 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.2-1
|
|
- 16.12.2
|
|
|
|
* Mon Jan 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.1-1
|
|
- 16.12.1
|
|
|
|
* Mon Dec 05 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.3-1
|
|
- 16.08.3
|
|
|
|
* Thu Oct 13 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.2-1
|
|
- 16.08.2
|
|
|
|
* Thu Sep 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.1-1
|
|
- 16.08.1
|
|
|
|
* Sun Sep 04 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.08.0-1
|
|
- 16.08.0
|
|
|
|
* Sun Jul 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.3-1
|
|
- 16.04.3
|
|
|
|
* Sun Jun 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.2-1
|
|
- 16.04.2
|
|
|
|
* Wed May 25 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.1-2
|
|
- %%check: polish, drop unused deps (dbus/xvfb), use test/fast
|
|
- bump kf5_ver
|
|
|
|
* Sun May 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.1-1
|
|
- 16.04.1
|
|
|
|
* Sun May 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 16.04.0-1
|
|
- 16.04.0
|
|
|
|
* Tue Mar 15 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.3-1
|
|
- 15.12.3
|
|
|
|
* Sun Feb 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 15.12.2-1
|
|
- 15.12.2
|
|
|
|
* Sat Feb 06 2016 Rex Dieter <rdieter@fedoraproject.org> 15.12.1-1
|
|
- 15.12.1
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 15.12.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Tue Dec 15 2015 Jan Grulich <jgrulich@redhat.com> - 15.12.0-2
|
|
- Remove obsoletes/conflicts with kdepimlibs
|
|
|
|
* Tue Dec 15 2015 Jan Grulich <jgrulich@redhat.com> - 15.12-0-1
|
|
- Update to 15.12.0
|
|
|
|
* Mon Dec 07 2015 Jan Grulich <jgrulich@redhat.com> - 15.11.90-1
|
|
- Update to 15.11.90
|
|
|
|
* Thu Dec 03 2015 Jan Grulich <jgrulich@redhat.com> - 15.11.80-1
|
|
- Update to 15.11.80
|
|
|
|
* Mon Aug 24 2015 Daniel Vrátil <dvratil@redhat.com> - 15.08.0-1
|
|
- Initial version
|