Author: patrys Date: Sun Mar 23 16:51:56 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial release
---- Files affected: SPECS: obex-data-server.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/obex-data-server.spec diff -u /dev/null SPECS/obex-data-server.spec:1.1 --- /dev/null Sun Mar 23 17:51:56 2008 +++ SPECS/obex-data-server.spec Sun Mar 23 17:51:50 2008 @@ -0,0 +1,64 @@ +# $Revision$, $Date$ +# TODO locale file +Summary: D-Bus service providing high-level OBEX client and server side functionality +Name: obex-data-server +Version: 0.3 +Release: 1 +License: GPL v2+ +Group: X11/Applications +#Source0Download: http://www.bluez.org/download.html +Source0: http://tadas.dailyda.com/software/%{name}-%{version}.tar.gz +# Source0-md5: d665127eb9d43d87b98cfff07b8fac60 +URL: http://wiki.muiline.com/obex-data-server +BuildRequires: GConf2-devel >= 2.6 +BuildRequires: autoconf >= 2.50 +BuildRequires: automake +BuildRequires: bluez-libs-devel +BuildRequires: dbus-glib-devel >= 0.60 +BuildRequires: pkgconfig +BuildRequires: rpmbuild(macros) >= 1.311 +Requires(post,preun): GConf2 >= 2.6 +Requires: dbus-glib >= 0.60 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +obex-data-server is D-Bus service providing high-level OBEX client and +server side functionality. It currently supports OPP, FTP profiles and +Bluetooth transport. + +%prep +%setup -q + +%build +%{__aclocal} +%{__automake} +%{__autoheader} +%{__autoconf} +%configure \ + --disable-desktop-update \ +%{__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) %{_bindir}/obex-data-server +%{_datadir}/dbus-1/services/obex-data-server.service + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-03-23 16:51:50 patrys +- initial release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
