Compare commits
8 Commits
6.8.0-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
d29aaf6ebd | |||
5892abf233 | |||
9e5cee5087 | |||
caf420f51c | |||
88aa0f066c | |||
f6a06dae21 | |||
8f37db8f8f | |||
ef9d51151f |
@ -3,7 +3,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kf6-kdnssd
|
||||
Version: 6.8.0
|
||||
Version: 6.16.0
|
||||
Release: 1mamba
|
||||
Summary: Network service discovery using Zeroconf
|
||||
Group: System/Libraries
|
||||
@ -46,8 +46,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{framework}-%{version}
|
||||
|
||||
@ -64,7 +62,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
|
||||
%files -n lib%{name} -f kdnssd5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKF6DNSSD.so.*
|
||||
@ -81,10 +78,34 @@ This package contains libraries and header files for developing applications tha
|
||||
%dir %{_libdir}/cmake/KF6DNSSD
|
||||
%{_libdir}/cmake/KF6DNSSD/KF6DNSSD*.cmake
|
||||
%{_libdir}/libKF6DNSSD.so
|
||||
%{_qt6_docdir}/KF6DNSSD.*
|
||||
#%{_qt6_docdir}/KF6DNSSD.*
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Fri Jul 11 2025 Automatic Build System <autodist@openmamba.org> 6.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 17 2025 Automatic Build System <autodist@openmamba.org> 6.15.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 11 2025 Automatic Build System <autodist@openmamba.org> 6.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 12 2025 Automatic Build System <autodist@openmamba.org> 6.13.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 15 2025 Automatic Build System <autodist@openmamba.org> 6.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 15 2025 Automatic Build System <autodist@openmamba.org> 6.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 11 2025 Automatic Build System <autodist@openmamba.org> 6.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 6.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 6.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user