source: projects/specs/trunk/lib/libf/libfilezilla/libfilezilla-vl.spec @ 12255

Revision 12255, 2.0 KB checked in by ara_t, 5 years ago (diff)

libfilezilla: update 0.18.2

Line 
1Name: libfilezilla
2Version: 0.18.2
3Release: 1%{?_dist_release}
4URL: http://lib.filezilla-project.org/
5Summary: C++ Library for FileZilla
6License: GPLv2+
7Source0: http://download.sourceforge.net/sourceforge/filezilla/%{name}-%{version}.tar.bz2
8BuildRoot: %{_tmppath}/%{name}-%{version}-root
9
10BuildRequires: nettle-devel
11BuildRequires: gnutls-devel
12
13%package devel
14Summary: Development files for C++ Library for FileZilla
15Group: Development/Libraries
16Requires: %{name}%{?_isa} = %{version}-%{release}
17
18%description
19libfilezilla is a small and modern C++ library, offering some basic
20functionality to build high-performing, platform-independent programs.
21
22%description devel
23libfilezilla is a small and modern C++ library, offering some basic
24functionality to build high-performing, platform-independent programs.
25
26This package contains files needed to compile code using libfilezilla.
27
28%prep
29%setup -q
30
31%build
32%configure --disable-static
33make %{?_smp_mflags}
34
35%install
36make DESTDIR=$RPM_BUILD_ROOT install
37rm -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.
Note: See TracBrowser for help on using the repository browser.