automatic version update by autodist [release 25.04.0-1mamba;Thu Apr 24 2025]
This commit is contained in:
parent
cde07761c3
commit
862ca5500c
@ -1,14 +1,14 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kio-extras
|
||||
Version: 24.12.3
|
||||
Version: 25.04.0
|
||||
Release: 1mamba
|
||||
Summary: KDE extra KIO slaves
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
URL: https://invent.kde.org/network/kio-extras
|
||||
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kio-extras-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -51,6 +51,7 @@ BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kio-devel
|
||||
BuildRequires: libkf6-kitemviews-devel
|
||||
BuildRequires: libkf6-kjobwidgets-devel
|
||||
BuildRequires: libkf6-knotifications-devel
|
||||
BuildRequires: libkf6-kservice-devel
|
||||
BuildRequires: libkf6-ktextwidgets-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
@ -65,12 +66,15 @@ BuildRequires: libplasma-activities-devel
|
||||
BuildRequires: libplasma-activities-stats-devel
|
||||
BuildRequires: libplist-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: libqcoro-qt6-devel
|
||||
BuildRequires: librsvg-devel
|
||||
BuildRequires: libsmbclient-devel
|
||||
BuildRequires: libssh-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtag-devel
|
||||
BuildRequires: libtirpc-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
@ -103,13 +107,13 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n lib%{name}-devel
|
||||
This package contains development headers for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kf6\
|
||||
-DLIBSSH_LIBRARIES="-lssh"
|
||||
-DLIBSSH_LIBRARIES="-lssh" \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
|
||||
%cmake_build
|
||||
|
||||
@ -122,8 +126,6 @@ This package contains development headers for %{name}.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/applications/kcm_*.desktop
|
||||
@ -150,8 +152,9 @@ This package contains development headers for %{name}.
|
||||
%{_libdir}/qt6/plugins/kf6/kiod/*.so
|
||||
%{_libdir}/qt6/plugins/kf6/thumbcreator/*.so
|
||||
%{_qt6_plugindir}/plasma/kcms/systemsettings_qwidgets/kcm_*.so
|
||||
%{_libexecdir}/wpad-detector-helper
|
||||
%{_libexecdir}/kf6/smbnotifier
|
||||
#%doc LICENSES
|
||||
%doc LICENSES
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
@ -161,6 +164,9 @@ This package contains development headers for %{name}.
|
||||
%{_libdir}/cmake/KioArchive6/KioArchive*.cmake
|
||||
|
||||
%changelog
|
||||
* Thu Apr 24 2025 Automatic Build System <autodist@openmamba.org> 25.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 08 2025 Automatic Build System <autodist@openmamba.org> 24.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user