Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37635536
en ru br
ALT Linux repos
S:0.1.5-alt1
5.0: 0.1.0-alt2

Group :: System/Libraries
RPM: libusb-compat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%def_disable static
Name: libusb-compat
Version: 0.1.0
Release: alt2

Summary: Libusb is a library which allows userspace access to USB devices
Summary(ru_RU.KOI8-R): Libusb - это библиотека, предоставляющая приложениям доступ к USB устройствам
License: LGPL
Group: System/Libraries
Url: http://sourceforge.net/projects/libusb/
Packager: Alexander Bokovoy <ab at altlinux.org>

%define namecompat %name-compat-0.1.0

Source0: %name-%version.tar
Patch0: %name-%version-%release.patch

BuildPreReq: docbook-dtds docbook-style-dsssl docbook-utils doxygen graphviz openjade sgml-common gcc-c++

BuildRequires: docbook-utils doxygen gcc-c++ graphviz linux-libc-headers pkg-config libusb-devel >= 1.0-alt2

Prereq: libusb >= 1.0-alt2

%description
Libusb is a library which allows userspace access to USB devices.
Libusb-compat implements compatibility interfaces of libusb 0.1.

%package devel
Summary: Libusb-compat is a wrapper which allows userspace access to USB devices via older (0.1.0) API of libusb
Group: Development/C
Requires: %name = %version-%release

%description devel
Libusb-compat is a wrapper which allows userspace access to USB devices via older (0.1.0) API of libusb

This package contains header files needed for the development of programs that
use libusb.

Use of 0.1.0 API of libusb is discouraged, please port your applications to libusb 1.0 API!

%prep
%setup -q
%patch -p1

%build
aclocal
%autoreconf
%configure %{subst_enable static}
%make_build

%install
%makeinstall pkgconfigdir=%buildroot/%_libdir/pkgconfig

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

%files
%_libdir/libusb-0.1.so.*
%doc COPYING AUTHORS README NEWS

%files devel
%_libdir/libusb.so
%_bindir/libusb-config
%_includedir/usb.h
%_libdir/pkgconfig/libusb.pc

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin