update to 0.24.2 [release 0.24.2-1mamba;Sun May 30 2021]
This commit is contained in:
parent
85a90c3617
commit
060cfe4540
28
obexftp.spec
28
obexftp.spec
@ -1,24 +1,27 @@
|
||||
Name: obexftp
|
||||
Version: 0.24
|
||||
Version: 0.24.2
|
||||
Release: 1mamba
|
||||
Summary: Enables to store and retrieve documents to mobile phones memory
|
||||
Group: Applications/Networking
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://triq.net/obexftp.html
|
||||
URL: https://sourceforge.net/projects/openobex/
|
||||
Source: http://downloads.sourceforge.net/project/openobex/obexftp/%{version}/obexftp-%{version}-Source.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libbluetooth-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libfuse-devel
|
||||
BuildRequires: libopenobex-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: ruby-devel
|
||||
BuildRequires: libopenobex-devel >= 1.7
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
obexftp enables to store and retrieve documents to mobile phones memory.
|
||||
@ -30,7 +33,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
obexftp enables to store and retrieve documents to mobile phones memory.
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-Source
|
||||
@ -58,18 +63,18 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/obexftp
|
||||
%{_bindir}/obexftpd
|
||||
%{_bindir}/obex*
|
||||
%{_libdir}/libbfb.so.*
|
||||
%{_libdir}/libmulticobex.so.*
|
||||
%{_libdir}/libobexftp.so.*
|
||||
%{perl_vendorarch}/OBEXFTP.pm
|
||||
%{perl_vendorarch}/auto/OBEXFTP/OBEXFTP.so
|
||||
%{_libdir}/ruby/vendor_ruby/*/*-linux*/obexftp.so
|
||||
%{_libdir}/site-python/_obexftp.so
|
||||
%{_libdir}/site-python/obexftp.py
|
||||
%doc AUTHORS
|
||||
#COPYING
|
||||
%{python310_sitelib}/_obexftp.so
|
||||
%{python310_sitelib}/obexftp.py
|
||||
%{_mandir}/man1/obexftp.1*
|
||||
%{_mandir}/man1/obexftpd.1*
|
||||
%doc AUTHORS License.txt
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -87,6 +92,9 @@ This package contains static libraries and header files need for development.
|
||||
#%doc ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Sun May 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24.2-1mamba
|
||||
- update to 0.24.2
|
||||
|
||||
* Mon Jun 03 2013 Automatic Build System <autodist@mambasoft.it> 0.24-1mamba
|
||||
- update to 0.24
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user