| 1 | Name: libfilezilla |
|---|
| 2 | Version: 0.18.2 |
|---|
| 3 | Release: 1%{?_dist_release} |
|---|
| 4 | URL: http://lib.filezilla-project.org/ |
|---|
| 5 | Summary: C++ Library for FileZilla |
|---|
| 6 | License: GPLv2+ |
|---|
| 7 | Source0: http://download.sourceforge.net/sourceforge/filezilla/%{name}-%{version}.tar.bz2 |
|---|
| 8 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 9 | |
|---|
| 10 | BuildRequires: nettle-devel |
|---|
| 11 | BuildRequires: gnutls-devel |
|---|
| 12 | |
|---|
| 13 | %package devel |
|---|
| 14 | Summary: Development files for C++ Library for FileZilla |
|---|
| 15 | Group: Development/Libraries |
|---|
| 16 | Requires: %{name}%{?_isa} = %{version}-%{release} |
|---|
| 17 | |
|---|
| 18 | %description |
|---|
| 19 | libfilezilla is a small and modern C++ library, offering some basic |
|---|
| 20 | functionality to build high-performing, platform-independent programs. |
|---|
| 21 | |
|---|
| 22 | %description devel |
|---|
| 23 | libfilezilla is a small and modern C++ library, offering some basic |
|---|
| 24 | functionality to build high-performing, platform-independent programs. |
|---|
| 25 | |
|---|
| 26 | This package contains files needed to compile code using libfilezilla. |
|---|
| 27 | |
|---|
| 28 | %prep |
|---|
| 29 | %setup -q |
|---|
| 30 | |
|---|
| 31 | %build |
|---|
| 32 | %configure --disable-static |
|---|
| 33 | make %{?_smp_mflags} |
|---|
| 34 | |
|---|
| 35 | %install |
|---|
| 36 | make DESTDIR=$RPM_BUILD_ROOT install |
|---|
| 37 | rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
|---|
| 38 | |
|---|
| 39 | %post -p /sbin/ldconfig |
|---|
| 40 | |
|---|
| 41 | %postun -p /sbin/ldconfig |
|---|
| 42 | |
|---|
| 43 | %files |
|---|
| 44 | %license COPYING |
|---|
| 45 | %doc AUTHORS ChangeLog NEWS README |
|---|
| 46 | %{_libdir}/*.so.* |
|---|
| 47 | |
|---|
| 48 | %files devel |
|---|
| 49 | %doc doc/* |
|---|
| 50 | %{_libdir}/*.so |
|---|
| 51 | %{_includedir}/* |
|---|
| 52 | %{_libdir}/pkgconfig/libfilezilla.pc |
|---|
| 53 | |
|---|
| 54 | %changelog |
|---|
| 55 | * Sat Oct 12 2019 Toshiaki Ara <ara_t@384.jp> - 0.18.2-1 |
|---|
| 56 | - new upstream release |
|---|
| 57 | - add BuildRequires: nettle-devel |
|---|
| 58 | |
|---|
| 59 | * Sat Jul 23 2016 Toshiharu Kudoh <kudoh@vinelinux.org> - 0.6.0-1 |
|---|
| 60 | - new upstream release |
|---|
| 61 | |
|---|
| 62 | * Sat Jul 09 2016 Toshiharu Kudoh <kudoh@vinelinux.org> - 0.5.3-1 |
|---|
| 63 | - initial build for Vine Linux |
|---|
| 64 | |
|---|
| 65 | * Tue Jun 21 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.3-1 |
|---|
| 66 | - Latest upstream. |
|---|
| 67 | |
|---|
| 68 | * Sun May 22 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.2-1 |
|---|
| 69 | - Latest upstream. |
|---|
| 70 | |
|---|
| 71 | * Mon Apr 25 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.0-1 |
|---|
| 72 | - Latest upstream. |
|---|
| 73 | |
|---|
| 74 | * Mon Apr 04 2016 Jon Ciesla <limburgher@gmail.com> - 0.4.0.1-2 |
|---|
| 75 | - Dropped buildroot, Group, buildroot scrup, and added --disable-static and |
|---|
| 76 | - isa-specific Requires. |
|---|
| 77 | |
|---|
| 78 | * Tue Mar 15 2016 Jon Ciesla <limburgher@gmail.com> - 0.4.0.1-1 |
|---|
| 79 | - Initial package creation. |
|---|