Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
842c68cdb1
!21 Update package to version 5.113.0
From: @jxy_git 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2024-01-08 01:04:46 +00:00
jxy_git
951bc6cee3 Update package to version 5.113.0 2024-01-03 09:47:46 +08:00
openeuler-ci-bot
81bf7baa1a
!19 update version to 5.108
From: @peijiankang 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-04 02:15:00 +00:00
peijiankang
8c21fdd2c7 update version to 5.108 2023-08-03 14:37:24 +08:00
openeuler-ci-bot
b8316516bb
!12 Update package to version 5.100.0
From: @liqiuyu123 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-12-12 07:10:41 +00:00
liqiuyu123
c4a9326102 Update package to version 5.100.0 2022-12-09 15:01:21 +08:00
openeuler-ci-bot
a777954c8d
!11 update to upstream version 5.97.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-09-08 01:06:31 +00:00
leeffo
55c578fb52 update to upstream version 5.97.0 2022-09-05 14:28:42 +08:00
openeuler-ci-bot
66bc88d3a2
!9 [sync] PR-8: update to upstream version 5.95.0
From: @openeuler-sync-bot 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-07-25 13:23:59 +00:00
jxy_git
1b976b602d update to upstream version 5.95.0
(cherry picked from commit a65b2dbe61d13ff3809362df65d03ae52c6e5b99)
2022-07-25 16:59:53 +08:00
3 changed files with 25 additions and 20 deletions

BIN
attica-5.113.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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