]> git.pld-linux.org Git - packages/libfilezilla.git/blobdiff - libfilezilla.spec
- up to 0.37.1
[packages/libfilezilla.git] / libfilezilla.spec
index b6bf47c6c06a1bd3e8b821b883010b4b60715385..eac35a0834e0f7c3c2605b32bf03b04add7cb83e 100644 (file)
@@ -4,15 +4,17 @@
 %bcond_without static_libs     # static library
 %bcond_without tests           # "make check"
 #
+%define                libver  25
+#
 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.30.0
+Version:       0.37.1
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
-# Source0-md5: e0c673f10014dda91d2100281fc3ba57
+# Source0-md5: f9c56de26544b8f942f711d4f70f5dd9
 URL:           https://lib.filezilla-project.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -22,14 +24,15 @@ BuildRequires:      gettext-tools >= 0.11.0
 %if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?)
 BuildRequires: glibc-localedb-all
 %endif
-BuildRequires: gnutls-devel >= 3.5.8
+BuildRequires: gmp-devel
+BuildRequires: gnutls-devel >= 3.7.0
 # -std=c++17
 BuildRequires: libstdc++-devel >= 6:7
 BuildRequires: libtool >= 2:2
 BuildRequires: nettle-devel >= 3.3
 BuildRequires: pkgconfig >= 1:0.7
 BuildRequires: rpmbuild(macros) >= 1.583
-Requires:      gnutls-libs >= 3.5.8
+Requires:      gnutls-libs >= 3.7.0
 Requires:      nettle >= 3.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,8 +54,8 @@ Some of the highlights include:
 libfilezilla to wolnodostępna biblioteka C++ o otwartych źródłach,
 oferująca pewną podstawową funkcjonalność do tworzenia wydajnych
 programów niezależnych od platformy. Uwzględnione funkcje obejmują:
-- bezpieczny pod względem typów, wielowątkowy system zdarzeń -
-  bardzo prosty w użyciu, a jednocześnie bardzo wydajny
+- bezpieczny pod względem typów, wielowątkowy system zdarzeń - bardzo
+  prosty w użyciu, a jednocześnie bardzo wydajny
 - zegary do zdarzeń regularnych
 - klasa daty i czasu nie tylko śledząca znacznik czasu, ale także jego
   dokładność, co upraszcza obsługę znaczników czasu pochodzących z
@@ -65,8 +68,8 @@ Summary:      Header files for libfilezilla library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libfilezilla
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      gnutls-devel >= 3.7.0
 Requires:      libstdc++-devel >= 6:7
-Requires:      gnutls-devel >= 3.5.8
 Requires:      nettle-devel >= 3.3
 
 %description devel
@@ -171,7 +174,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.15
+%attr(755,root,root) %ghost %{_libdir}/libfilezilla.so.%{libver}
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.101055 seconds and 4 git commands to generate.