Compare commits
No commits in common. "842c68cdb10b6b71e60dff679e6214bfa5f72076" and "8c665c7b5008d112b040398842f8131ff18ec3fa" have entirely different histories.
842c68cdb1
...
8c665c7b50
Binary file not shown.
BIN
attica-5.90.0.tar.xz
Normal file
BIN
attica-5.90.0.tar.xz
Normal file
Binary file not shown.
@ -1,23 +1,27 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework attica
|
||||
# doc generation fails on 5.92, disable
|
||||
# Error in line 1: Opening and ending tag mismatch.
|
||||
#global docs 1
|
||||
%{!?docs: %global docs 1}
|
||||
|
||||
%if 0%{?flatpak}
|
||||
%global docs 0
|
||||
%endif
|
||||
|
||||
Name: kf5-attica
|
||||
Version: 5.113.0
|
||||
Version: 5.90.0
|
||||
Release: 1
|
||||
Summary: KDE Frameworks Tier 1 Addon with Open Collaboration Services API
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://invent.kde.org/frameworks/%{framework}
|
||||
|
||||
%global majmin %majmin_ver_kf5
|
||||
%global stable %stable_kf5
|
||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||
%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}/%{framework}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: extra-cmake-modules >= %{version}
|
||||
BuildRequires: kf5-rpm-macros >= %{version}
|
||||
@ -31,7 +35,7 @@ API version 1.4.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: qt5-qtbase-devel
|
||||
%description devel
|
||||
%{summary}.
|
||||
@ -64,11 +68,16 @@ pushd %{_target_platform}
|
||||
%endif
|
||||
|
||||
popd
|
||||
|
||||
|
||||
|
||||
%make_build -C %{_target_platform}
|
||||
|
||||
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
@ -79,6 +88,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
%files devel
|
||||
%{_kf5_libdir}/cmake/KF5Attica/
|
||||
%{_kf5_includedir}/attica_version.h
|
||||
%{_kf5_includedir}/Attica/
|
||||
%{_kf5_libdir}/libKF5Attica.so
|
||||
%{_kf5_archdatadir}/mkspecs/modules/qt_Attica.pri
|
||||
@ -91,25 +101,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 03 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 5.113.0-1
|
||||
- Update package to version 5.113.0
|
||||
|
||||
* Thu Aug 03 2023 peijiankang <peijiankang@kylinos.cn> - 5.108.0-1
|
||||
- Update package to version 5.108.0
|
||||
|
||||
* Fri Dec 09 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.100.0-1
|
||||
- Update package to version 5.100.0
|
||||
|
||||
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
|
||||
- update to upstream version 5.97.0
|
||||
|
||||
* Tue Jul 05 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 5.95.0-1
|
||||
- update to upstream version 5.95.0
|
||||
|
||||
* Fri Feb 11 2022 tanyulong <tanyulong@kylinos.cn> - 5.90.0-1
|
||||
* Fri Feb 11 2022 tanyulong <tanyulong@kylinos.com> - 5.90.0-1
|
||||
- update to upstream version 5.90.0
|
||||
|
||||
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
|
||||
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
|
||||
- update to upstream version 5.88.0
|
||||
|
||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user