New upstream version
- Add GObject Introspection support - Add Vala bindings
This commit is contained in:
parent
31abf0035b
commit
ba944f0e8e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/libgusb-0.1.1.tar.xz
|
||||
/libgusb-0.1.2.tar.xz
|
||||
/libgusb-0.1.3.tar.xz
|
||||
/libgusb-0.1.4.tar.xz
|
||||
|
14
libgusb.spec
14
libgusb.spec
@ -1,7 +1,7 @@
|
||||
Summary: GLib wrapper around libusb1
|
||||
Name: libgusb
|
||||
Version: 0.1.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://gitorious.org/gusb/
|
||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||
@ -10,6 +10,8 @@ BuildRequires: glib2-devel >= 2.16.1
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libgudev1-devel
|
||||
BuildRequires: libusb1-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: vala-devel
|
||||
|
||||
%description
|
||||
GUsb is a GObject wrapper for libusb1 that makes it easy to do
|
||||
@ -46,6 +48,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_libdir}/libgusb.so.?
|
||||
%{_libdir}/libgusb.so.?.0.*
|
||||
%{_libdir}/girepository-1.0/GUsb-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -53,8 +56,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la
|
||||
%{_libdir}/libgusb.so
|
||||
%{_libdir}/pkgconfig/gusb.pc
|
||||
%{_datadir}/gtk-doc/html/gusb
|
||||
%{_datadir}/gir-1.0/GUsb-1.0.gir
|
||||
%{_datadir}/vala/vapi/gusb.vapi
|
||||
|
||||
%changelog
|
||||
* Tue Nov 06 2012 Richard Hughes <richard@hughsie.com> 0.1.4-1
|
||||
- New upstream version
|
||||
- Add GObject Introspection support
|
||||
- Add Vala bindings
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user