rebuilt with openobex 1.7 [release 0.9-2mamba;Sat Jul 13 2013]
This commit is contained in:
parent
c6aec1e80b
commit
b28343e84b
@ -1,2 +1,7 @@
|
|||||||
# obexpushd
|
# obexpushd
|
||||||
|
|
||||||
|
ObexPushD can be used to receive files via:
|
||||||
|
* Bluetooth
|
||||||
|
* IrDA
|
||||||
|
* TCP
|
||||||
|
|
||||||
|
55
obexpushd.spec
Normal file
55
obexpushd.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user