Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37582930
en ru br
ALT Linux repos
S:r29248-alt9

Group :: Development/Tools
RPM: gnustep-charsets

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%set_verify_elf_method unresolved=strict

Name: gnustep-charsets
Version: r29248
Release: alt9
Summary: Utilities for use with NSCharacterSet bitmap files
License: LGPLv2+
Group: Development/Tools
Url: http://www.gnustep.org/
Packager: Andrey Cherepanov <cas at altlinux.org>

# https://github.com/gnustep/gnustep-charsets.git

Source: %name-%version.tar

BuildPreReq: gnustep-make-devel gnustep-base-devel
BuildPreReq: libgnustep-ucsdata-devel
BuildPreReq: /proc
BuildPreReq: libgmp-devel libgnutls-devel libgcrypt-devel
BuildPreReq: libxslt-devel libffi-devel libicu-devel zlib-devel

Requires: gnustep-back

%description
mkcharsets: Creates the standard set of bitmap files for NSCharacterSet
 in the current directory.  Takes no argument ... it expects
 to read UnicodeData.txt in the current directory, and this
 file should be downloaded from mthe web (currently from
 http://www.unicode.org/Public/UNIDATA/)

data2header: Takes the bitmaps produced by mkcharsets and generates a
 header file for use by NSCharacterSet.m ... which should
 be copied into core/base/Source.
 This contains two alternative representations of each
 characterset, one as a bitmap, and one as a list of ranges.

ckcharset:Takes filename of character set bitmap as argument and
 prints out the Unicode names of all of the characters in
 the character set.

%prep
%setup

%build
. %_datadir/GNUstep/Makefiles/GNUstep.sh

%make_build \
messages=yes \
debug=yes \
strip=no \
shared=yes

%install
. %_datadir/GNUstep/Makefiles/GNUstep.sh

%makeinstall_std GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

%files
%doc README
%_bindir/*

%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