Hello community,

here is the log from the commit of package lzo for openSUSE:Factory checked in 
at 2012-02-17 12:05:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lzo (Old)
 and      /work/SRC/openSUSE:Factory/.lzo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lzo", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lzo/lzo.changes  2011-09-26 17:06:00.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.lzo.new/lzo.changes     2012-02-17 
12:05:57.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 11 19:32:14 UTC 2012 - crrodrig...@opensuse.org
+
+- move libraries back to %{_libdir}, /usr merge project 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lzo.spec ++++++
--- /var/tmp/diff_new_pack.Ajjqnl/_old  2012-02-17 12:05:58.000000000 +0100
+++ /var/tmp/diff_new_pack.Ajjqnl/_new  2012-02-17 12:05:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lzo
 #
-# 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,14 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           lzo
 Url:            http://www.oberhumer.com/opensource/lzo/
 Version:        2.06
-Release:        1
-Group:          Development/Libraries/C and C++
+Release:        0
 Source:         lzo-%{version}.tar.bz2
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -34,6 +31,7 @@
 #
 Summary:        A Real-Time Data Compression Library
 License:        GPL-2.0
+Group:          Development/Libraries/C and C++
 
 %description
 LZO is a portable lossless data compression library written in ANSI C.
@@ -51,9 +49,8 @@
 %define library_package liblzo2-2
 
 %package -n liblzo2-2
-License:        GPL-2.0
-Group:          Development/Libraries/C and C++
 Summary:        A Real-Time Data Compression Library
+Group:          Development/Libraries/C and C++
 Provides:       lzo = %{version}-%{release}
 Obsoletes:      lzo < %{version}
 # bug437293
@@ -76,10 +73,9 @@
     Markus Franz Xaver Johannes Oberhumer <mar...@oberhumer.com>
 
 %package devel
-License:        GPL-2.0
-Group:          Development/Languages/C and C++
 Requires:       %{library_package} = %{version}
 Summary:        Development files for lzo
+Group:          Development/Languages/C and C++
 # bug437293
 %ifarch ppc64
 Obsoletes:      lzo-devel-64bit
@@ -106,7 +102,6 @@
 export CFLAGS="%optflags -fvisibility=hidden"
 %configure --enable-shared \
            --disable-static \
-           --libdir=/%{_lib} \
            --disable-silent-rules \
            --docdir=%{_docdir}/%{name}-devel
 
@@ -125,12 +120,7 @@
 
 %install
 %makeinstall
-%{__rm} -v %{buildroot}/%{_lib}/liblzo2.la
-#
-%{__install} -d -m 0755 %{buildroot}%{_libdir}
-#%{__mv} -v %{buildroot}{/%{_lib},%{_libdir}}/liblzo2.so
-%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/liblzo2.so) 
%{buildroot}%{_libdir}/liblzo2.so
-%{__rm} -v %{buildroot}/%{_lib}/liblzo2.so
+%{__rm} -v %{buildroot}%{_libdir}/liblzo2.la
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -141,7 +131,7 @@
 
 %files -n %{library_package}
 %defattr(-,root,root)
-/%{_lib}/liblzo2.so.*
+%{_libdir}/liblzo2.so.*
 
 %files devel
 %defattr (-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to