rpms/obexd/devel import.log, NONE, 1.1 obexd.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bastien Nocera hadess at fedoraproject.org
Tue Oct 7 18:23:28 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/obexd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10806/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log obexd.spec 
Log Message:
First import



--- NEW FILE import.log ---
obexd-0_5-2_fc9:HEAD:obexd-0.5-2.fc9.src.rpm:1223403751


--- NEW FILE obexd.spec ---
Name:		obexd
Version:	0.5
Release:	2%{?dist}
Summary:	D-Bus service for Obex Client access

Group:		System Environment/Daemons
License:	GPLv2+
Source0:	http://www.kernel.org/pub/linux/bluetooth/obexd-%{version}.tar.gz
Url:		http://www.bluez.org/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	glib2-devel
BuildRequires:	dbus-devel
BuildRequires:	bluez-libs-devel >= 4.0
BuildRequires:	openobex-devel

%description
obexd contains obex-client, a D-Bus service to allow sending files
using the Obex Push protocol, common on mobile phones and
other Bluetooth-equipped devices.

%prep
%setup -q

%build
%configure --disable-server

make %{?_smp_mflags}

chmod -x test/send-files

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS doc/client-api.txt test/send-files
%{_libexecdir}/obex-client
%{_datadir}/dbus-1/services/obex-client.service

%changelog
* Mon Oct 06 2008 - Bastien Nocera <bnocera at redhat.com> - 0.5-2
- Fix problems mentioned in the review

* Mon Oct 06 2008 - Bastien Nocera <bnocera at redhat.com> - 0.5-1
- First package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/obexd/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Oct 2008 17:41:18 -0000	1.1
+++ .cvsignore	7 Oct 2008 18:22:58 -0000	1.2
@@ -0,0 +1 @@
+obexd-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/obexd/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Oct 2008 17:41:18 -0000	1.1
+++ sources	7 Oct 2008 18:22:58 -0000	1.2
@@ -0,0 +1 @@
+614f14a2024d13af5a936345c086cdb7  obexd-0.5.tar.gz




More information about the scm-commits mailing list