Init package
This commit is contained in:
parent
c2edc9d009
commit
c7ed7a09e6
120
kf5-kross.spec
Normal file
120
kf5-kross.spec
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
%undefine __cmake_in_source_build
|
||||||
|
%global framework kross
|
||||||
|
|
||||||
|
Name: kf5-%{framework}
|
||||||
|
Version: 5.97.0
|
||||||
|
Release: 1
|
||||||
|
Summary: KDE Frameworks 5 Tier 3 solution for multi-language application scripting
|
||||||
|
|
||||||
|
License: LGPLv2+
|
||||||
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
|
%global majmin %(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/%{majmin}/portingAids/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||||
|
BuildRequires: kf5-kcompletion-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kdoctools-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-ki18n-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kiconthemes-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kio-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kparts-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-kxmlgui-devel >= %{majmin}
|
||||||
|
BuildRequires: kf5-rpm-macros
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtscript-devel
|
||||||
|
BuildRequires: qt5-qttools-static
|
||||||
|
|
||||||
|
Requires: %{name}-core%{_isa} = %{version}-%{release}
|
||||||
|
Requires: %{name}-ui%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description
|
||||||
|
Kross is a scripting bridge to embed scripting functionality into an
|
||||||
|
application. It supports QtScript as a scripting interpreter backend.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: kf5-ki18n-devel >= %{majmin}
|
||||||
|
Requires: kf5-kiconthemes-devel >= %{majmin}
|
||||||
|
Requires: kf5-kio-devel >= %{majmin}
|
||||||
|
Requires: kf5-kparts-devel >= %{majmin}
|
||||||
|
Requires: kf5-kwidgetsaddons-devel >= %{majmin}
|
||||||
|
Requires: qt5-qtbase-devel
|
||||||
|
Requires: qt5-qtscript-devel
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
%package core
|
||||||
|
Summary: Non-gui part of the Kross framework
|
||||||
|
%description core
|
||||||
|
Non-gui part of the Kross framework.
|
||||||
|
|
||||||
|
%package ui
|
||||||
|
Summary: Gui part of the Kross framework
|
||||||
|
Requires: %{name}-core%{?_isa} = %{version}-%{release}
|
||||||
|
%description ui
|
||||||
|
Gui part of the Kross framework.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{framework}-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
mkdir %{_target_platform}
|
||||||
|
pushd %{_target_platform}
|
||||||
|
%{cmake_kf5} ..
|
||||||
|
popd
|
||||||
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
|
%find_lang %{name} --all-name --with-man
|
||||||
|
|
||||||
|
|
||||||
|
# Nothing here
|
||||||
|
%files
|
||||||
|
|
||||||
|
%ldconfig_scriptlets core
|
||||||
|
|
||||||
|
%files core -f %{name}.lang
|
||||||
|
%{_kf5_bindir}/kf5kross
|
||||||
|
%{_kf5_mandir}/man1/kf5kross.1*
|
||||||
|
%{_kf5_libdir}/libKF5KrossCore.so.*
|
||||||
|
%{_kf5_qtplugindir}/krossqts.so
|
||||||
|
%{_kf5_qtplugindir}/script/krossqtsplugin.so
|
||||||
|
|
||||||
|
%ldconfig_scriptlets ui
|
||||||
|
|
||||||
|
%files ui
|
||||||
|
%{_kf5_libdir}/libKF5KrossUi.so.*
|
||||||
|
%{_kf5_qtplugindir}/krossmoduleforms.so
|
||||||
|
%{_kf5_qtplugindir}/krossmodulekdetranslation.so
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_kf5_includedir}/kross_version.h
|
||||||
|
%{_kf5_includedir}/KrossUi/
|
||||||
|
%{_kf5_includedir}/KrossCore/
|
||||||
|
%{_kf5_libdir}/libKF5KrossCore.so
|
||||||
|
%{_kf5_libdir}/libKF5KrossUi.so
|
||||||
|
%{_kf5_libdir}/cmake/KF5Kross/
|
||||||
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KrossCore.pri
|
||||||
|
%{_kf5_archdatadir}/mkspecs/modules/qt_KrossUi.pri
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Jul 14 2022 misaka00251 <misaka00251@misakanet.cn> - 5.97.0-1
|
||||||
|
- Init package
|
||||||
4
kf5-kross.yaml
Normal file
4
kf5-kross.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: KDE/kross
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
BIN
kross-5.97.0.tar.xz
Normal file
BIN
kross-5.97.0.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user