automatic version update by autodist [release 0.1.6-1mamba;Mon Mar 11 2013]
This commit is contained in:
parent
dd35469988
commit
a93c40b130
@ -1,2 +1,5 @@
|
||||
# libgusb
|
||||
|
||||
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.
|
||||
|
||||
|
101
libgusb.spec
Normal file
101
libgusb.spec
Normal file
@ -0,0 +1,101 @@
|
||||
Name: libgusb
|
||||
Version: 0.1.6
|
||||
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
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user