automatic version update by autodist [release 0.1.8-1mamba;Sun Nov 20 2022]

This commit is contained in:
Automatic Build System 2024-01-06 06:00:18 +01:00
parent 75ecac7eed
commit 97adb1a5b8

View File

@ -1,20 +1,19 @@
%define majversion %(echo %version | cut -d. -f 1-2) %define majversion %(echo %version | cut -d. -f 1-2)
Name: libusb-compat Name: libusb-compat
Version: 0.1.7 Version: 0.1.8
Release: 1mamba Release: 1mamba
Summary: A library to access USB devices Summary: A library to access USB devices
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://libusb.sourceforge.net/ URL: https://libusb.info/
Source: https://github.com/libusb/libusb-compat-0.1.git/v%{version}/libusb-compat-0.1-%{version}.tar.bz2 Source: https://github.com/libusb/libusb-compat-0.1.git/v%{version}/libusb-compat-0.1-%{version}.tar.bz2
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libusb-devel BuildRequires: libusb-devel
BuildRequires: udev-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%if "%{stage1}" != "1" %if "%{stage1}" != "1"
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -22,8 +21,7 @@ BuildRequires: graphviz
BuildRequires: doxygen BuildRequires: doxygen
%endif %endif
Provides: libusb0 Provides: libusb0
Obsoletes: libusb0 Obsoletes: libusb0 < 0.1.8
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
A library for use by user level applications to access USB devices regardless of OS. A library for use by user level applications to access USB devices regardless of OS.
@ -37,8 +35,9 @@ Obsoletes: libusb0-devel
%description devel %description devel
A library for use by user level applications to access USB devices regardless of OS This is the devel package. A library for use by user level applications to access USB devices regardless of OS This is the devel package.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development. %debug_package
%prep %prep
%setup -q -n libusb-compat-0.1-%{version} %setup -q -n libusb-compat-0.1-%{version}
@ -62,20 +61,22 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/libusb-0.1.so.*
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/libusb-config %{_bindir}/libusb-config
%{_includedir}/*.h %{_includedir}/usb.h
%{_libdir}/*.a %{_libdir}/libusb.a
%{_libdir}/*.la %{_libdir}/libusb.so
%{_libdir}/*.so
%{_libdir}/pkgconfig/libusb.pc %{_libdir}/pkgconfig/libusb.pc
%doc ChangeLog LICENSE README %doc ChangeLog LICENSE README
%changelog %changelog
* Sun Nov 20 2022 Automatic Build System <autodist@mambasoft.it> 0.1.8-1mamba
- automatic version update by autodist
* Fri Feb 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1mamba * Fri Feb 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1mamba
- update to 0.1.7 - update to 0.1.7
@ -99,5 +100,5 @@ This package contains static libraries and header files need for development.
- specfile updates - specfile updates
- fixed license - fixed license
* Thu Jan 01 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1qilnx * Wed Jan 01 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1qilnx
- first build - first build