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

Revision 10655, 1.9 KB checked in by kudoh, 8 years ago (diff)

new upstream release

Line 
1Name: libfilezilla
2Version: 0.6.0
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
10%package devel
11Summary: Development files for C++ Library for FileZilla
12Group: Development/Libraries
13Requires: %{name}%{?_isa} = %{version}-%{release}
14
15%description
16libfilezilla is a small and modern C++ library, offering some basic
17functionality to build high-performing, platform-independent programs.
18
19%description devel
20libfilezilla is a small and modern C++ library, offering some basic
21functionality to build high-performing, platform-independent programs.
22
23This package contains files needed to compile code using libfilezilla.
24
25%prep
26%setup -q
27
28%build
29%configure --disable-static
30make %{?_smp_mflags}
31
32%install
33make DESTDIR=$RPM_BUILD_ROOT install
34rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
35
36%post -p /sbin/ldconfig
37
38%postun -p /sbin/ldconfig
39
40%files
41%license COPYING
42%doc AUTHORS ChangeLog NEWS README
43%{_libdir}/*.so.*
44
45%files devel
46%doc doc/*
47%{_libdir}/*.so
48%{_includedir}/*
49%{_libdir}/pkgconfig/libfilezilla.pc
50
51%changelog
52* Sat Jul 23 2016 Toshiharu Kudoh <kudoh@vinelinux.org> - 0.6.0-1
53- new upstream release
54
55* Sat Jul 09 2016 Toshiharu Kudoh <kudoh@vinelinux.org> - 0.5.3-1
56- initial build for Vine Linux
57
58* Tue Jun 21 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.3-1
59- Latest upstream.
60
61* Sun May 22 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.2-1
62- Latest upstream.
63
64* Mon Apr 25 2016 Jon Ciesla <limburgher@gmail.com> - 0.5.0-1
65- Latest upstream.
66
67* Mon Apr 04 2016 Jon Ciesla <limburgher@gmail.com> - 0.4.0.1-2
68- Dropped buildroot, Group, buildroot scrup, and added --disable-static and
69- isa-specific Requires.
70
71* Tue Mar 15 2016 Jon Ciesla <limburgher@gmail.com> - 0.4.0.1-1
72- Initial package creation.
Note: See TracBrowser for help on using the repository browser.