SPECS: bluez-obex.spec (NEW) - bluetooth OBEX utils - btftp & btob...
adasi
adasi at pld-linux.org
Mon Oct 17 18:07:40 CEST 2005
Author: adasi Date: Mon Oct 17 16:07:40 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- bluetooth OBEX utils - btftp & btobex. Cool stuff :)
---- Files affected:
SPECS:
bluez-obex.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/bluez-obex.spec
diff -u /dev/null SPECS/bluez-obex.spec:1.1
--- /dev/null Mon Oct 17 18:07:40 2005
+++ SPECS/bluez-obex.spec Mon Oct 17 18:07:35 2005
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+
+%define snapshot 20051017
+
+Summary: Bluetooth OBEX utilities
+Summary(pl): Narzędzia Bluetooth OBEX
+Name: bluez-obex
+Version: 0.1.%{snapshot}
+Release: 1
+Epoch: 0
+License: GPL v2
+Group: Applications/System
+Source0: http://gruby.cs.net.pl/~adasi/%{name}-%{version}.tar.gz
+# Source0-md5: 194478cd895da5ec991a9c470f64cc59
+URL: http://bluez.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: bluez-libs-devel >= 2.21
+BuildRequires: openobex-devel >= 1.0.1-2
+BuildRequires: libtool
+Requires: bluez-libs >= 2.21
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bluetooth OBEX utils
+The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
+
+%description -l pl
+Narzędzia Bluetooth OBEX
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__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}/*
+
+%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 2005/10/17 16:07:35 adasi
+- bluetooth OBEX utils - btftp & btobex. Cool stuff :)
+
================================================================
More information about the pld-cvs-commit
mailing list