diff --git a/README.md b/README.md index d8795c3..58baf28 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # obexpushd +ObexPushD can be used to receive files via: +* Bluetooth +* IrDA +* TCP + diff --git a/obexpushd.spec b/obexpushd.spec new file mode 100644 index 0000000..16564ed --- /dev/null +++ b/obexpushd.spec @@ -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 +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 0.9-2mamba +- rebuilt with openobex 1.7 + +* Fri Dec 18 2009 Stefano Cotta Ramusino 0.9-1mamba +- package created by autospec