Mailinglist Archive: opensuse-commit (1117 mails)

< Previous Next >
commit libdaemon for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 06 Feb 2009 17:11:28 +0100
  • Message-id: <20090206161128.EAA136780B0@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libdaemon for openSUSE:Factory
checked in at Fri Feb 6 17:11:28 CET 2009.


--------
--- libdaemon/libdaemon.changes 2009-01-27 18:02:44.000000000 +0100
+++ libdaemon/libdaemon.changes 2009-02-04 03:00:17.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 4 02:58:54 CET 2009 - crrodriguez@xxxxxxx
+
+- move shared libraries to /%{_lib} so ifplugd can use them
+- remove static libraries again
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ libdaemon.spec ++++++
--- /var/tmp/diff_new_pack.Qs6197/_old 2009-02-06 17:08:08.000000000 +0100
+++ /var/tmp/diff_new_pack.Qs6197/_new 2009-02-06 17:08:08.000000000 +0100
@@ -22,7 +22,7 @@
BuildRequires: doxygen
Url: http://0pointer.de/lennart/projects/libdaemon/
Version: 0.13
-Release: 2
+Release: 3
Summary: Lightweight C library That Eases the Writing of UNIX Daemons
License: LGPL v2.1 or later
Group: System/Libraries
@@ -133,12 +133,16 @@

%build
export CFLAGS="$RPM_OPT_FLAGS"
-%configure --disable-lynx --with-pic
-make
+%configure --libdir=/%{_lib} --disable-lynx --disable-static --with-pic
+%{__make} %{?jobs:-j%jobs}

%install
make install DESTDIR=$RPM_BUILD_ROOT
-rm -f %{buildroot}%{_libdir}/libdaemon.la
+rm -f %{buildroot}/%{_lib}/libdaemon.la
+%{__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
@@ -149,17 +153,19 @@

%files -n libdaemon0
%defattr (-,root,root)
-%{_libdir}/libdaemon.so.0*
+/%{_lib}/libdaemon.so.0*

%files devel
%defattr (-,root,root)
%{_libdir}/libdaemon.so
-%{_libdir}/libdaemon.a
%{_libdir}/pkgconfig/libdaemon.pc
%dir %{_includedir}/libdaemon
%{_includedir}/libdaemon/*.h

%changelog
+* Wed Feb 04 2009 crrodriguez@xxxxxxx
+- move shared libraries to /%%{_lib} so ifplugd can use them
+- remove static libraries again
* Tue Jan 27 2009 seife@xxxxxxx
- mark filedescritor as closed after closing it, preventing
application errors in e.g. avahi (bnc#469342, bnc#442210)


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages