87 lines
2.1 KiB
RPMSpec
87 lines
2.1 KiB
RPMSpec
%bcond_with gcc
|
|
|
|
Name: kdsoap-ws-discovery-client
|
|
Version: 0.4.0
|
|
Release: 1%{?dist}
|
|
Summary: Library for finding WS-Discovery devices in the network using Qt6 and KDSoap
|
|
|
|
License: GPL-3.0-or-later AND LicenseRef-OASIS AND LicenseRef-WS-Addressing AND LicenseRef-Discovery AND W3C
|
|
URL: https://invent.kde.org/libraries/kdsoap-ws-discovery-client/
|
|
Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: cmake
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: cmake(KDSoap-qt6)
|
|
BuildRequires: cmake(Qt6)
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
|
|
%package devel
|
|
Summary: Development libraries and header files for Qt6 %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: cmake(KDSoap-qt6)
|
|
%description devel
|
|
%{summary}.
|
|
|
|
%package doc
|
|
Summary: Developer Documentation files for %{name}
|
|
%description doc
|
|
%{summary}.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%if %{with gcc}
|
|
%enable_devtoolset14
|
|
export CC=gcc
|
|
export CXX=c++
|
|
%else
|
|
%global optflags %(echo %{optflags}) -Qunused-arguments
|
|
%endif
|
|
|
|
%cmake_kf6 -DBUILD_WITH_QT6=ON
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
%check
|
|
# Tests fail without internet
|
|
%ctest || :
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSES/*
|
|
%{_libdir}/libKDSoapWSDiscoveryClient.so.0{,.*}
|
|
|
|
%files devel
|
|
%{_includedir}/KDSoapWSDiscoveryClient/
|
|
%{_libdir}/cmake/KDSoapWSDiscoveryClient/
|
|
%{_libdir}/libKDSoapWSDiscoveryClient.so
|
|
%{_qt6_docdir}/*.tags
|
|
|
|
%files doc
|
|
%{_docdir}/KDSoapWSDiscoveryClient/
|
|
%{_qt6_docdir}/*.qch
|
|
|
|
%changelog
|
|
* Wed Feb 21 2024 Alessandro Astone <ales.astone@gmail.com> - 0.4.0-1
|
|
- 0.4.0
|
|
|
|
* Mon Jan 29 2024 Alessandro Astone <ales.astone@gmail.com> - 0.3.0-4
|
|
- Add developer documentation in the doc subpackage
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Tue Nov 14 2023 Alessandro Astone <ales.astone@gmail.com> - 0.3.0-1
|
|
- Initial Release
|