Hello community,

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

Package is "libdaemon", Maintainer is "crrodrig...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdaemon/libdaemon.changes      2011-09-23 
02:07:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libdaemon.new/libdaemon.changes 2012-02-15 
16:16:21.000000000 +0100
@@ -1,0 +2,11 @@
+Sat Feb 11 19:25:52 UTC 2012 - crrodrig...@opensuse.org
+
+- Move library back to %{_libdir}, /usr merge project. 
+
+-------------------------------------------------------------------
+Wed Feb  1 02:41:49 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdaemon.spec ++++++
--- /var/tmp/diff_new_pack.0pKNZS/_old  2012-02-15 16:16:22.000000000 +0100
+++ /var/tmp/diff_new_pack.0pKNZS/_new  2012-02-15 16:16:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libdaemon (Version 0.14)
+# spec file for package libdaemon
 #
-# Copyright (c) 2010 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,13 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libdaemon
 Url:            http://0pointer.de/lennart/projects/libdaemon/
 Version:        0.14
-Release:        1
+Release:        0
 Summary:        Lightweight C library That Eases the Writing of UNIX Daemons
 License:        LGPL-2.1+
 Group:          System/Libraries
@@ -35,8 +33,8 @@
 daemons.
 
 %package -n libdaemon0
-License:        LGPL-2.1+
 Summary:        Lightweight C library That Eases the Writing of UNIX Daemons
+License:        LGPL-2.1+
 Group:          System/Libraries
 Provides:       %{name} = %{version}
 #opensuse 10.3
@@ -47,8 +45,8 @@
 daemons.
 
 %package devel
-License:        GPL-2.0+
 Summary:        Lightweight C library That Eases the Writing of UNIX Daemons
+License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
 Requires:       libdaemon0 = %{version}
 Requires:       glibc-devel
@@ -63,23 +61,14 @@
 %build
 %configure \
         --disable-static --with-pic \
-        --libdir=/%{_lib} \
         --disable-lynx
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
-rm -f %{buildroot}/%{_lib}/libdaemon.la
+rm -f %{buildroot}%{_libdir}/libdaemon.la
 # We don't care about the HTML README
 rm %{buildroot}%{_datadir}/doc/libdaemon/{README.html,style.css}
-# Move back some files to /usr
-%{__install} -d -m 0755 %{buildroot}%{_libdir}/pkgconfig
-%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/%{name}.so) 
%{buildroot}%{_libdir}/%{name}.so
-%{__rm} -v %{buildroot}/%{_lib}/%{name}.so
-%{__mv} -v %{buildroot}/%{_lib}/pkgconfig/%{name}.pc 
%{buildroot}%{_libdir}/pkgconfig
-
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 %post -n libdaemon0 -p /sbin/ldconfig
 
@@ -88,7 +77,7 @@
 %files -n libdaemon0
 %defattr (-,root,root)
 %doc LICENSE README
-/%{_lib}/libdaemon.so.0*
+%{_libdir}/libdaemon.so.0*
 
 %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