9d51537
Name: libfilezilla
c99b6cd
Version: 0.5.2
d7245a4
Release: 1%{?dist}
9d51537
URL: http://lib.filezilla-project.org/
9d51537
Summary: C++ Library for FileZilla
9d51537
License: GPLv2+
9d51537
Source0: http://download.sourceforge.net/sourceforge/filezilla/%{name}-%{version}.tar.bz2
9d51537
9d51537
%package devel
9d51537
Summary: Development files for C++ Library for FileZilla
9d51537
Group: Development/Libraries
9d51537
Requires: %{name}%{?_isa} = %{version}-%{release}
9d51537
9d51537
%description
9d51537
libfilezilla is a small and modern C++ library, offering some basic
9d51537
functionality to build high-performing, platform-independent programs.
9d51537
9d51537
%description devel
9d51537
libfilezilla is a small and modern C++ library, offering some basic
9d51537
functionality to build high-performing, platform-independent programs.
9d51537
9d51537
This package contains files needed to compile code using libfilezilla.
9d51537
9d51537
%prep
9d51537
%setup -q
9d51537
9d51537
%build
9d51537
%configure --disable-static
9d51537
make %{?_smp_mflags}
9d51537
9d51537
%install
9d51537
make DESTDIR=$RPM_BUILD_ROOT install
9d51537
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
9d51537
9d51537
%post -p /sbin/ldconfig
9d51537
9d51537
%postun -p /sbin/ldconfig
9d51537
9d51537
%files
9d51537
%license COPYING
9d51537
%doc AUTHORS ChangeLog NEWS README
9d51537
%{_libdir}/*.so.*
9d51537
9d51537
%files devel
9d51537
%doc doc/*
9d51537
%{_libdir}/*.so
9d51537
%{_includedir}/*
9d51537
%{_libdir}/pkgconfig/libfilezilla.pc
9d51537
9d51537
%changelog
c99b6cd
* Sun May 22 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.2-1
c99b6cd
- Latest upstream.
c99b6cd
d7245a4
* Mon Apr 25 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.0-1
d7245a4
- Latest upstream.
d7245a4
9d51537
* Mon Apr 04 2016 Jon Ciesla <limburgher@gmail.com> - 0.4.0.1-2
9d51537
- Dropped buildroot, Group, buildroot scrup, and added --disable-static and
9d51537
- isa-specific Requires.
9d51537
9d51537
* Tue Mar 15 2016 Jon Ciesla <limburgher@gmail.com> - 0.4.0.1-1
9d51537
- Initial package creation.