|
|
@ -1,7 +1,7 @@
|
|
|
|
%global framework syndication
|
|
|
|
%global framework syndication
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 15.08.0
|
|
|
|
Version: 15.11.80
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: The Syndication Library
|
|
|
|
Summary: The Syndication Library
|
|
|
|
|
|
|
|
|
|
|
@ -20,8 +20,11 @@ BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-kio-devel >= 5.12
|
|
|
|
BuildRequires: kf5-kio-devel >= 5.15
|
|
|
|
BuildRequires: kf5-kcodecs-devel >= 5.12
|
|
|
|
BuildRequires: kf5-kcodecs-devel >= 5.15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: kdepimlibs%{?_isa} < 15.08.0
|
|
|
|
|
|
|
|
Conflicts: kdepimlibs%{?_isa} < 15.08.0
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
@ -29,6 +32,8 @@ BuildRequires: kf5-kcodecs-devel >= 5.12
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Obsoletes: kdepimlibs-devel%{?_isa} < 15.08.0
|
|
|
|
|
|
|
|
Conflicts: kdepimlibs-devel%{?_isa} < 15.08.0
|
|
|
|
%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}.
|
|
|
@ -65,5 +70,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* 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
|
|
|
|
* Mon Aug 24 2015 Daniel Vrátil <dvratil@redhat.com> - 15.08.0-1
|
|
|
|
- Initial version
|
|
|
|
- Initial version
|
|
|
|