Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37536145
en ru br
Репозитории ALT
S:1.5-alt1
5.1: 1.0-alt1
4.1: 1.0-alt1
4.0: 0.4.1-alt1
3.0: 0.3.6-alt1
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: libntlm

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%def_disable static
%undefine __libtoolize

Name: libntlm
Version: 1.2
Release: alt2

Group: System/Libraries
Summary: Library for Microsoft NTLM authentication
Url: http://josefsson.org/libntlm/
License: LGPL

Source: %name-%version.tar.gz


# Automatically added by buildreq on Wed Feb 09 2005 (-bi)

#BuildRequires: gcc-c++ gcc-g77 libstdc++-devel python-base python-modules-compiler python-modules-encodings rpm-build-python
BuildRequires: gcc-c++ glibc-devel
%if_enabled static
glibc-devel-static
%endif

%description
This library provides routines to manipulate the structures
used for the client end of Microsoft NTLM authentication.


%package devel
Summary: Development files for programs which will use the %name library
Group: Development/C
Requires: %name = %version-%release
Provides: %name-devel = %version-%release

%description devel
The %name-devel package includes the header files
necessary for developing programs using the %name library.

If you are going to develop programs which will use the %name library
you should install %name-devel.

%prep
%setup -q
#autoreconf

%build
%configure \
%if_enabled static
   --enable-static \
%else
   --disable-static \
%endif
   --enable-shared
   
%make_build

%install
%make DESTDIR=%buildroot install


%files
%doc ChangeLog AUTHORS NEWS THANKS
%_libdir/*.so.*

%files devel
%doc README
%_libdir/pkgconfig/%name.pc
%_includedir/*.h
%_libdir/*.so

%if_enabled static
%files devel-static
%_libdir/*.la
%_libdir/*.a
%endif

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin