automatic rebuild by autodist [release 0.13.0-2mamba;Fri Apr 10 2020]
This commit is contained in:
parent
ac1c0727aa
commit
1108daae26
@ -1,5 +1,5 @@
|
|||||||
Name: libfilezilla
|
Name: libfilezilla
|
||||||
Version: 0.13.0
|
Version: 0.20.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C++ library offering some basic functionality to build high-performing, platform-independent programs
|
Summary: A C++ library offering some basic functionality to build high-performing, platform-independent programs
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://lib.filezilla-project.org
|
URL: https://lib.filezilla-project.org
|
||||||
Source: https://dl1.cdn.filezilla-project.org/libfilezilla/libfilezilla-%{version}.tar.bz2
|
Source: https://download.filezilla-project.org/libfilezilla/libfilezilla-%{version}.tar.bz2
|
||||||
#Source: http://downloads.sourceforge.net/project/filezilla/libfilezilla/%{version}/libfilezilla-%{version}.tar.bz2
|
#Source: http://downloads.sourceforge.net/project/filezilla/libfilezilla/%{version}/libfilezilla-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -47,13 +47,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libfilezilla.so.*
|
%{_libdir}/libfilezilla.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
@ -69,6 +71,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc ChangeLog NEWS README
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 10 2020 Automatic Build System <autodist@mambasoft.it> 0.13.0-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.0-1mamba
|
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.13.0-1mamba
|
||||||
- update to 0.13.0
|
- update to 0.13.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user