Hello community, here is the log from the commit of package libdaemon for openSUSE:Factory checked in at 2015-03-16 06:53:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdaemon (Old) and /work/SRC/openSUSE:Factory/.libdaemon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdaemon" Changes: -------- --- /work/SRC/openSUSE:Factory/libdaemon/libdaemon.changes 2012-02-15 16:16:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libdaemon.new/libdaemon.changes 2015-03-16 06:53:04.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 11 19:07:47 UTC 2015 - [email protected] + +- Cleanup spec file with spec-cleaner +- Use url for source + +------------------------------------------------------------------- Old: ---- libdaemon-0.14.tar.bz2 New: ---- libdaemon-0.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdaemon.spec ++++++ --- /var/tmp/diff_new_pack.SjwB36/_old 2015-03-16 06:53:05.000000000 +0100 +++ /var/tmp/diff_new_pack.SjwB36/_new 2015-03-16 06:53:05.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libdaemon # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: libdaemon -Url: http://0pointer.de/lennart/projects/libdaemon/ Version: 0.14 Release: 0 Summary: Lightweight C library That Eases the Writing of UNIX Daemons License: LGPL-2.1+ Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 +Url: http://0pointer.de/lennart/projects/libdaemon +Source: http://0pointer.de/lennart/projects/libdaemon/%{name}-%{version}.tar.gz BuildRequires: doxygen BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,8 +48,8 @@ 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 +Requires: libdaemon0 = %{version} %description devel libdaemon is a lightweight C library that eases the writing of UNIX @@ -60,12 +60,13 @@ %build %configure \ - --disable-static --with-pic \ + --disable-static \ + --with-pic \ --disable-lynx make %{?_smp_mflags} %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} rm -f %{buildroot}%{_libdir}/libdaemon.la # We don't care about the HTML README rm %{buildroot}%{_datadir}/doc/libdaemon/{README.html,style.css} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
