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.
kf5-syndication/kf5-syndication.spec

90 lines
2.2 KiB

10 years ago
%global framework syndication
Name: kf5-%{framework}
9 years ago
Version: 15.12.1
Release: 1%{?dist}
10 years ago
Summary: The Syndication Library
License: LGPLv2+ and BSD
9 years ago
URL: https://projects.kde.org/%{framework}
10 years ago
%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: kf5-rpm-macros
BuildRequires: extra-cmake-modules
BuildRequires: qt5-qtbase-devel
BuildRequires: kf5-kio-devel >= 5.15
BuildRequires: kf5-kcodecs-devel >= 5.15
10 years ago
%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
%setup -q -n %{framework}-%{version}
9 years ago
10 years ago
%build
9 years ago
mkdir %{_target_platform}
10 years ago
pushd %{_target_platform}
%{cmake_kf5} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
9 years ago
10 years ago
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license COPYING.LIB COPYING.BSD
%{_kf5_libdir}/libKF5Syndication.so.*
%files devel
%{_kf5_includedir}/syndication_version.h
9 years ago
%{_kf5_includedir}/Syndication/
10 years ago
%{_kf5_libdir}/libKF5Syndication.so
9 years ago
%{_kf5_libdir}/cmake/KF5Syndication/
10 years ago
%{_kf5_archdatadir}/mkspecs/modules/qt_Syndication.pri
%changelog
9 years ago
* 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
10 years ago
* Mon Aug 24 2015 Daniel Vrátil <dvratil@redhat.com> - 15.08.0-1
- Initial version