- drop the ExcludeArch as it's causing too many troubles
This commit is contained in:
parent
2e2a1da254
commit
14f1299fb0
@ -1,13 +1,12 @@
|
|||||||
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.8
|
Version: 1.0.8
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
URL: http://libusb.wiki.sourceforge.net/Libusb1.0
|
URL: http://libusb.wiki.sourceforge.net/Libusb1.0
|
||||||
ExcludeArch: s390 s390x
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
|
||||||
Patch0: libusb1-error-access-log-message.patch
|
Patch0: libusb1-error-access-log-message.patch
|
||||||
@ -88,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 07 2010 Dan Horák <dan[at]danny.cz> - 1.0.8-4
|
||||||
|
- drop the ExcludeArch as it's causing too many troubles
|
||||||
|
|
||||||
* Wed Sep 29 2010 jkeating - 1.0.8-3
|
* Wed Sep 29 2010 jkeating - 1.0.8-3
|
||||||
- Rebuilt for gcc bug 634757
|
- Rebuilt for gcc bug 634757
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user