|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.13.0
|
|
|
|
Version: 5.13.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 2 module providing Pty abstraction
|
|
|
|
Summary: KDE Frameworks 5 Tier 2 module providing Pty abstraction
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ and GPLv2+
|
|
|
|
License: LGPLv2+ and GPLv2+
|
|
|
@ -17,12 +17,12 @@ URL: http://www.kde.org
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
BuildRequires: kf5-ki18n-devel >= %{version}
|
|
|
|
BuildRequires: kf5-ki18n-devel >= %{version}
|
|
|
|
|
|
|
|
BuildRequires: libutempter-devel
|
|
|
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
|
|
|
|
|
|
@ -33,7 +33,6 @@ KDE Frameworks 5 tier 2 module providing Pty abstraction.
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
Requires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
|
|
|
|
|
|
|
|
%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}.
|
|
|
@ -42,8 +41,9 @@ developing applications that use %{name}.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
popd
|
|
|
|
popd
|
|
|
@ -60,17 +60,20 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%files -f kpty5_qt.lang
|
|
|
|
%files -f kpty5_qt.lang
|
|
|
|
%doc COPYING COPYING.LIB README.md
|
|
|
|
%doc COPYING COPYING.LIB README.md
|
|
|
|
%{_kf5_libdir}/libKF5Pty.so.*
|
|
|
|
%{_kf5_libdir}/libKF5Pty.so.5*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_kf5_includedir}/kpty_version.h
|
|
|
|
%{_kf5_includedir}/kpty_version.h
|
|
|
|
%{_kf5_includedir}/KPty
|
|
|
|
%{_kf5_includedir}/KPty/
|
|
|
|
%{_kf5_libdir}/libKF5Pty.so
|
|
|
|
%{_kf5_libdir}/libKF5Pty.so
|
|
|
|
%{_kf5_libdir}/cmake/KF5Pty
|
|
|
|
%{_kf5_libdir}/cmake/KF5Pty/
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KPty.pri
|
|
|
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KPty.pri
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Sep 12 2015 Rex Dieter <rdieter@fedoraproject.org> 5.13.0-2
|
|
|
|
|
|
|
|
- BR: libutempter-devel, .spec cosmetics
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
- KDE Frameworks 5.13.0
|
|
|
|
|
|
|
|
|
|
|
|