packages: obexd/obexd.spec (NEW) - spec from Przemo Firszt <przemo#firszt.eu>

glen glen at pld-linux.org
Mon Aug 16 17:50:30 CEST 2010


Author: glen                         Date: Mon Aug 16 15:50:30 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- spec from Przemo Firszt <przemo#firszt.eu>

---- Files affected:
packages/obexd:
   obexd.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/obexd/obexd.spec
diff -u /dev/null packages/obexd/obexd.spec:1.1
--- /dev/null	Mon Aug 16 17:50:30 2010
+++ packages/obexd/obexd.spec	Mon Aug 16 17:50:24 2010
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+Summary:	D-Bus service providing high-level OBEX client and server side functionality
+Summary(pl.UTF-8):	Usługa D-Bus dostarczająca wysokopoziomową funkcjonalność klientą i serwera OBEX
+Name:		obexd
+Version:	0.29
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz
+# Source0-md5:	d6e4884e7ab11b1f048ba32bc963fa80
+URL:		http://www.bluez.org/
+BuildRequires:	GConf2-devel >= 2.6
+BuildRequires:	autoconf >= 2.52
+BuildRequires:	automake
+BuildRequires:	bluez-libs-devel >= 4.2
+BuildRequires:	dbus-glib-devel >= 0.70
+BuildRequires:	glib2-devel >= 1:2.10.0
+BuildRequires:	gtk+2-devel >= 1:2.0
+BuildRequires:	libical-devel
+BuildRequires:	openobex-devel >= 1.3
+BuildRequires:	pkgconfig
+BuildRequires:	rpmbuild(macros) >= 1.311
+Requires(post,preun):	GConf2 >= 2.6
+Requires:	dbus-glib >= 0.60
+Provides:	dbus(org.openobex.client)
+Obsoletes:	obex-data-server
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+obexd is D-Bus service providing high-level OBEX client and server
+side functionality.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__automake}
+%{__autoheader}
+%{__autoconf}
+%configure \
+	--enable-bip=gdk-pixbuf \
+	--enable-shared \
+	--enable-usb \
+	--enable-nokia-backup \
+	--enable-debug \
+	--with-gnu-ld
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_libdir}/obexd
+%attr(755,root,root) %{_libdir}/obex-client
+%{_datadir}/dbus-1/services/obexd.service
+%{_datadir}/dbus-1/services/obex-client.service
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/08/16 15:50:24  glen
+- spec from Przemo Firszt <przemo#firszt.eu>
================================================================


More information about the pld-cvs-commit mailing list