56 lines
1.5 KiB
RPMSpec
56 lines
1.5 KiB
RPMSpec
|
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
|