Hello community,

here is the log from the commit of package sbc for openSUSE:Factory checked in 
at 2013-01-04 11:38:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sbc (Old)
 and      /work/SRC/openSUSE:Factory/.sbc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sbc", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.sbc.new/sbc.changes     2013-01-04 
11:38:37.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri Aug 24 11:04:37 UTC 2012 - [email protected]
+
+- initial package, version 1.0
+

New:
----
  sbc-1.0.tar.bz2
  sbc.changes
  sbc.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sbc.spec ++++++
# spec file for package sbc
#
# Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# norootforbuild

%define sonum 1

Name:           sbc
Version:        1.0
Release:        0
License:        GPL-2.0+
Summary:        Bluetooth Low-Complexity, Sub-Band Codec Utilities
Url:            http://www.kernel.org/pub/linux/bluetooth
Group:          Hardware/Mobile
Source:         http://www.kernel.org/pub/linux/bluetooth/sbc-%{version}.tar.bz2
BuildRequires:  libsndfile-devel pkg-config
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
AutoReqProv:    on

%description
The package contains utilities for using the SBC codec.

%package -n libsbc%{sonum}
License:        LGPL-2.1+
Summary:        Bluetooth Low-Complexity, Sub-Band Codec Library
%description -n libsbc%{sonum}
The package contains libraries for using the SBC codec.

%package devel
Summary:        Development files for libsbc%{sonum}
Group:          Development/Sources
Requires:       libsbc%{sonum} = %{version}
%description devel
Development files for the SBC library

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
rm %{buildroot}/%{_libdir}/libsbc.la

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%post -n libsbc%{sonum} -p /sbin/ldconfig

%postun -n libsbc%{sonum} -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc ChangeLog README COPYING
/usr/bin/sbc*

%files -n libsbc%{sonum}
%defattr(-,root,root)
%{_libdir}/libsbc.so.%{sonum}
%{_libdir}/libsbc.so.%{sonum}.*

%files devel
%defattr(-,root,root)
%dir /usr/include/sbc
/usr/include/sbc/sbc.h
%{_libdir}/pkgconfig/sbc.pc
%{_libdir}/libsbc.a
%{_libdir}/libsbc.so

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to