Accepting request 134064 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libntlm?expand=0&rev=3
This commit is contained in:
Ismail Dönmez 2012-09-14 10:29:01 +00:00 committed by Git OBS Bridge
commit a3117f9580
2 changed files with 27 additions and 20 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 19 10:04:23 UTC 2012 - jengelh@inai.de
- Make package build on SLE_11 as well: use classic make install.
-------------------------------------------------------------------
Fri Nov 25 01:04:06 UTC 2011 - jengelh@medozas.de

View File

@ -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 @@ Group: Development/Libraries/C and C++
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 @@ Libntlm is a library that implements Microsoft's NTLM authentication.
make %{?_smp_mflags};
%install
%make_install
make install DESTDIR="%buildroot";
rm -f "%buildroot/%_libdir"/*.la;
%post -n %lname -p /sbin/ldconfig