This commit is contained in:
parent
9d98b33091
commit
54f91cf908
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 5 04:13:24 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
- remove "la" files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 6 12:06:13 CEST 2008 - sbrabec@suse.cz
|
Mon Oct 6 12:06:13 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libusb-1_0 (Version 0.9.3)
|
# spec file for package libusb-1_0 (Version 0.9.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@ License: LGPL v2.1 or later
|
|||||||
Summary: USB Library
|
Summary: USB Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 0.9.3
|
Version: 0.9.3
|
||||||
Release: 4
|
Release: 5
|
||||||
Source: %{_name}-%{version}.tar.bz2
|
Source: %{_name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define debug_package_requires libusb-1_0-0 = %{version}-%{release}
|
%define debug_package_requires libusb-1_0-0 = %{version}-%{release}
|
||||||
@ -88,12 +88,13 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure\
|
%configure --with-pic\
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%post -n libusb-1_0-0 -p /sbin/ldconfig
|
%post -n libusb-1_0-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -109,10 +110,11 @@ make %{?jobs:-j%jobs}
|
|||||||
%doc PORTING
|
%doc PORTING
|
||||||
%{_includedir}/libusb-1.0
|
%{_includedir}/libusb-1.0
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.*a
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 05 2009 crrodriguez@suse.de
|
||||||
|
- remove "la" files
|
||||||
* Mon Oct 06 2008 sbrabec@suse.cz
|
* Mon Oct 06 2008 sbrabec@suse.cz
|
||||||
- Added baselibs.conf (bnc#432304).
|
- Added baselibs.conf (bnc#432304).
|
||||||
* Wed Sep 24 2008 ro@suse.de
|
* Wed Sep 24 2008 ro@suse.de
|
||||||
@ -161,9 +163,9 @@ make %{?jobs:-j%jobs}
|
|||||||
- add patch from Kay Sievers to look also into /dev/bus/usb
|
- add patch from Kay Sievers to look also into /dev/bus/usb
|
||||||
* Tue May 31 2005 olh@suse.de
|
* Tue May 31 2005 olh@suse.de
|
||||||
- add libusb-libusb_la-dep.patch to allow make -j
|
- add libusb-libusb_la-dep.patch to allow make -j
|
||||||
* Sat May 28 2005 olh@suse.de
|
|
||||||
- update to 0.1.10a
|
|
||||||
* Fri May 27 2005 olh@suse.de
|
* Fri May 27 2005 olh@suse.de
|
||||||
|
- update to 0.1.10a
|
||||||
|
* Thu May 26 2005 olh@suse.de
|
||||||
- fix compile warnings
|
- fix compile warnings
|
||||||
- build as user
|
- build as user
|
||||||
- split our resmgr patch
|
- split our resmgr patch
|
||||||
@ -199,7 +201,7 @@ make %{?jobs:-j%jobs}
|
|||||||
- use buildroot
|
- use buildroot
|
||||||
* Sat Nov 03 2001 ro@suse.de
|
* Sat Nov 03 2001 ro@suse.de
|
||||||
- call automake with "-a -f"
|
- call automake with "-a -f"
|
||||||
* Tue Sep 04 2001 ro@suse.de
|
* Mon Sep 03 2001 ro@suse.de
|
||||||
- removed Obsoletes and Provides usbutils (package reanimated)
|
- removed Obsoletes and Provides usbutils (package reanimated)
|
||||||
* Fri May 25 2001 adrian@suse.de
|
* Fri May 25 2001 adrian@suse.de
|
||||||
- update to libusb-0.1.3b
|
- update to libusb-0.1.3b
|
||||||
|
Loading…
Reference in New Issue
Block a user