170 lines
5.2 KiB
RPMSpec
170 lines
5.2 KiB
RPMSpec
Name: libgusb
|
|
Version: 0.3.10
|
|
Release: 1mamba
|
|
Summary: A GObject wrapper for libusb1
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://people.freedesktop.org/~hughsient/releases/
|
|
Source: http://people.freedesktop.org/~hughsient/releases/libgusb-%{version}.tar.xz
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libusb-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
GUsb is a GObject wrapper for libusb1 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop.
|
|
This makes it easy to integrate low level USB transfers with your high-level application or system daemon.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
## note: you can add this requirement if .pc files are provided by this package
|
|
#Requires: pkg-config
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%package tools
|
|
Group: System/Tools
|
|
Summary: %{name} tools
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description tools
|
|
This package provides the %{name} command line tool.
|
|
|
|
%package apidocs
|
|
Group: Documentation
|
|
Summary: %{name} API documentation
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
Requires: gtk-doc
|
|
|
|
%description apidocs
|
|
This package includes the %{name} API documentation.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libgusb.so.*
|
|
%{_libdir}/girepository-1.0/GUsb-1.0.typelib
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/gusb-1
|
|
%{_includedir}/gusb-1/*.h
|
|
%dir %{_includedir}/gusb-1/gusb
|
|
%{_includedir}/gusb-1/gusb/*.h
|
|
#%{_libdir}/libgusb.a
|
|
#%{_libdir}/libgusb.la
|
|
%{_libdir}/libgusb.so
|
|
%{_datadir}/gir-1.0/GUsb-1.0.gir
|
|
%{_datadir}/vala/vapi/gusb.*
|
|
%{_libdir}/pkgconfig/gusb.pc
|
|
%doc NEWS
|
|
|
|
%files tools
|
|
%defattr(-,root,root)
|
|
%{_bindir}/gusbcmd
|
|
|
|
%files apidocs
|
|
%defattr(-,root,root)
|
|
%dir %{_datadir}/gtk-doc/html/gusb
|
|
%{_datadir}/gtk-doc/html/gusb/*
|
|
|
|
%changelog
|
|
* Tue Jan 11 2022 Automatic Build System <autodist@mambasoft.it> 0.3.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 08 2021 Automatic Build System <autodist@mambasoft.it> 0.3.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 0.3.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 26 2021 Automatic Build System <autodist@mambasoft.it> 0.3.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 13 2021 Automatic Build System <autodist@mambasoft.it> 0.3.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 04 2020 Automatic Build System <autodist@mambasoft.it> 0.3.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 24 2020 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 01 2020 Automatic Build System <autodist@mambasoft.it> 0.3.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 19 2020 Automatic Build System <autodist@mambasoft.it> 0.3.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 25 2019 Automatic Build System <autodist@mambasoft.it> 0.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 17 2018 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 06 2017 Automatic Build System <autodist@mambasoft.it> 0.2.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 07 2017 Automatic Build System <autodist@mambasoft.it> 0.2.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 0.2.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 20 2015 Automatic Build System <autodist@mambasoft.it> 0.2.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 26 2015 Automatic Build System <autodist@mambasoft.it> 0.2.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 08 2015 Automatic Build System <autodist@mambasoft.it> 0.2.6-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Jan 29 2015 Automatic Build System <autodist@mambasoft.it> 0.2.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 0.2.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Nov 30 2014 Automatic Build System <autodist@mambasoft.it> 0.2.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Mar 11 2013 Automatic Build System <autodist@mambasoft.it> 0.1.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 25 2013 Automatic Build System <autodist@mambasoft.it> 0.1.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 19 2012 Automatic Build System <autodist@mambasoft.it> 0.1.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 31 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.3-1mamba
|
|
- package created by autospec
|