From 9ca6e46b4e5c52502329afb35cd4dd8bff8dc5a1 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 01 2017 03:46:39 +0000 Subject: import libgusb-0.2.9-1.el7 --- diff --git a/.gitignore b/.gitignore index 0101151..74778c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libgusb-0.1.6.tar.xz +SOURCES/libgusb-0.2.9.tar.xz diff --git a/.libgusb.metadata b/.libgusb.metadata index 5d2f4b1..e5b5dbe 100644 --- a/.libgusb.metadata +++ b/.libgusb.metadata @@ -1 +1 @@ -ecd6d1254d456f2046ce6110607b1e2c7921c377 SOURCES/libgusb-0.1.6.tar.xz +9116ead26ad89180c151709b711a9a7f97f4ba08 SOURCES/libgusb-0.2.9.tar.xz diff --git a/SPECS/libgusb.spec b/SPECS/libgusb.spec index 6246ed9..f756595 100644 --- a/SPECS/libgusb.spec +++ b/SPECS/libgusb.spec @@ -1,15 +1,14 @@ Summary: GLib wrapper around libusb1 Name: libgusb -Version: 0.1.6 -Release: 3%{?dist} +Version: 0.2.9 +Release: 1%{?dist} License: LGPLv2+ URL: https://gitorious.org/gusb/ Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz -BuildRequires: glib2-devel >= 2.16.1 +BuildRequires: glib2-devel >= 2.38.0 BuildRequires: libtool -BuildRequires: libgudev1-devel -BuildRequires: libusb1-devel +BuildRequires: libusb1-devel >= 1.0.19 BuildRequires: gobject-introspection-devel BuildRequires: vala-devel BuildRequires: vala-tools @@ -35,7 +34,6 @@ GLib headers and libraries for gusb. --enable-vala=yes \ --enable-introspection=yes \ --disable-gtk-doc \ - --enable-gudev \ --disable-dependency-tracking make %{?_smp_mflags} @@ -58,6 +56,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la %files devel %defattr(-,root,root,-) %{_includedir}/gusb-1 +%{_bindir}/gusbcmd %{_libdir}/libgusb.so %{_libdir}/pkgconfig/gusb.pc %{_datadir}/gtk-doc/html/gusb @@ -65,6 +64,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la %{_datadir}/vala/vapi/gusb.vapi %changelog +* Thu Feb 23 2017 Kalev Lember - 0.2.9-1 +- Update to 0.2.9 +- Resolves: #1426271 + * Fri Jan 24 2014 Daniel Mach - 0.1.6-3 - Mass rebuild 2014-01-24