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

Revision 12487, 2.3 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

chrony-3.5.1-2

dnsmasq-2.82-1

epiphany-3.36.4-2

filezilla-3.50.0-1

gnutls-3.6.15-1

libfilezilla-0.24.1-1

nettle-3.6-1

rdesktop-1.9.0-2

tigervnc-1.10.1-2

webkitgtk4-2.28.4-1

wxGTK3-3.0.5-1

Line 
1Summary: C++ Library for FileZilla
2Name: libfilezilla
3Version: 0.24.1
4Release: 1%{?_dist_release}
5Group: system
6Vendor: Project Vine
7Distribution: Vine Linux
8
9License: GPLv2+
10URL: https://lib.filezilla-project.org/
11Source0: https://download.filezilla-project.org/%{name}/%{name}-%{version}.tar.bz2
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: gettext
15BuildRequires: gnutls-devel
16BuildRequires: nettle-devel
17
18%description
19libfilezilla is a small and modern C++ library, offering some basic
20functionality to build high-performing, platform-independent programs.
21
22
23%package devel
24Summary: Development files for C++ Library for FileZilla
25Group: programming
26Requires: %{name}%{?_isa} = %{version}-%{release}
27
28%description devel
29libfilezilla is a small and modern C++ library, offering some basic
30functionality to build high-performing, platform-independent programs.
31
32This package contains files needed to compile code using libfilezilla.
33
34
35%debug_package
36
37
38%prep
39%setup -q
40
41
42%build
43%configure --disable-static
44make %{?_smp_mflags}
45
46
47%install
48make DESTDIR=$RPM_BUILD_ROOT install
49rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
50
51%find_lang %{name}
52
53
54%post -p /sbin/ldconfig
55%postun -p /sbin/ldconfig
56
57
58%files -f %{name}.lang
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
69
70%changelog
71* Tue Sep 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.24.1-1
72- new upstream release.
73
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
78* Sat Jul 23 2016 Toshiharu Kudoh <kudoh@vinelinux.org> - 0.6.0-1
79- new upstream release
80
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.
Note: See TracBrowser for help on using the repository browser.