Compare commits
10 Commits
8c665c7b50
...
842c68cdb1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
842c68cdb1 | ||
|
|
951bc6cee3 | ||
|
|
81bf7baa1a | ||
|
|
8c21fdd2c7 | ||
|
|
b8316516bb | ||
|
|
c4a9326102 | ||
|
|
a777954c8d | ||
|
|
55c578fb52 | ||
|
|
66bc88d3a2 | ||
|
|
1b976b602d |
BIN
attica-5.113.0.tar.xz
Normal file
BIN
attica-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,27 +1,23 @@
|
||||
%undefine __cmake_in_source_build
|
||||
%global framework attica
|
||||
%{!?docs: %global docs 1}
|
||||
# doc generation fails on 5.92, disable
|
||||
# Error in line 1: Opening and ending tag mismatch.
|
||||
#global docs 1
|
||||
|
||||
%if 0%{?flatpak}
|
||||
%global docs 0
|
||||
%endif
|
||||
|
||||
Name: kf5-attica
|
||||
Version: 5.90.0
|
||||
Version: 5.113.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 %(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
|
||||
%global majmin %majmin_ver_kf5
|
||||
%global stable %stable_kf5
|
||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: extra-cmake-modules >= %{version}
|
||||
BuildRequires: kf5-rpm-macros >= %{version}
|
||||
@ -35,7 +31,7 @@ API version 1.4.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: qt5-qtbase-devel
|
||||
%description devel
|
||||
%{summary}.
|
||||
@ -68,16 +64,11 @@ pushd %{_target_platform}
|
||||
%endif
|
||||
|
||||
popd
|
||||
|
||||
|
||||
|
||||
%make_build -C %{_target_platform}
|
||||
|
||||
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
@ -88,7 +79,6 @@ 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
|
||||
@ -101,10 +91,25 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 11 2022 tanyulong <tanyulong@kylinos.com> - 5.90.0-1
|
||||
* 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
|
||||
- update to upstream version 5.90.0
|
||||
|
||||
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.com> - 5.88.0-1
|
||||
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.cn> - 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