Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37478969
en ru br
Репозитории ALT

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

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

Name: liboauth
Version: 1.0.3
Release: alt1

Summary: OAuth functions library
Group: System/Libraries
License: MIT
Url: http://%name.sourceforge.net/
Source: http://liboauth.sourceforge.net/pool/liboauth-%version.tar.gz

BuildRequires: libcurl-devel libnss-devel doxygen

%description
liboauth is a collection of POSIX-c functions implementing the OAuth
Core RFC 5849 standard. liboauth provides functions to escape and encode
parameters according to OAuth specification and offers high-level
functionality to sign requests or verify OAuth signatures as well as
perform HTTP requests.

%package devel
Summary: Development files for %name
Group: Development/C
Requires: %name = %version-%release

%description devel
The %name-devel package provides libraries and header files for
developing applications that use %name.

%prep
%setup -q

%build
%configure --disable-static \
       --enable-nss

%make_build

%install
%make DESTDIR=%buildroot install

%files
%_libdir/*.so.*
%doc AUTHORS ChangeLog COPYING.MIT README

%files devel
%_includedir/*
%_libdir/*.so
%_libdir/pkgconfig/oauth.pc
%_man3dir/oauth.*

%changelog

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

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