Hello community,

here is the log from the commit of package libnjb for openSUSE:Factory
checked in at Fri Aug 26 10:10:52 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/libnjb/libnjb.changes  2011-08-26 
05:45:22.000000000 +0200
@@ -0,0 +1,7 @@
+-------------------------------------------------------------------
+Fri Aug 26 03:42:34 UTC 2011 - [email protected]
+
+- update version to 2.2.7
+- remove dependency on HAL
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  libnjb-2.2.7.tar.gz
  libnjb.changes
  libnjb.spec

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

Other differences:
------------------
++++++ libnjb.spec ++++++
#
# spec file for package libnjb
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, 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.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           libnjb
BuildRequires:  libusb-devel zlib-devel
Url:            http://libnjb.sourceforge.net
License:        BSD 3-Clause
Group:          Development/Libraries/Other
AutoReqProv:    on
Version:        2.2.7
Release:        1
Summary:        Nomad Jukebox API
Source:         %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       dbus-1

%description
Nomad Jukebox API



Authors:
--------
    Linus Walleij <[email protected]> (Much code, Windows port)
    C351sar Talon (NJB 3 initial code)
    David A. Knight <[email protected]> (Code, especially for NJB1)
    Dwight Engen <[email protected]> (NJB Zen stuff)
    Bernie <[email protected]> (NJB 2 stuff)
    Paul Lalonde <[email protected]> (NJB Zen USB 2.0 stuff)
    Tom LeRoux <[email protected]> (Dell Digital Jukebox stuff)
    Friso Brugmans <[email protected]> (NJB Zen NX stuff)
    Ryan Marsh <[email protected]> (MacOS X porting, fixing and testing)
    Richard Low <[email protected]> (MacOS X porting, fixing and testing)
    Michael a.k.a. LuNaTiC (NJB Zen Touch testing)
    Shaun Jackman <[email protected]> (Debian packaging, automakification)
    Kevin Williams <[email protected]> (MSVC++ 8 port)
    Polar Humenn <[email protected]> (playback hacks)

%package -n libnjb5
License:        BSD 3-Clause
Summary:        Nomad Jukebox API
Group:          Development/Libraries/Other
Requires:       %{name} = %{version}

%description -n libnjb5
Nomad Jukebox API



Authors:
--------
    Linus Walleij <[email protected]> (Much code, Windows port)
    C351sar Talon (NJB 3 initial code)
    David A. Knight <[email protected]> (Code, especially for NJB1)
    Dwight Engen <[email protected]> (NJB Zen stuff)
    Bernie <[email protected]> (NJB 2 stuff)
    Paul Lalonde <[email protected]> (NJB Zen USB 2.0 stuff)
    Tom LeRoux <[email protected]> (Dell Digital Jukebox stuff)
    Friso Brugmans <[email protected]> (NJB Zen NX stuff)
    Ryan Marsh <[email protected]> (MacOS X porting, fixing and testing)
    Richard Low <[email protected]> (MacOS X porting, fixing and testing)
    Michael a.k.a. LuNaTiC (NJB Zen Touch testing)
    Shaun Jackman <[email protected]> (Debian packaging, automakification)
    Kevin Williams <[email protected]> (MSVC++ 8 port)
    Polar Humenn <[email protected]> (playback hacks)

%package devel
License:        BSD 3-Clause
Group:          Development/Libraries/Other
AutoReqProv:    on
Summary:        Nomad Jukebox API
Requires:       %{name} = %{version}
Requires:       libusb-devel

%description devel
Nomad Jukebox API



Authors:
--------
    Linus Walleij <[email protected]> (Much code, Windows port)
    C351sar Talon (NJB 3 initial code)
    David A. Knight <[email protected]> (Code, especially for NJB1)
    Dwight Engen <[email protected]> (NJB Zen stuff)
    Bernie <[email protected]> (NJB 2 stuff)
    Paul Lalonde <[email protected]> (NJB Zen USB 2.0 stuff)
    Tom LeRoux <[email protected]> (Dell Digital Jukebox stuff)
    Friso Brugmans <[email protected]> (NJB Zen NX stuff)
    Ryan Marsh <[email protected]> (MacOS X porting, fixing and testing)
    Richard Low <[email protected]> (MacOS X porting, fixing and testing)
    Michael a.k.a. LuNaTiC (NJB Zen Touch testing)
    Shaun Jackman <[email protected]> (Debian packaging, automakification)
    Kevin Williams <[email protected]> (MSVC++ 8 port)
    Polar Humenn <[email protected]> (playback hacks)

%prep
%setup -q

%build
autoreconf -fiv
%configure --program-prefix=njb- --disable-static --with-pic
%{__make} %{?jobs:-j%jobs}

%install
make install DESTDIR=$RPM_BUILD_ROOT
rm %{buildroot}%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -n libnjb5 -p /sbin/ldconfig

%postun -n libnjb5 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS FAQ README LICENSE
%{_bindir}/njb-*

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

%files devel
%defattr(-,root,root)
%{_libdir}/libnjb.so
%{_prefix}/include/libnjb.h
%{_libdir}/pkgconfig/libnjb.pc

%changelog

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



Remember to have fun...

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

Reply via email to