Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a56a0db633
!6 fixed kf5-kdnssd build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
2024-11-18 07:33:06 +00:00
ChenYanpan
fee134d481
adapt to the new CMake macros to fix build failure 2024-11-15 19:39:42 +08:00
openeuler-ci-bot
4d8b4ec4ec
!4 Update package to version 5.113.0
From: @jxy_git 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-08 03:47:28 +00:00
jxy_git
0e54c60702 Update package to version 5.113.0 2024-01-03 15:02:25 +08:00
openeuler-ci-bot
9320fd1d6c
!3 Update to upstream version 5.108.0
From: @zhangshaoning_uniontech 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-08 07:44:10 +00:00
zhangshaoning
73aeb76ccf Update to upstream version 5.108.0 2023-08-04 09:15:18 +08:00
openeuler-ci-bot
8a358c0f2e
!2 update version to 5.100.0
From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2023-02-23 05:54:46 +00:00
peijiankang
84d9862eee update version to 5.100.0 2023-02-21 01:19:27 +08:00
openeuler-ci-bot
70b3482b5c
!1 Init package
From: @misaka00251 
Reviewed-by: @panchenbo 
Signed-off-by: @panchenbo
2022-09-09 03:12:51 +00:00
misaka00251
cf795b15b3
Init package 2022-09-07 17:48:56 +08:00
3 changed files with 84 additions and 0 deletions

BIN
kdnssd-5.113.0.tar.xz Normal file

Binary file not shown.

80
kf5-kdnssd.spec Normal file
View File

@ -0,0 +1,80 @@
%global framework kdnssd
Name: kf5-%{framework}
Version: 5.113.0
Release: 2
Summary: KDE Frameworks 5 Tier 1 integration module for DNS-SD services (Zeroconf)
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
BuildRequires: avahi-devel
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-rpm-macros >= %{majmin}
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qttools-devel
Requires: nss-mdns
Requires: kf5-filesystem >= %{majmin}
%description
KDE Frameworks 5 Tier 1 integration module for DNS-SD services (Zeroconf)
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
Requires: qt5-qtbase-devel
%description devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n %{framework}-%{version}
%build
%{cmake_kf5}
%{cmake_build}
%install
%{cmake_install}
%find_lang_kf5 kdnssd5_qt
%ldconfig_scriptlets
%files -f kdnssd5_qt.lang
%doc README.md
%license LICENSES/*.txt
%{_kf5_libdir}/libKF5DNSSD.so.*
%files devel
%{_kf5_includedir}/KDNSSD/
%{_kf5_libdir}/libKF5DNSSD.so
%{_kf5_libdir}/cmake/KF5DNSSD/
%{_kf5_archdatadir}/mkspecs/modules/qt_KDNSSD.pri
%changelog
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
- adapt to the new CMake macros to fix build failure
* Wed Jan 03 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 5.113.0-1
- Update package to version 5.113.0
* Fri Aug 04 2023 zhangshaoning <zhangshaoning@uniontech.com> - 5.108.0-1
- Update to upstream version 5.108.0
* Tue Feb 21 2023 peijiankang <peijiankang@kylinos.cn> - 5.100.0-1
- update verison to 5.100.0
* Thu Jul 14 2022 misaka00251 <misaka00251@misakanet.cn> - 5.97.0-1
- Init package

4
kf5-kdnssd.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: KDE/kdnssd
tag_prefix: "^v"
separator: "."