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