]> git.pld-linux.org Git - packages/bluez-qube.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Apr 2003 12:32:13 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-qube.spec -> 1.1

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

diff --git a/bluez-qube.spec b/bluez-qube.spec
new file mode 100644 (file)
index 0000000..b36d729
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       ACL and L2CAP session handlers
+Summary(pl):   Obs³uga sesji ACL i L2CAP
+Name:          bluez-qube
+Version:       0.1
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
+Patch0:                %{name}-opt.patch
+URL:           http://bluez.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: bluez-libs-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ACL and L2CAP session handlers.
+
+%description -l pl
+Obs³uga sesji ACL i L2CAP.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+# temporary - programs are noinst now...
+install -d $RPM_BUILD_ROOT%{_sbindir}
+install aclsession l2session $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS
+# docs are just copied from hcidump...
+#%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_sbindir}/*
This page took 0.081886 seconds and 4 git commands to generate.