]> git.pld-linux.org Git - packages/bluez-obex.git/commitdiff
- bluetooth OBEX utils - btftp & btobex. Cool stuff :)
authoradasi <adasi@pld-linux.org>
Mon, 17 Oct 2005 16:07:35 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-obex.spec -> 1.1

bluez-obex.spec [new file with mode: 0644]

diff --git a/bluez-obex.spec b/bluez-obex.spec
new file mode 100644 (file)
index 0000000..aa42ada
--- /dev/null
@@ -0,0 +1,53 @@
+
+%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}/*
This page took 0.136423 seconds and 4 git commands to generate.