Update to upstream 1.0.9-rc1 release
This commit is contained in:
parent
67fc142034
commit
c000efaa8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
libusb-1.0.8.tar.bz2
|
libusb-1.0.8.tar.bz2
|
||||||
/libusb-1.0.9-0.1.tar.bz2
|
/libusb-1.0.9-0.1.tar.bz2
|
||||||
|
/libusb-1.0.9-rc1.tar.bz2
|
||||||
|
15
libusb1.spec
15
libusb1.spec
@ -1,18 +1,18 @@
|
|||||||
Summary: A library which allows userspace access to USB devices
|
Summary: A library which allows userspace access to USB devices
|
||||||
Name: libusb1
|
Name: libusb1
|
||||||
Version: 1.0.9
|
Version: 1.0.9
|
||||||
Release: 0.2.git212ca37c%{?dist}
|
Release: 0.3.rc1%{?dist}
|
||||||
# This is a git snapshot of what will hopefully soon become 1.0.9, but
|
# This is a git snapshot of what will hopefully soon become 1.0.9, but
|
||||||
# we need this now, to get things in place for:
|
# we need this now, to get things in place for:
|
||||||
# http://fedoraproject.org/wiki/Features/UsbNetworkRedirection
|
# http://fedoraproject.org/wiki/Features/UsbNetworkRedirection
|
||||||
# To regenerate do:
|
# To regenerate do:
|
||||||
# git clone git://people.freedesktop.org/~jwrdegoede/usbredir
|
# git clone git://git.libusb.org/libusb.git
|
||||||
# cd usbredir
|
# cd libusb
|
||||||
# git checkout fedora-1.0.9-0.1
|
# git checkout 1.0.9-rc1
|
||||||
# ./autogen.sh
|
# ./autogen.sh
|
||||||
# make dist
|
# make dist
|
||||||
# mv libusb-1.0.8.tar.bz2 libusb-1.0.9-0.1.tar.bz2
|
# mv libusb-1.0.8.tar.bz2 libusb-1.0.9-rc1.tar.bz2
|
||||||
Source0: libusb-1.0.9-0.1.tar.bz2
|
Source0: libusb-1.0.9-rc1.tar.bz2
|
||||||
#Source0: http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2
|
#Source0: http://downloads.sourceforge.net/libusb/libusb-%{version}.tar.bz2
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -97,6 +97,9 @@ mv %{buildroot}/%{_lib}/pkgconfig/* %{buildroot}%{_libdir}/pkgconfig/
|
|||||||
/%{_lib}/*.a
|
/%{_lib}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 16 2011 Hans de Goede <hdegoede@redhat.com> - 1.0.9-0.3.rc1
|
||||||
|
- Update to upstream 1.0.9-rc1 release
|
||||||
|
|
||||||
* Thu Aug 11 2011 Hans de Goede <hdegoede@redhat.com> - 1.0.9-0.2.git212ca37c
|
* Thu Aug 11 2011 Hans de Goede <hdegoede@redhat.com> - 1.0.9-0.2.git212ca37c
|
||||||
- Report version in pkg-config file as 1.0.9
|
- Report version in pkg-config file as 1.0.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user