Make it work on SLE11
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libntlm?expand=0&rev=4
This commit is contained in:
parent
356e5aa9af
commit
111cf12fa3
@ -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
|
||||
|
||||
|
20
libntlm.spec
20
libntlm.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user