Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37735867
en ru br
ALT Linux repositórios
S:0.9.77-alt1

Group :: Sistema/Bibliotecas
RPM: libmicrohttpd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: libmicrohttpd
Version: 0.9.77
Release: alt1

Summary: Library providing compact API and implementation of an HTTP/1.1 webserver
License: LGPL-2.1-or-later
Group: System/Libraries
Url: http://www.gnu.org/software/libmicrohttpd/
Vcs: https://gnunet.org/libmicrohttpd.git
Source: %name-%version.tar

BuildRequires: libgnutls-devel >= 2.12.20
# For tests
BuildRequires: curl libcurl-devel

%description
Library providing compact API and implementation of an HTTP/1.1 webserver

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

%description devel
This package contains the headers and libraries for libmicrohttpd development.

%prep
%setup

%build
%autoreconf
%configure \
--disable-static \
--disable-doc \
--disable-examples \
--enable-gcc-hardening \
--enable-linker-hardening
%make_build

%install
%makeinstall_std

%check
%make check

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

%files devel
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009