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