Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37532894
en ru br
ALT Linux repos
S:0.17-alt2
5.0: 0.13-alt2
4.1: 0.13-alt1
4.0: 0.13-alt1

Group :: Development/Perl
RPM: perl-Data-Array2ArrayMap-SDB

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#################### WARNING! ######################
# this spec file is for ALT Linux distro only.     #
# other distros may have problems with rpm macro!! #
####################################################

%define module Data-Array2ArrayMap-SDB

Name: perl-%module
Version: 0.17
Release: alt2

Packager: Igor Yu. Vlasenko <viy at altlinux.org>

Summary: Perl && C++/XS module to access static db (SDB) files.
License: GPL or Artistic
Group: Development/Perl
Source: %module-%version.tar.gz

# TODO: fix tests on armh

ExcludeArch: armh

# Automatically added by buildreq on Tue Oct 18 2011

BuildRequires: gcc-c++ perl-devel

%description
%{summary}

%package -n libmapsdb-devel
Group: Development/C
Summary: header files for mapsdb library (access to static db (SDB) files).

%description -n libmapsdb-devel
header files for mapsdb library (access to static db (SDB) files).

%prep
%setup -q -n %module-%version

%ifarch %arm
# disable gcc'
# note: parameter passing for argument of type 'int8' changed in GCC 7.1
%add_optflags -Wno-psabi
%endif

%build
%perl_vendor_build

%install
%perl_vendor_install

mkdir -p %buildroot%_includedir
cp -a sdblib %buildroot%_includedir/mapsdb

%files
#doc README Changes README.ru FAQ
%perl_vendor_archlib/Data
%perl_vendor_autolib/Data

%files -n libmapsdb-devel
%_includedir/mapsdb

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin