Hello community,

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

Package is "libnscd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnscd/libnscd.changes  2011-09-23 
02:09:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libnscd.new/libnscd.changes     2012-02-10 
17:17:20.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Feb  7 05:31:45 UTC 2012 - [email protected]
+
+- put library back into %{_libdir} , /usr merge.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libnscd.spec ++++++
--- /var/tmp/diff_new_pack.DAinjx/_old  2012-02-10 17:17:27.000000000 +0100
+++ /var/tmp/diff_new_pack.DAinjx/_new  2012-02-10 17:17:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnscd
 #
-# 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,21 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libnscd
-License:        LGPL-2.1
-Group:          System/Libraries
-AutoReqProv:    on
 # bug437293
 %ifarch ppc64
 Obsoletes:      libnscd-64bit
 %endif
 #
 Version:        2.0.2
-Release:        121
+Release:        0
 Summary:        Library to Allow Applications to Communicate with nscd
+License:        LGPL-2.1
+Group:          System/Libraries
 Source:         libnscd-%{version}.tar.bz2
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -42,11 +39,10 @@
 
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Include Files and Libraries for Development.
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       libnscd = %{version}
-AutoReqProv:    on
 # bug437293
 %ifarch ppc64
 Obsoletes:      libnscd-devel-64bit
@@ -63,7 +59,7 @@
 %setup -q
 
 %build
-%configure --libdir=/%{_lib} --disable-static --with-pic
+%configure --disable-static --with-pic
 %{__make} %{?_smp_mflags}
 
 %check
@@ -72,8 +68,7 @@
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 %{__mkdir_p} %{buildroot}%{_libdir}
-%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/%{name}.so) 
%{buildroot}%{_libdir}/%{name}.so
-%{__rm} -v %{buildroot}/%{_lib}/%{name}.{so,la}
+rm -fv %{buildroot}%{_libdir}/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -85,7 +80,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING.LIB README NEWS
-/%{_lib}/libnscd.so.*
+%{_libdir}/libnscd.so.*
 
 %files devel
 %defattr(-,root,root)

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

Reply via email to