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

RevLine 
[12487]1Summary: C++ Library for FileZilla
[10567]2Name: libfilezilla
[12487]3Version: 0.24.1
[10567]4Release: 1%{?_dist_release}
[12487]5Group: system
6Vendor: Project Vine
7Distribution: Vine Linux
8
[10567]9License: GPLv2+
[12487]10URL: https://lib.filezilla-project.org/
11Source0: https://download.filezilla-project.org/%{name}/%{name}-%{version}.tar.bz2
12
[10567]13BuildRoot: %{_tmppath}/%{name}-%{version}-root
[12487]14BuildRequires: gettext
15BuildRequires: gnutls-devel
[12255]16BuildRequires: nettle-devel
17
[12487]18%description
19libfilezilla is a small and modern C++ library, offering some basic
20functionality to build high-performing, platform-independent programs.
21
22
[10567]23%package devel
24Summary: Development files for C++ Library for FileZilla
[12487]25Group: programming
[10567]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
[12487]34
35%debug_package
36
37
[10567]38%prep
39%setup -q
40
[12487]41
[10567]42%build
43%configure --disable-static
44make %{?_smp_mflags}
45
[12487]46
[10567]47%install
48make DESTDIR=$RPM_BUILD_ROOT install
49rm -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.
Note: See TracBrowser for help on using the repository browser.