openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages obexpushd.spec
      Pages: < 1 >  DOWNLOAD      
Name:          obexpushd
Version:       0.9
Release:       1mamba
Summary:       A program for receiving files via Bluetooth, IRDA or TCP
Group:         Applications/Networking
Vendor:        openmamba
Distribution:  openmamba
Packager:      Stefano Cotta Ramusino <stefano.cotta@...>
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
* Fri Dec 18 2009 Stefano Cotta Ramusino <stefano.cotta@...> 0.9-1mamba
- package created by autospec