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.
143 lines
4.0 KiB
143 lines
4.0 KiB
%define framework kpackage
|
|
|
|
Name: kf5-%{framework}
|
|
Version: 5.18.0
|
|
Release: 1%{?dist}
|
|
Summary: KDE Frameworks 5 Tier 2 library to load and install packages as plugins
|
|
|
|
License: LGPLv2+
|
|
URL: https://projects.kde.org/projects/frameworks/kpackage
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
%if %{revision} >= 50
|
|
%global stable unstable
|
|
%else
|
|
%global stable stable
|
|
%endif
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: kf5-karchive-devel >= %{version}
|
|
BuildRequires: kf5-ki18n-devel >= %{version}
|
|
BuildRequires: kf5-kcoreaddons-devel >= %{version}
|
|
BuildRequires: kf5-kconfig-devel >= %{version}
|
|
BuildRequires: kf5-kdoctools-devel >= %{version}
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
%description
|
|
KDE Frameworks 5 Tier 2 library to load and install non-binary packages as
|
|
if they were plugins.
|
|
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: kf5-kcoreaddons-devel >= %{version}
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%prep
|
|
%setup -q -n %{framework}-%{version}
|
|
|
|
|
|
%build
|
|
mkdir %{_target_platform}
|
|
pushd %{_target_platform}
|
|
%{cmake_kf5} ..
|
|
popd
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
%install
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
%find_lang kpackage5_qt --with-qt --with-man --all-name
|
|
|
|
# create/own plugindir
|
|
mkdir -p %{buildroot}%{_kf5_qtplugindir}/kpackage/packagestructure/
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files -f kpackage5_qt.lang
|
|
%doc COPYING.LIB README.md
|
|
%{_kf5_libdir}/libKF5Package.so.*
|
|
%{_kf5_qtplugindir}/kpackage/
|
|
%{_kf5_bindir}/kpackagetool5
|
|
%{_kf5_datadir}/kservicetypes5/kpackage-packagestructure.desktop
|
|
%{_mandir}/man1/kpackagetool5.1.gz
|
|
|
|
%files devel
|
|
%{_kf5_includedir}/kpackage_version.h
|
|
%{_kf5_includedir}/KPackage/
|
|
%{_kf5_libdir}/libKF5Package.so
|
|
%{_kf5_libdir}/cmake/KF5Package/
|
|
|
|
|
|
%changelog
|
|
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
|
|
- KDE Frameworks 5.18.0
|
|
|
|
* Tue Dec 08 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.17.0-1
|
|
- KDE Frameworks 5.17.0
|
|
|
|
* Sun Nov 08 2015 Daniel Vrátil <dvratil@fedoraproject.org> - 5.16.0-1
|
|
- KDE Frameworks 5.16.0
|
|
|
|
* Thu Oct 08 2015 Daniel Vrátil <dvratil@redhat.com> - 5.15.0-1
|
|
- KDE Frameworks 5.15.0
|
|
|
|
* Wed Sep 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.14.0-1
|
|
- KDE Frameworks 5.14.0
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
- KDE Frameworks 5.13.0
|
|
|
|
* Wed Aug 19 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-1
|
|
- KDE Frameworks 5.13.0
|
|
|
|
* Tue Aug 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.13.0-0.1
|
|
- KDE Frameworks 5.13
|
|
|
|
* Fri Jul 10 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.12.0-1
|
|
- 5.12.0
|
|
|
|
* Thu Jul 09 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-3
|
|
- own %%{_kf5_qtplugindir}/kpackage/{packagestructure/}
|
|
- .spec cosmetics
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.11.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Wed Jun 10 2015 Daniel Vrátil <dvratil@redhat.com> - 5.11.0-1
|
|
- KDE Frameworks 5.11.0
|
|
|
|
* Mon May 11 2015 Daniel Vrátil <dvratil@redhat.com> - 5.10.0-1
|
|
- KDE Frameworks 5.10.0
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 5.9.0-2
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
* Tue Apr 07 2015 Daniel Vrátil <dvratil@redhat.com> - 5.9.0-1
|
|
- KDE Frameworks 5.9.0
|
|
|
|
* Mon Mar 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.8.0-1
|
|
- KDE Frameworks 5.8.0
|
|
|
|
* Fri Feb 27 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-2
|
|
- Rebuild (GCC 5)
|
|
|
|
* Mon Feb 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-1
|
|
- KDE Frameworks 5.7.0
|
|
|
|
* Tue Jan 06 2015 Daniel Vrátil <dvratil@redhat.com> - 5.6.0-1
|
|
- KDE Frameworks 5.6.0
|