automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]
This commit is contained in:
parent
75b9ba657d
commit
75ed6a0d4b
@ -1,6 +1,6 @@
|
|||||||
%define dirver 5.%(echo %version | cut -d. -f 2-3)
|
%define dirver 5.%(echo %version | cut -d. -f 2-3)
|
||||||
Name: libktorrent
|
Name: libktorrent
|
||||||
Version: 23.08.5
|
Version: 24.02.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Library for KTorrent, a BitTorrent client for KDE
|
Summary: Library for KTorrent, a BitTorrent client for KDE
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,28 +8,27 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://apps.kde.org/ktorrent/
|
URL: https://apps.kde.org/ktorrent/
|
||||||
Source: https://download.kde.org/stable/release-service/%{version}/src/libktorrent-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/libktorrent-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libgmp-devel
|
BuildRequires: libgmp-devel
|
||||||
BuildRequires: libkarchive-devel
|
BuildRequires: libkf6-karchive-devel
|
||||||
BuildRequires: libkcompletion-devel
|
BuildRequires: libkf6-kcompletion-devel
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkf6-kconfig-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libkio-devel
|
BuildRequires: libkf6-kio-devel
|
||||||
BuildRequires: libkjobwidgets-devel
|
BuildRequires: libkf6-kjobwidgets-devel
|
||||||
BuildRequires: libkservice-devel
|
BuildRequires: libkf6-kservice-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
BuildRequires: libkwindowsystem-devel
|
BuildRequires: libkf6-solid-devel
|
||||||
BuildRequires: libqca-qt5-devel
|
|
||||||
BuildRequires: libsolid-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt6-qt5compat-devel
|
||||||
|
BuildRequires: qt6-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
@ -51,14 +50,14 @@ This package contains static libraries and header files need for development.
|
|||||||
%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
|
%find_lang %{name} --all-name
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -66,20 +65,26 @@ This package contains static libraries and header files need for development.
|
|||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}5.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_libdir}/libKF5Torrent.so.*
|
%{_kf6_libdir}/libKTorrent6.so.*
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_kde5_includedir}/libktorrent
|
%dir %{_kf6_includedir}/libktorrent
|
||||||
%{_kde5_includedir}/libktorrent/*
|
%{_kf6_includedir}/libktorrent/*
|
||||||
%dir %{_kde5_libdir}/cmake/KF5Torrent
|
%{_kf6_libdir}/libKTorrent6.so
|
||||||
%{_kde5_libdir}/cmake/KF5Torrent/*.cmake
|
%dir %{_kf6_libdir}/cmake/KTorrent6
|
||||||
%{_kde5_libdir}/libKF5Torrent.so
|
%{_kf6_libdir}/cmake/KTorrent6/*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 02 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