Hello community,

here is the log from the commit of package libusb-1_0 for openSUSE:Factory 
checked in at 2012-02-15 16:16:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libusb-1_0 (Old)
 and      /work/SRC/openSUSE:Factory/.libusb-1_0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libusb-1_0", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libusb-1_0/libusb-1_0.changes    2011-12-02 
09:27:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libusb-1_0.new/libusb-1_0.changes       
2012-02-15 16:16:37.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Feb 12 15:11:04 UTC 2012 - [email protected]
+
+- Libraries back in %{_libdir}, /usr merge project. 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libusb-1_0.spec ++++++
--- /var/tmp/diff_new_pack.ClPC9H/_old  2012-02-15 16:16:38.000000000 +0100
+++ /var/tmp/diff_new_pack.ClPC9H/_new  2012-02-15 16:16:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libusb-1_0
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,29 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libusb-1_0
 %define _name libusb
 Url:            http://www.libusb.org/
-License:        LGPL-2.1+
 Summary:        USB Library
+License:        LGPL-2.1+
 Group:          System/Libraries
 Version:        1.0.8_1.0.9rc3
-Release:        1
+Release:        0
 %define _version f07a4a7
 Source:         %{_name}-%{version}.tar.bz2
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libtool pkg-config
+BuildRequires:  libtool
+BuildRequires:  pkg-config
 %define debug_package_requires libusb-1_0-0 = %{version}-%{release}
 
 %description
 Libusb is a library that allows userspace access to USB devices.
 
 %package -n libusb-1_0-0
-License:        LGPL-2.1+
 Summary:        USB Library
 Group:          System/Libraries
 
@@ -45,7 +43,6 @@
 Libusb is a library that allows userspace access to USB devices.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        USB Library
 Group:          Development/Libraries/C and C++
 Requires:       libusb-1_0-0 = %{version} glibc-devel
@@ -58,22 +55,12 @@
 
 %build
 mkdir m4 ; autoreconf -f -i
-%configure\
-       --libdir=/%{_lib} \
-       --disable-static
+%configure --with-pic --disable-static
 make %{?jobs:-j%jobs}
 
 %install
 %makeinstall
-
-install -d -m 0755 %{buildroot}%{_libdir}
-for i in %{buildroot}/%{_lib}/*.so; do
-       link=$(readlink $i)
-       ln -s /%{_lib}/$link %{buildroot}%{_libdir}/$(basename $i)
-       rm $i
-done
-mv %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir}
-%{__rm} -f %{buildroot}/%{_lib}/*.la
+%{__rm} -f %{buildroot}%{_libdir}/*.la
 
 %post -n libusb-1_0-0 -p /sbin/ldconfig
 
@@ -82,7 +69,7 @@
 %files -n libusb-1_0-0
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README THANKS TODO
-/%{_lib}/*.so.*
+%{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to