Hello community,

here is the log from the commit of package libntlm for openSUSE:Factory checked 
in at 2012-09-14 12:29:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libntlm (Old)
 and      /work/SRC/openSUSE:Factory/.libntlm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libntlm", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libntlm/libntlm.changes  2012-01-27 
15:21:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libntlm.new/libntlm.changes     2012-09-14 
12:29:02.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 19 10:04:23 UTC 2012 - jeng...@inai.de
+
+- Make package build on SLE_11 as well: use classic make install.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libntlm.spec ++++++
--- /var/tmp/diff_new_pack.eTTxCj/_old  2012-09-14 12:29:02.000000000 +0200
+++ /var/tmp/diff_new_pack.eTTxCj/_new  2012-09-14 12:29:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libntlm
 #
-# 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,29 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:          libntlm
 %define lname  libntlm0
 Version:       1.3
 Release:       0
-License:       LGPL-2.1+
 Summary:       Implementation of Microsoft's NTLM authentication
-URL:           http://www.nongnu.org/libntlm/
+License:        LGPL-2.1+
 Group:         Development/Libraries/C and C++
+Url:            http://www.nongnu.org/libntlm/
 
 #DL-URL:       http://www.nongnu.org/libntlm/releases/
 Source:                %name-%version.tar.xz
-BuildRequires:  pkgconfig, xz
-BuildRoot:      %_tmppath/%name-%version-build
+BuildRequires:  pkgconfig
+BuildRequires:  xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Libntlm is a library that implements Microsoft's NTLM authentication.
+libntlm is a library that implements Microsoft's NTLM authentication.
 
 %package -n %lname
 Summary:       Implementation of Microsoft's NTLM authentication
 Group:         System/Libraries
 
 %description -n %lname
-Libntlm is a library that implements Microsoft's NTLM authentication.
+libntlm is a library that implements Microsoft's NTLM authentication.
 
 %package devel
 Summary:       Development files for Libntlm
@@ -45,7 +47,7 @@
 Requires:      %lname = %version
 
 %description devel
-Libntlm is a library that implements Microsoft's NTLM authentication.
+libntlm is a library that implements Microsoft's NTLM authentication.
 
 %prep
 %setup -q
@@ -55,7 +57,7 @@
 make %{?_smp_mflags};
 
 %install
-%make_install
+make install DESTDIR="%buildroot";
 rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %lname -p /sbin/ldconfig


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to