Compare commits

...

23 Commits

Author SHA1 Message Date
2752026888 automatic version update by autodist [release 5.98.0-1mamba;Mon Sep 12 2022] 2024-01-06 01:19:53 +01:00
b7015e735f automatic version update by autodist [release 5.97.0-1mamba;Tue Aug 16 2022] 2024-01-06 01:19:53 +01:00
36b28cc7df automatic version update by autodist [release 5.96.0-1mamba;Sun Jul 10 2022] 2024-01-06 01:19:53 +01:00
fdfa067f51 automatic version update by autodist [release 5.95.0-1mamba;Mon Jun 13 2022] 2024-01-06 01:19:53 +01:00
82cae3bcba automatic version update by autodist [release 5.94.0-1mamba;Sun May 15 2022] 2024-01-06 01:19:53 +01:00
49ef97f380 automatic version update by autodist [release 5.93.0-1mamba;Sun Apr 10 2022] 2024-01-06 01:19:53 +01:00
87992ae4ed automatic version update by autodist [release 5.92.0-1mamba;Sun Mar 13 2022] 2024-01-06 01:19:53 +01:00
b6439c7d71 automatic version update by autodist [release 5.91.0-1mamba;Tue Feb 15 2022] 2024-01-06 01:19:53 +01:00
ee19fb3cd1 automatic version update by autodist [release 5.90.0-1mamba;Sat Jan 08 2022] 2024-01-06 01:19:53 +01:00
ec99ead29c automatic version update by autodist [release 5.89.0-1mamba;Tue Dec 14 2021] 2024-01-06 01:19:53 +01:00
8f76b39b36 automatic version update by autodist [release 5.88.0-1mamba;Sat Nov 13 2021] 2024-01-06 01:19:53 +01:00
a923c2ebff automatic version update by autodist [release 5.87.0-1mamba;Tue Oct 12 2021] 2024-01-06 01:19:53 +01:00
9625e775c1 automatic version update by autodist [release 5.86.0-1mamba;Sun Sep 12 2021] 2024-01-06 01:19:53 +01:00
1c030267fa automatic version update by autodist [release 5.85.0-1mamba;Mon Aug 16 2021] 2024-01-06 01:19:53 +01:00
f2c65c88c6 automatic version update by autodist [release 5.84.0-1mamba;Tue Jul 13 2021] 2024-01-06 01:19:53 +01:00
4c69a7bbbb automatic version update by autodist [release 5.83.0-1mamba;Sun Jun 13 2021] 2024-01-06 01:19:53 +01:00
da982afca6 automatic version update by autodist [release 5.82.0-1mamba;Sun May 09 2021] 2024-01-06 01:19:53 +01:00
6f8dcf31de automatic version update by autodist [release 5.81.0-1mamba;Sat Apr 10 2021] 2024-01-06 01:19:53 +01:00
90f813fc58 automatic version update by autodist [release 5.80.0-1mamba;Sun Mar 14 2021] 2024-01-06 01:19:53 +01:00
9e8b2a6612 automatic version update by autodist [release 5.79.1-1mamba;Tue Feb 16 2021] 2024-01-06 01:19:53 +01:00
c21a8198ab automatic version update by autodist [release 5.78.0-1mamba;Thu Jan 14 2021] 2024-01-06 01:19:52 +01:00
59c23e61d1 automatic version update by autodist [release 5.77.0-1mamba;Wed Dec 23 2020] 2024-01-06 01:19:52 +01:00
00e15ec75c automatic version update by autodist [release 5.76.0-1mamba;Mon Nov 16 2020] 2024-01-06 01:19:52 +01:00

View File

