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

Group :: Sistema/Bibliotecas
RPM: CVector

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: CVector
Version: 1.0.3.1
Release: alt2

Summary: ANSI C API for Dynamic Arrays
License: LGPLv2+
Group: System/Libraries

Url: http://cvector.sourceforge.net
Source: http://downloads.sourceforge.net/project/cvector/cvector/CVector-%version/CVector-%version.tar.gz
# to fix /-dynamic/-rdynamic/ issue, reported to upstream
Patch0: CVector-1.0.3.1-dynamic.patch
# to fix libdir for lib64 architecture
Patch1: CVector-1.0.3-lib64.patch
Packager: Michael Shigorin <mike at altlinux.org>

BuildRequires: gcc-c++

%description
CVector is an ANSI C implementation of dynamic arrays to provide
a crude approximation to the C++ vector class.

%package -n lib%name
Summary: Shared library for CVector
Group: System/Libraries

%description -n lib%name
This package includes the shared library files
for running applications that use CVector.

%package -n lib%name-devel
Summary: Development tools for compiling programs using CVector
Group: Development/C++
Requires: lib%name = %version-%release

%description -n lib%name-devel
This package includes the header and library files
for developing applications that use CVector.

%prep
%setup
%patch0 -p1 -b .dynamic
%if %_lib == lib64
%patch1 -p1 -b .lib64
%endif
sed -i -r 's,(--mode=(compile|link)),--tag=CC \1,' Makefile

%build
%make_build

%install
%make_install install INSTALL_PREFIX="%buildroot%prefix"
find %buildroot -name '*.la' -exec rm -f {} ';'
find %buildroot -name '*.a' -exec rm -f {} ';'

%check
make tests

%files -n lib%name
%doc README_CVector.html README_CVector.txt lgpl.txt
%_libdir/libCVector-*.so.*

%files -n lib%name-devel
%_includedir/CVector.h
%_libdir/libCVector.so

%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