52 lines
1.3 KiB
RPMSpec
52 lines
1.3 KiB
RPMSpec
Name: ussp-push
|
|
Version: 0.11
|
|
Release: 1mamba
|
|
Summary: A OBEX object pusher for Linux, using the BlueZ BlueTooth stack
|
|
Group: Applications/Communication
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://xmailserver.org/ussp-push.html
|
|
Source: http://xmailserver.org/ussp-push-%{version}.tar.gz
|
|
Patch0: ussp-push-0.11-bluez-4.patch
|
|
Patch1: ussp-push-0.11-openobex-1.7.1.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libbluetooth-devel
|
|
BuildRequires: libopenobex-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
ussp-push is a OBEX object pusher for Linux, using the BlueZ BlueTooth stack.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
|
|
%build
|
|
%configure \
|
|
LDFLAGS="$LDFLAGS -lopenobex-apps-common"
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/ussp-push
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Wed Oct 30 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11-1mamba
|
|
- package created by silvan using the webbuild interface
|