[packages/libntlm] - new URLs, updated to 1.4 - official project name is Libntlm (see URL), updated descriptions - drop
qboosh
qboosh at pld-linux.org
Sun Feb 5 12:08:40 CET 2017
commit 2a9e6a3058497431a67fc41ca7178ab6ab682290
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Feb 5 12:10:19 2017 +0100
- new URLs, updated to 1.4
- official project name is Libntlm (see URL), updated descriptions
- dropped .la file
libntlm.spec | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
---
diff --git a/libntlm.spec b/libntlm.spec
index ca96d7b..bda7c82 100644
--- a/libntlm.spec
+++ b/libntlm.spec
@@ -1,17 +1,17 @@
Summary: Library for NTLM authentication
Summary(pl.UTF-8): Biblioteka do uwierzytelniania NTLM
Name: libntlm
-Version: 1.2
-Release: 2
+Version: 1.4
+Release: 1
License: LGPL v2.1+
Group: Libraries
-Source0: http://josefsson.org/libntlm/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 13b40af721b29005652fb429a3ae9582
-URL: http://josefsson.org/libntlm/
+Source0: http://www.nongnu.org/libntlm/releases/%{name}-%{version}.tar.gz
+# Source0-md5: 54793488450e9085c57e0d859ff3bc8c
+URL: http://www.nongnu.org/libntlm/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-libntlm library provides routines to manipulate the structures used
+Libntlm library provides routines to manipulate the structures used
for the client end of Microsoft NTLM authentication.
This code was taken mostly from the Samba project and was initially
@@ -19,7 +19,7 @@ intended for use with Microsoft Exchange Server when it is configured
to require NTLM authentication for clients of its IMAP server.
%description -l pl.UTF-8
-Biblioteka libntlm dostarcza procedury do obróbki struktur używanych
+Biblioteka Libntlm dostarcza procedury do obróbki struktur używanych
po stronie klienta mechanizmu uwierzytelniania Microsoft NTLM.
Ten kod pochodzi w większości z projektu Samba i początkowo miał być
@@ -28,28 +28,28 @@ skonfigurowany aby wymagać uwierzytelnienia NTLM od klientów swojego
serwera IMAP.
%package devel
-Summary: Header files for libntlm library
-Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libntlm
+Summary: Header files for Libntlm library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Libntlm
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
-Header files for libntlm library.
+Header files for Libntlm library.
%description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki libntlm.
+Pliki nagłówkowe biblioteki Libntlm.
%package static
-Summary: Static libntlm library
-Summary(pl.UTF-8): Statyczna biblioteka libntlm
+Summary: Static Libntlm library
+Summary(pl.UTF-8): Statyczna biblioteka Libntlm
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
%description static
-Static libntlm library.
+Static Libntlm library.
%description static -l pl.UTF-8
-Statyczna biblioteka libntlm.
+Statyczna biblioteka Libntlm.
%prep
%setup -q
@@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# no external dependencies, obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libntlm.la
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -79,7 +82,6 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libntlm.so
-%{_libdir}/libntlm.la
%{_includedir}/ntlm.h
%{_pkgconfigdir}/libntlm.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libntlm.git/commitdiff/2a9e6a3058497431a67fc41ca7178ab6ab682290
More information about the pld-cvs-commit
mailing list