|
|
@ -1,8 +1,8 @@
|
|
|
|
%global framework karchive
|
|
|
|
%global framework karchive
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.6.0
|
|
|
|
Version: 5.7.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon with archive functions
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 addon with archive functions
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ and BSD
|
|
|
|
License: LGPLv2+ and BSD
|
|
|
@ -24,6 +24,7 @@ BuildRequires: xz-devel
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: kf5-rpm-macros
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
BuildRequires: kf5-karchive-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
|
|
|
|
|
|
@ -34,6 +35,7 @@ KDE Frameworks 5 Tier 1 addon with archive functions.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
@ -71,6 +73,9 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Feb 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-1
|
|
|
|
|
|
|
|
- KDE Frameworks 5.7.0
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 21 2015 Daniel Vrátil <dvratil@redhat.com> - 5.6.0-2
|
|
|
|
* Wed Jan 21 2015 Daniel Vrátil <dvratil@redhat.com> - 5.6.0-2
|
|
|
|
- BR xz-devel instead of lzma-devel
|
|
|
|
- BR xz-devel instead of lzma-devel
|
|
|
|
|
|
|
|
|
|
|
|