120 lines
3.5 KiB
RPMSpec
120 lines
3.5 KiB
RPMSpec
Name: libgusb
|
|
Version: 0.2.8
|
|
Release: 1mamba
|
|
Summary: A GObject wrapper for libusb1
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://people.freedesktop.org/~hughsient/releases
|
|
Source: http://people.freedesktop.org/~hughsient/releases/libgusb-%{version}.tar.xz
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libffi-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libselinux-devel
|
|
BuildRequires: libusb-devel
|
|
BuildRequires: libz-devel
|
|
BuildRequires: udev-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%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 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
|
|
%configure --disable-gtk-doc
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%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.vapi
|
|
%{_libdir}/pkgconfig/gusb.pc
|
|
%doc NEWS README TODO
|
|
|
|
%files apidocs
|
|
%defattr(-,root,root)
|
|
%dir %{_datadir}/gtk-doc/html/gusb
|
|
%{_datadir}/gtk-doc/html/gusb/*
|
|
|
|
%changelog
|
|
* 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
|