automatic version update by autodist [release 24.02.1-1mamba;Sat Mar 23 2024]
This commit is contained in:
parent
d7626177b0
commit
b6d1130b2c
@ -1,5 +1,5 @@
|
|||||||
Name: kio-zeroconf
|
Name: kio-zeroconf
|
||||||
Version: 23.08.5
|
Version: 24.02.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A kioslave and kded module that provide Zeroconf support
|
Summary: A kioslave and kded module that provide Zeroconf support
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
@ -7,20 +7,18 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://kde.org/
|
||||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kio-zeroconf-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kio-zeroconf-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkf6-kdbusaddons-devel
|
||||||
BuildRequires: libkdbusaddons-devel
|
BuildRequires: libkf6-kdnssd-devel
|
||||||
BuildRequires: libkdnssd-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libkf6-kio-devel
|
||||||
BuildRequires: libkio-devel
|
|
||||||
BuildRequires: libkservice-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -39,28 +37,34 @@ This package is part of KDE5, as a component of the KDE5 network module.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
%find_lang %{name} --with-qt --with-man --all-name || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/qt5/plugins/kf5/kded/dnssdwatcher.so
|
%{_libdir}/qt6/plugins/kf6/kded/dnssdwatcher.so
|
||||||
%{_libdir}/qt5/plugins/kf5/kio/zeroconf.so
|
%{_libdir}/qt6/plugins/kf6/kio/zeroconf.so
|
||||||
%{_kde5_datadir}/remoteview/zeroconf.desktop
|
%{_kf6_datadir}/remoteview/zeroconf.desktop
|
||||||
%{_datadir}/metainfo/org.kde.kio_zeroconf.metainfo.xml
|
%{_datadir}/metainfo/org.kde.kio_zeroconf.metainfo.xml
|
||||||
%{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml
|
%{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 23 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user