@ -1,31 +1,28 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kdnssd
Version: 5.75.0
Version: 5.98.0
Release: 1mamba
Summary: Network service discovery using Zeroconf
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org
URL: https://kde.org/
Source: http://download.kde.org/stable/frameworks/%{majver}/kdnssd-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: rpm-macros-kde5
BuildRequires: libQt5Core
BuildRequires: libQt5Network
BuildRequires: libavahi-devel
BuildRequires: libnss-devel
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Network service discovery using Zeroconf.
@ -76,9 +73,13 @@ This package contains libraries and header files for developing applications tha
%dir %{_kde5_includedir}/KDNSSD
%dir %{_kde5_includedir}/KDNSSD/DNSSD
%{_kde5_includedir}/KDNSSD/DNSSD/*
%dir %{_kde5_includedir}/KDNSSD/KDNSSD
%{_kde5_includedir}/KDNSSD/KDNSSD/*
%dir %{_kde5_includedir}/KDNSSD/dnssd
%{_kde5_includedir}/KDNSSD/dnssd/*
%{_kde5_includedir}/kdnssd_version.h
%dir %{_kde5_includedir}/KDNSSD/kdnssd
%{_kde5_includedir}/KDNSSD/kdnssd/*
%{_kde5_includedir}/KDNSSD/kdnssd_version.h
%dir %{_libdir}/cmake/KF5DNSSD
%{_libdir}/cmake/KF5DNSSD/KF5DNSSD*.cmake
%{_libdir}/libKF5DNSSD.so
@ -86,6 +87,78 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 5.98.0-1mamba
- automatic version update by autodist
* Tue Aug 16 2022 Automatic Build System <autodist@mambasoft.it> 5.97.0-1mamba
- automatic version update by autodist
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 5.96.0-1mamba
- automatic version update by autodist
* Mon Jun 13 2022 Automatic Build System <autodist@mambasoft.it> 5.95.0-1mamba
- automatic version update by autodist
* Sun May 15 2022 Automatic Build System <autodist@mambasoft.it> 5.94.0-1mamba
- automatic version update by autodist
* Sun Apr 10 2022 Automatic Build System <autodist@mambasoft.it> 5.93.0-1mamba
- automatic version update by autodist
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 5.92.0-1mamba
- automatic version update by autodist
* Tue Feb 15 2022 Automatic Build System <autodist@mambasoft.it> 5.91.0-1mamba
- automatic version update by autodist
* Sat Jan 08 2022 Automatic Build System <autodist@mambasoft.it> 5.90.0-1mamba
- automatic version update by autodist
* Tue Dec 14 2021 Automatic Build System <autodist@mambasoft.it> 5.89.0-1mamba
- automatic version update by autodist
* Sat Nov 13 2021 Automatic Build System <autodist@mambasoft.it> 5.88.0-1mamba
- automatic version update by autodist
* Tue Oct 12 2021 Automatic Build System <autodist@mambasoft.it> 5.87.0-1mamba
- automatic version update by autodist
* Sun Sep 12 2021 Automatic Build System <autodist@mambasoft.it> 5.86.0-1mamba
- automatic version update by autodist
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 5.85.0-1mamba
- automatic version update by autodist
* Tue Jul 13 2021 Automatic Build System <autodist@mambasoft.it> 5.84.0-1mamba
- automatic version update by autodist
* Sun Jun 13 2021 Automatic Build System <autodist@mambasoft.it> 5.83.0-1mamba
- automatic version update by autodist
* Sun May 09 2021 Automatic Build System <autodist@mambasoft.it> 5.82.0-1mamba
- automatic version update by autodist
* Sat Apr 10 2021 Automatic Build System <autodist@mambasoft.it> 5.81.0-1mamba
- automatic version update by autodist
* Sun Mar 14 2021 Automatic Build System <autodist@mambasoft.it> 5.80.0-1mamba
- automatic version update by autodist
* Tue Feb 16 2021 Automatic Build System <autodist@mambasoft.it> 5.79.1-1mamba
- automatic version update by autodist
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 5.79.0-1mamba
- automatic version update by autodist
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 5.78.0-1mamba
- automatic version update by autodist
* Wed Dec 23 2020 Automatic Build System <autodist@mambasoft.it> 5.77.0-1mamba
- automatic version update by autodist
* Mon Nov 16 2020 Automatic Build System <autodist@mambasoft.it> 5.76.0-1mamba
- automatic version update by autodist
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 5.75.0-1mamba
- automatic version update by autodist