bluez-libs/bluez-libs.spec

Name: bluez-libs
Summary: Bluetooth libraries
Version: 2.10
Release: 1.2
License: GPL
Group: System Environment/Libraries
URL: http://www.bluez.org/
Description: Libraries for use in Bluetooth applications.

The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.

CentOS 7 x86_64

The build could not start because of the following missing build requirements:

Build Status

CentOS 6 x86_64

The build could not start because of the following missing build requirements:

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag
# Upstream: <bluez-devel$lists,sourceforge,net>

### EL6 ships with bluez-libs-4.66-1.el6
### EL5 ships with bluez-libs-3.7-1.1
### EL4 ships with bluez-libs-2.10-3
# ExclusiveDist: el2 el3

Summary: Bluetooth libraries
Name: bluez-libs
Version: 2.10
Release: 1.2%{?dist}
License: GPL
Group: System Environment/Libraries
URL: http://www.bluez.org/

Source: http://bluez.sf.net/download/bluez-libs-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

ExcludeArch: s390 s390x
BuildRequires: glib-devel >= 1.2

%description
Libraries for use in Bluetooth applications.

The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.

%package devel
Summary: Header files, libraries and development documentation for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Obsoletes: bluez-sdp-devel

%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%makeinstall \
	includedir="%{buildroot}%{_includedir}/bluetooth"

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/libbluetooth.so.*

%files devel
%defattr(-, root, root, 0755)
%{_includedir}/bluetooth/*
%{_libdir}/libbluetooth*.a
%exclude %{_libdir}/libbluetooth.la
%{_libdir}/libbluetooth.so
%{_libdir}/pkgconfig/bluez.pc

%changelog
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 2.10-1.2
- Rebuild for Fedora Core 5.

* Mon Jan 30 2006 Dag Wieers <dag@wieers.com> - 2.10-1
- Updated to release 2.10.

* Sat Aug 07 2004 Dag Wieers <dag@wieers.com> - 2.9-1
- Updated to release 2.9.

* Wed Feb 04 2004 Dag Wieers <dag@wieers.com> - 2.5-0
- Initial package. (using DAR)