Compare commits
10 Commits
6807f9ef31
...
a56a0db633
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a56a0db633 | ||
|
|
fee134d481 | ||
|
|
4d8b4ec4ec | ||
|
|
0e54c60702 | ||
|
|
9320fd1d6c | ||
|
|
73aeb76ccf | ||
|
|
8a358c0f2e | ||
|
|
84d9862eee | ||
|
|
70b3482b5c | ||
|
|
cf795b15b3 |
BIN
kdnssd-5.113.0.tar.xz
Normal file
BIN
kdnssd-5.113.0.tar.xz
Normal file
Binary file not shown.
80
kf5-kdnssd.spec
Normal file
80
kf5-kdnssd.spec
Normal 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
4
kf5-kdnssd.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: KDE/kdnssd
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user