Compare commits
No commits in common. "main" and "24.05.0-1mamba" have entirely different histories.
main
...
24.05.0-1m
@ -1,6 +1,6 @@
|
||||
%define dirver 5.%(echo %version | cut -d. -f 2-3)
|
||||
Name: libktorrent
|
||||
Version: 24.12.2
|
||||
Version: 24.05.0
|
||||
Release: 1mamba
|
||||
Summary: Library for KTorrent, a BitTorrent client for KDE
|
||||
Group: System/Libraries
|
||||
@ -12,12 +12,6 @@ Source: https://download.kde.org/%{stable_kde6}/release-service/%{version
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Network
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libQt6Xml
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
@ -34,6 +28,7 @@ BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libkf6-solid-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qt5compat-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
|
||||
@ -49,6 +44,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Library for KTorrent, a BitTorrent client for KDE.
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -66,6 +62,8 @@ This package contains static libraries and header files need for development.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
@ -81,33 +79,6 @@ This package contains static libraries and header files need for development.
|
||||
%{_kf6_libdir}/cmake/KTorrent6/*.cmake
|
||||
|
||||
%changelog
|
||||
* Fri Feb 07 2025 Automatic Build System <autodist@openmamba.org> 24.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 10 2025 Automatic Build System <autodist@openmamba.org> 24.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 12 2024 Automatic Build System <autodist@openmamba.org> 24.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 23 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 04 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 13 2024 Automatic Build System <autodist@openmamba.org> 24.05.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 23 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user