Hello community,

here is the log from the commit of package sblim-tools-libra for 
openSUSE:Factory checked in at 2011-11-28 12:57:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-tools-libra (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-tools-libra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-tools-libra", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-tools-libra/sblim-tools-libra.changes      
2011-09-23 12:45:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-tools-libra.new/sblim-tools-libra.changes 
2011-11-28 12:57:12.000000000 +0100
@@ -1,0 +2,10 @@
+Sun Nov 27 06:51:21 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Wed Sep 15 08:37:39 UTC 2010 - [email protected]
+
+- Fix RH/Fedora build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sblim-tools-libra.spec ++++++
--- /var/tmp/diff_new_pack.GyRoWz/_old  2011-11-28 12:57:16.000000000 +0100
+++ /var/tmp/diff_new_pack.GyRoWz/_new  2011-11-28 12:57:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package sblim-tools-libra (Version 1.0)
+# spec file for package sblim-tools-libra
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -26,6 +26,7 @@
 Source:         
http://prdownloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
 Patch1:         %{name}-%{version}-docdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libtool
 Summary:        SBLIM Common Resource Access Library for WBEM-SMT tasks
 %define debug_package_requires libRaTools0 = %{version}-%{release}
 
@@ -74,7 +75,11 @@
 rm -rf %buildroot
 
 %install
+%if 0%{?suse_version}
 make DESTDIR=%buildroot install
+%else
+make DESTDIR=%buildroot docdir=%_docdir/%name-%version install
+%endif
 rm %buildroot/%{_libdir}/*.la
 
 %post -n %libname -p /sbin/ldconfig
@@ -89,6 +94,10 @@
 %defattr(-,root,root)
 %{_includedir}/sblim
 %{_libdir}/libRaTools.so
-%_docdir/%name
+%if 0%{?suse_version}
+%doc %_docdir/%name
+%else
+%doc %_docdir/%name-%version
+%endif
 
 %changelog

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

Reply via email to