[packages/fzssh] - initial, version 1.1.10
mrozowik
mrozowik at pld-linux.org
Thu Apr 16 12:58:44 CEST 2026
commit a5936cff725ec2200eeb263a3a6958b0979be65e
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Thu Apr 16 10:57:58 2026 +0000
- initial, version 1.1.10
fzssh.spec | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 94 insertions(+)
---
diff --git a/fzssh.spec b/fzssh.spec
new file mode 100644
index 0000000..2b18bbb
--- /dev/null
+++ b/fzssh.spec
@@ -0,0 +1,94 @@
+Summary: SSH/SFTP library based on libfilezilla
+Summary(pl.UTF-8): Biblioteka SSH/SFTP bazująca na libfilezilla
+Name: fzssh
+Version: 1.1.10
+Release: 1
+License: AGPLv3+
+Group: Libraries
+#Source0-dl: https://fzssh.filezilla-project.org/download.php
+Source0: %{name}-%{version}.tar.xz
+# Source0-md5: 3e4f36a735d1868e5b2ed8cb742a6019
+URL: https://fzssh.filezilla-project.org/
+BuildRequires: gmp-devel >= 6.2
+BuildRequires: libargon2-devel
+BuildRequires: libfilezilla-devel >= 0.55.3
+BuildRequires: meson
+BuildRequires: nettle-devel >= 3.10
+BuildRequires: ninja
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.583
+Requires: gmp >= 6.2
+Requires: libargon2
+Requires: libfilezilla >= 0.55.3
+Requires: nettle >= 3.10
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+fzssh is a SSH/SFTP library based on libfilezilla
+
+This library is free software, it is distributed under the terms and
+conditions of the GNU Affero General Public License v3+ with
+attribution, see the library's README file for details.
+
+fzssh is a cross-platform library for all major operating systems,
+including but not limited to Linux, *BSD, macOS and Windows.
+
+%description -l pl.UTF-8
+fzssh to biblioteka SSH/SFTP oparta na libfilezilla.
+
+Ta biblioteka jest wolnym oprogramowaniem, rozpowszechnianym na
+warunkach licencji GNU Affero General Public License v3+ z uznaniem
+autorstwa. Szczegółowe informacje znajdują się w pliku README
+biblioteki.
+
+fzssh to biblioteka wieloplatformowa dla wszystkich głównych systemów
+operacyjnych, w tym między innymi Linuxa, *BSD, macOS i Windowsa.
+
+%package devel
+Summary: Header files for fzssh library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki fzssh
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: gmp-devel >= 6.2
+Requires: libargon2-devel
+Requires: libfilezilla-devel >= 0.55.3
+Requires: nettle-devel >= 3.10
+
+%description devel
+Header files for libfilezilla library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libfilezilla.
+
+%prep
+%setup -q
+
+%build
+%meson
+%meson_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%meson_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README
+%{_libdir}/libfzssh-client.so.*.*.*
+%{_libdir}/libfzssh-crypt.so.*.*.*
+%{_libdir}/libfzssh.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/libfzssh-client.so
+%{_libdir}/libfzssh-crypt.so
+%{_libdir}/libfzssh.so
+%{_includedir}/fzssh
+%{_pkgconfigdir}/libfzssh-client.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fzssh.git/commitdiff/a5936cff725ec2200eeb263a3a6958b0979be65e
More information about the pld-cvs-commit
mailing list