[packages/libfilezilla] - up to 0.53.1
mrozowik
mrozowik at pld-linux.org
Fri Dec 12 19:43:44 CET 2025
commit 78e2831ea4e1a86cc8cd180931303fb7153bda0a
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Fri Dec 12 18:43:33 2025 +0000
- up to 0.53.1
libfilezilla.spec | 36 +++++++++---------------------------
1 file changed, 9 insertions(+), 27 deletions(-)
---
diff --git a/libfilezilla.spec b/libfilezilla.spec
index d29e3db..73a5fc0 100644
--- a/libfilezilla.spec
+++ b/libfilezilla.spec
@@ -1,20 +1,19 @@
#
# Conditional build:
%bcond_without apidocs # doxygen API documentation
-%bcond_without static_libs # static library
%bcond_without tests # "make check"
#
-%define libver 43
+%define libver 51
#
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.47.0
+Version: 0.53.1
Release: 1
License: GPL v2+
Group: Libraries
Source0: https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.xz
-# Source0-md5: b8fcecd37d95c903410f016ef3edb0e2
+# Source0-md5: 87c9003816698d576f0b4688938b90a0
URL: https://lib.filezilla-project.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -34,6 +33,7 @@ BuildRequires: pkgconfig >= 1:0.7
BuildRequires: rpmbuild(macros) >= 1.583
Requires: gnutls-libs >= 3.7.0
Requires: nettle >= 3.3
+Obsoletes: libfilezilla-static < 0.53.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -78,18 +78,6 @@ Header files for libfilezilla library.
%description devel -l pl.UTF-8
Pliki nagłówkowe biblioteki libfilezilla.
-%package static
-Summary: Static libfilezilla library
-Summary(pl.UTF-8): Statyczna biblioteka libfilezilla
-Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
-
-%description static
-Static libfilezilla library.
-
-%description static -l pl.UTF-8
-Statyczna biblioteka libfilezilla.
-
%package apidocs
Summary: %{name} API documentation
Summary(pl.UTF-8): Dokumentacja API biblioteki %{name}
@@ -137,8 +125,8 @@ cd locales
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure \
- %{!?with_static_libs:--disable-static}
+%configure
+
%{__make}
%if %{with tests}
@@ -173,21 +161,15 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%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.%{libver}
+%{_libdir}/libfilezilla.so.*.*.*
+%ghost %{_libdir}/libfilezilla.so.%{libver}
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libfilezilla.so
+%{_libdir}/libfilezilla.so
%{_includedir}/libfilezilla
%{_pkgconfigdir}/libfilezilla.pc
-%if %{with static_libs}
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/libfilezilla.a
-%endif
-
%if %{with apidocs}
%files apidocs
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libfilezilla.git/commitdiff/78e2831ea4e1a86cc8cd180931303fb7153bda0a
More information about the pld-cvs-commit
mailing list