rebuilt with openobex 1.7 [release 0.9-2mamba;Sat Jul 13 2013]

This commit is contained in:
Silvan Calarco 2024-01-06 07:48:25 +01:00
parent c6aec1e80b
commit b28343e84b
2 changed files with 60 additions and 0 deletions

View File

@ -1,2 +1,7 @@
# obexpushd
ObexPushD can be used to receive files via:
* Bluetooth
* IrDA
* TCP

55
obexpushd.spec Normal file
View File

@ -0,0 +1,55 @@
Name: obexpushd
Version: 0.9
Release: 2mamba
Summary: A program for receiving files via Bluetooth, IRDA or TCP
Group: Applications/Networking
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://www.hendrik-sattler.de/devel/obexpushd
Source: http://www.hendrik-sattler.de/downloads/obexpushd/%{version}/obexpushd-%{version}-source.tar.gz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libbluetooth-devel
BuildRequires: libopenobex-devel
BuildRequires: libusb0-devel
BuildRequires: libwrap-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
%description
ObexPushD can be used to receive files via:
* Bluetooth
* IrDA
* TCP
%prep
%setup -q -n %{name}-%{version}-source
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
rm -fr %{buildroot}%{_datadir}/doc/obexpushd
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/obex*
%{_mandir}/man1/obexpushd.1.gz
%doc LICENSE README TODO
%changelog
* Sat Jul 13 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-2mamba
- rebuilt with openobex 1.7
* Fri Dec 18 2009 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9-1mamba
- package created by autospec