|
|
@ -1,11 +1,11 @@
|
|
|
|
Name: libfilezilla
|
|
|
|
Name: libfilezilla
|
|
|
|
Version: 0.9.2
|
|
|
|
Version: 0.10.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
URL: http://lib.filezilla-project.org/
|
|
|
|
URL: http://lib.filezilla-project.org/
|
|
|
|
Summary: C++ Library for FileZilla
|
|
|
|
Summary: C++ Library for FileZilla
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Source0: http://download.sourceforge.net/sourceforge/filezilla/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: http://download.sourceforge.net/sourceforge/filezilla/%{name}-%{version}.tar.bz2
|
|
|
|
Patch0: libfilezilla-0.9.2-util.patch
|
|
|
|
#Patch0: libfilezilla-0.9.2-util.patch
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for C++ Library for FileZilla
|
|
|
|
Summary: Development files for C++ Library for FileZilla
|
|
|
@ -25,7 +25,7 @@ This package contains files needed to compile code using libfilezilla.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%patch0 -p2
|
|
|
|
#%patch0 -p2
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
%configure --disable-static
|
|
|
@ -51,6 +51,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
%{_libdir}/pkgconfig/libfilezilla.pc
|
|
|
|
%{_libdir}/pkgconfig/libfilezilla.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 10 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.10.0-1
|
|
|
|
|
|
|
|
- Latest upstream.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 02 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.9.2-2
|
|
|
|
* Fri Jun 02 2017 Gwyn Ciesla <limburgher@gmail.com> - 0.9.2-2
|
|
|
|
- Patch for filezilla build issue, from upstream.
|
|
|
|
- Patch for filezilla build issue, from upstream.
|
|
|
|
|
|
|
|
|
|
|
|