Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 661693 Details for
Bug 886248
Please provide libusbx-static
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for current master
0001-Add-static-subpackage.patch (text/plain), 1.74 KB, created by
Felix Kaechele
on 2012-12-11 21:25:01 UTC
(
hide
)
Description:
Patch for current master
Filename:
MIME Type:
Creator:
Felix Kaechele
Created:
2012-12-11 21:25:01 UTC
Size:
1.74 KB
patch
obsolete
>From 7638c0e154f78b7e6ecad40fc7152d578a4862e8 Mon Sep 17 00:00:00 2001 >From: Felix Kaechele <felix@fetzig.org> >Date: Tue, 11 Dec 2012 22:16:11 +0100 >Subject: [PATCH] Add static subpackage > >--- > libusbx.spec | 21 +++++++++++++++++++-- > 1 file changed, 19 insertions(+), 2 deletions(-) > >diff --git a/libusbx.spec b/libusbx.spec >index ce8e537..e22421a 100644 >--- a/libusbx.spec >+++ b/libusbx.spec >@@ -1,7 +1,7 @@ > Summary: Library for accessing USB devices > Name: libusbx > Version: 1.0.14 >-Release: 1%{?dist} >+Release: 2%{?dist} > Source0: http://downloads.sourceforge.net/libusbx/libusbx-%{version}.tar.bz2 > Patch1: 0001-linux_usbfs-Work-around-a-driver-binding-race-in-res.patch > License: LGPLv2+ >@@ -48,13 +48,24 @@ BuildArch: noarch > This package contains API documentation for %{name}. > > >+%package static >+Summary: Static development files for %{name} >+Group: Development/Libraries >+Requires: %{name}-devel = %{version}-%{release} >+Provides: libusb1-static = %{version}-%{release} >+Obsoletes: libusb1-static <= 1.0.9 >+ >+%description static >+This package contains static libraries to develop applications that use %{name}. >+ >+ > %prep > %setup -q > %patch1 -p1 > > > %build >-%configure --disable-static --enable-examples-build >+%configure --enable-examples-build > make %{?_smp_mflags} > pushd doc > make docs >@@ -82,8 +93,14 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la > %files devel-doc > %doc doc/html examples/*.c > >+%files static >+%defattr(-,root,root) >+/%{_libdir}/*.a > > %changelog >+* Tue Dec 11 2012 Felix Kaechele <heffer@fedoraproject.org> - 1.0.14-2 >+- enabled static subpackage >+ > * Wed Sep 26 2012 Hans de Goede <hdegoede@redhat.com> - 1.0.14-1 > - Upgrade to 1.0.14 > >-- >1.8.0.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 886248
: 661693