update to 2.2.0 [release 2.2.0-1mamba;Mon Jul 27 2020]
This commit is contained in:
parent
e955eac84a
commit
1bf7ce6fde
@ -1,9 +1,6 @@
|
|||||||
%define dirver 4.%(echo %version | cut -d. -f 2-3)
|
%define dirver 5.%(echo %version | cut -d. -f 2-3)
|
||||||
%define majver 5.1.2
|
|
||||||
#%define majver 5.%(echo %version | cut -d. -f2)
|
|
||||||
#% define pkgver %(echo %version | cut -d. -f4)
|
|
||||||
Name: libktorrent
|
Name: libktorrent
|
||||||
Version: 2.1.1
|
Version: 2.2.0
|
||||||
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
|
||||||
@ -11,8 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://ktorrent.org/
|
URL: http://ktorrent.org/
|
||||||
Source: https://download.kde.org/stable/ktorrent/%{majver}/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/ktorrent/%{dirver}/%{name}-%{version}.tar.xz
|
||||||
#Source: https://ftp.heanet.ie/mirrors/ftp.kde.org/stable/ktorrent/%{majver}/libktorrent-%{version}.tar.xz
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -39,8 +35,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
Library for KTorrent, a BitTorrent client for KDE.
|
Library for KTorrent, a BitTorrent client for KDE.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%debug_package
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -58,6 +53,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -f %{name}5.lang
|
%files -f %{name}5.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_libdir}/libKF5Torrent.so.*
|
%{_kde5_libdir}/libKF5Torrent.so.*
|
||||||
@ -72,6 +70,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_kde5_libdir}/libKF5Torrent.so
|
%{_kde5_libdir}/libKF5Torrent.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
||||||
|
- update to 2.2.0
|
||||||
|
|
||||||
* Sun Mar 29 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.1.1-1mamba
|
* Sun Mar 29 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.1.1-1mamba
|
||||||
- update to 2.1.1
|
- update to 2.1.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user