]> git.pld-linux.org Git - packages/libfilezilla.git/commitdiff
- updated to 0.17.1 auto/th/libfilezilla-0.17.1-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 28 Jun 2019 10:27:01 +0000 (12:27 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Fri, 28 Jun 2019 10:27:01 +0000 (12:27 +0200)
libfilezilla.spec

index 0e35f9dd3aa1a45a8df55f15ae226ddbddd69edf..4a1e018181fff2b7fc7be04b78e8346a566594d9 100644 (file)
@@ -7,12 +7,12 @@
 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.16.0
-Release:       2
+Version:       0.17.1
+Release:       1
 License:       GPL v2
 Group:         Libraries
 Source0:       https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
-# Source0-md5: 045c8358067e48d8a2584284e8676139
+# Source0-md5: 7cecda7c08f141223076487490374cb5
 URL:           https://lib.filezilla-project.org/
 %{?with_tests:BuildRequires:   cppunit-devel >= 1.13.0}
 %{?with_apidocs:BuildRequires: doxygen}
@@ -21,6 +21,7 @@ BuildRequires:        glibc-localedb-all
 %endif
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
+BuildRequires: gnutls-devel >= 3.5.7
 BuildRequires: libtool >= 2:2
 BuildRequires: nettle-devel >= 3.1
 BuildRequires: pkgconfig >= 1:0.7
@@ -123,13 +124,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libfilezilla.so.*.*.*
This page took 0.345212 seconds and 4 git commands to generate.