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

Group :: Sistema/Bibliotecas
RPM: libucl5

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define major 5
%define oname libucl

Name: %oname%major
Version: 0.8.1
Release: alt1

Summary: universal configuration language

License: BSD-2-Clause
Group: System/Libraries
Url: https://github.com/vstakhov/libucl

# repacked https://github.com/vstakhov/libucl/archive/%version.tar.gz

Source: %oname-%version.tar
Source1: %oname.watch

%description
UCL is heavily infused by nginx configuration as the example of a convenient
configuration system. However, UCL is fully compatible with JSON format and is
able to parse json files.

%package devel
Summary: development files for universal configuration language
Group: Development/C
Requires: %oname%major

%description devel
UCL is heavily infused by nginx configuration as the example of a convenient
configuration system. However, UCL is fully compatible with JSON format and is
able to parse json files.

This package contains the %name development library and header files.

%prep
%setup -n %oname-%version

%build
./autogen.sh
%configure --disable-static
%make_build

%install
%makeinstall_std

%files
%doc ChangeLog.md COPYING README.md
%_libdir/libucl.so.%major
%_libdir/libucl.so.%major.*

%files devel
%_libdir/libucl.so
%_includedir/*
%_pkgconfigdir/libucl.pc
%_man3dir/libucl.3*

%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