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

Group :: Sistema/Bibliotecas
RPM: librtas

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Summary: Libraries to provide access to RTAS calls and RTAS events
Name: librtas
Version: 2.0.1
Release: alt1
URL:     https://github.com/nfont/librtas
License: LGPL
Group:   System/Libraries

Source0: v%version.tar.gz
Patch0:  %name-2.0.1-libversion.patch
Patch1: librtas-2.0.1-alt-pc.patch

%description
The librtas shared library provides userspace with an interface
through which certain RTAS calls can be made.  The library uses
either of the RTAS User Module or the RTAS system call to direct
the kernel in making these calls.

The librtasevent shared library provides users with a set of
definitions and common routines useful in parsing and dumping
the contents of RTAS events.

%package devel
Summary: C header files for development with librtas
Group: Development/C

%description devel
The librtas-devel packages contains the header files necessary for
developing programs using librtas.

%prep
%setup -q -n %name-%version
%patch0 -p1 -b .ln
%patch1 -p1

%build
%autoreconf
%configure \
--disable-silent-rules \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install

%files
%doc COPYING.LESSER README Changelog
%_libdir/librtas*.so.*

%files devel
%_libdir/librtas*.so
%_pkgconfigdir/librtas.pc
%_includedir/librtas*.h

%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