automatic version update by autodist [release 1.0.27-1mamba;Fri Feb 02 2024]
This commit is contained in:
parent
e9446123c7
commit
c2c0467d95
20
libusb.spec
20
libusb.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libusb
|
Name: libusb
|
||||||
Version: 1.0.26
|
Version: 1.0.27
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library that provides generic access to USB devices
|
Summary: A library that provides generic access to USB devices
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,11 +8,9 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://sourceforge.net/projects/libusbx/
|
URL: https://sourceforge.net/projects/libusbx/
|
||||||
Source: https://github.com/libusb/libusb.git/v%{version}/libusb-%{version}.tar.bz2
|
Source: https://github.com/libusb/libusb.git/v%{version}/libusb-%{version}.tar.bz2
|
||||||
#Source: http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libatomic-devel
|
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
@ -20,10 +18,8 @@ Provides: libusb-1.0.so.2()(64bit)
|
|||||||
%else
|
%else
|
||||||
Provides: libusb-1.0.so.2
|
Provides: libusb-1.0.so.2
|
||||||
%endif
|
%endif
|
||||||
#Provides: libusbx
|
Obsoletes: libusbx < 1.0.27
|
||||||
Obsoletes: libusbx
|
Obsoletes: libusb1 < 1.0.27
|
||||||
#Provides: libusb1
|
|
||||||
Obsoletes: libusb1
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libusbx is a library that provides generic access to USB devices. As a library, it is meant to be used by developers, to facilitate the development of applications that communicate with USB hardware.
|
libusbx is a library that provides generic access to USB devices. As a library, it is meant to be used by developers, to facilitate the development of applications that communicate with USB hardware.
|
||||||
@ -33,9 +29,9 @@ Group: Development/Libraries
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Provides: libusb1-devel
|
Provides: libusb1-devel
|
||||||
Obsoletes: libusb1-devel
|
Obsoletes: libusb1-devel < 1.0.27
|
||||||
Provides: libusbx-devel
|
Provides: libusbx-devel
|
||||||
Obsoletes: libusbx-devel
|
Obsoletes: libusbx-devel < 1.0.27
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -45,9 +41,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%make -j1
|
%make -j1
|
||||||
|
|
||||||
@ -73,12 +69,14 @@ ln -sf libusb-1.0.so.0 %{buildroot}%{_libdir}/libusb-1.0.so.2
|
|||||||
%dir %{_includedir}/libusb-1.0
|
%dir %{_includedir}/libusb-1.0
|
||||||
%{_includedir}/libusb-1.0/libusb.h
|
%{_includedir}/libusb-1.0/libusb.h
|
||||||
%{_libdir}/libusb-1.0.a
|
%{_libdir}/libusb-1.0.a
|
||||||
%{_libdir}/libusb-1.0.la
|
|
||||||
%{_libdir}/libusb-1.0.so
|
%{_libdir}/libusb-1.0.so
|
||||||
%{_libdir}/pkgconfig/libusb-1.0.pc
|
%{_libdir}/pkgconfig/libusb-1.0.pc
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 1.0.27-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 1.0.26-1mamba
|
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 1.0.26-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user