2024-01-06 05:14:39 +01:00
|
|
|
Name: libntlm
|
2024-04-15 10:38:46 +02:00
|
|
|
Version: 1.8
|
2024-01-06 05:14:39 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A library that implements Microsoft's NTLM authentication
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 05:14:40 +01:00
|
|
|
URL: http://www.nongnu.org/libntlm/
|
2024-02-13 10:12:41 +01:00
|
|
|
Source: https://gitlab.com/gsasl/libntlm.git/v%{version}/libntlm-%{version}.tar.bz2
|
2024-01-06 05:14:39 +01:00
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
libntlm is a library that implement Microsoft's NTLM authentication.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
libntlm is a library that implement Microsoft's NTLM authentication.
|
2024-01-06 05:14:40 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
|
|
|
|
%debug_package
|
2024-01-06 05:14:39 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-02-13 10:12:41 +01:00
|
|
|
./bootstrap
|
2024-01-06 05:14:39 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libntlm.so.*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}
|
|
|
|
%{_includedir}/*.h
|
|
|
|
%{_libdir}/libntlm.a
|
|
|
|
%{_libdir}/libntlm.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%doc ChangeLog NEWS README THANKS
|
|
|
|
|
|
|
|
%changelog
|
2024-04-15 10:38:46 +02:00
|
|
|
* Sun Apr 14 2024 Automatic Build System <autodist@openmamba.org> 1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-13 10:12:41 +01:00
|
|
|
* Sat Feb 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7-1mamba
|
|
|
|
- update to 1.7
|
|
|
|
|
2024-01-06 05:14:40 +01:00
|
|
|
* Tue Dec 15 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-1mamba
|
|
|
|
- update to 1.6
|
|
|
|
|
2024-01-06 05:14:39 +01:00
|
|
|
* Sun Nov 28 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
|
|
|
|
- package created by autospec
|