Compare commits
8 Commits
5.82.0-1ma
...
5.90.0-1ma
Author | SHA1 | Date | |
---|---|---|---|
ee19fb3cd1 | |||
ec99ead29c | |||
8f76b39b36 | |||
a923c2ebff | |||
9625e775c1 | |||
1c030267fa | |||
f2c65c88c6 | |||
4c69a7bbbb |
34
kdnssd.spec
34
kdnssd.spec
@ -1,21 +1,21 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kdnssd
|
||||
Version: 5.82.0
|
||||
Version: 5.90.0
|
||||
Release: 1mamba
|
||||
Summary: Network service discovery using Zeroconf
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://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
|
||||
@ -75,8 +75,12 @@ 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/*
|
||||
%dir %{_kde5_includedir}/KDNSSD/kdnssd
|
||||
%{_kde5_includedir}/KDNSSD/kdnssd/*
|
||||
%{_kde5_includedir}/kdnssd_version.h
|
||||
%dir %{_libdir}/cmake/KF5DNSSD
|
||||
%{_libdir}/cmake/KF5DNSSD/KF5DNSSD*.cmake
|
||||
@ -85,6 +89,30 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user