From 639cd55fd32dcf2a9afe649c3e56172395b5f559 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 11 May 2020 22:12:27 +0200 Subject: [PATCH] - updated to 0.21.0 (new soname) --- libfilezilla.spec | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/libfilezilla.spec b/libfilezilla.spec index ac8c22a..a4859ee 100644 --- a/libfilezilla.spec +++ b/libfilezilla.spec @@ -7,28 +7,30 @@ Summary: Library for high-performing platform-independent programs Summary(pl.UTF-8): Biblioteka do wydajnych programów niezależnych od platformy Name: libfilezilla -Version: 0.18.2 +Version: 0.21.0 Release: 1 License: GPL v2+ Group: Libraries Source0: https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2 -# Source0-md5: b72d406002aff5128651ab8d7a6666c4 +# Source0-md5: 40b8f122e43b640cb9e6597fb1b1081a URL: https://lib.filezilla-project.org/ %{?with_tests:BuildRequires: cppunit-devel >= 1.13.0} %{?with_apidocs:BuildRequires: doxygen} -%if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?) -BuildRequires: glibc-localedb-all -%endif BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: gettext-tools >= 0.11.0 -BuildRequires: gnutls-devel >= 3.5.7 +%if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?) +BuildRequires: glibc-localedb-all +%endif +BuildRequires: gnutls-devel >= 3.5.8 BuildRequires: libtool >= 2:2 -BuildRequires: nettle-devel >= 3.1 +BuildRequires: nettle-devel >= 3.3 BuildRequires: pkgconfig >= 1:0.7 # -std=c++17 BuildRequires: libstdc++-devel >= 6:7 BuildRequires: rpmbuild(macros) >= 1.583 +Requires: gnutls-libs >= 3.5.8 +Requires: nettle >= 3.3 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -64,8 +66,8 @@ Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libfilezilla Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libstdc++-devel >= 6:7 -Requires: gnutls-devel >= 3.5.7 -Requires: nettle-devel >= 3.1 +Requires: gnutls-devel >= 3.5.8 +Requires: nettle-devel >= 3.3 %description devel Header files for libfilezilla library. @@ -169,7 +171,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_libdir}/libfilezilla.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libfilezilla.so.0 +%attr(755,root,root) %ghost %{_libdir}/libfilezilla.so.6 %files devel %defattr(644,root,root,755) -- 2.44.0