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

Group :: Development/Tools
RPM: gnustep-ucsdata

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%set_verify_elf_method unresolved=strict

Name: gnustep-ucsdata
Version: r31318
Release: alt10
Summary: The GNUstep Unicode Character Set Data Library
License: LGPLv2+
Group: Development/Tools
Url: http://www.gnustep.org/
Packager: Andrey Cherepanov <cas at altlinux.org>

# http://svn.gna.org/svn/gnustep/libs/ucsdata/trunk/

Source: %name-%version.tar
Source1: ftp://ftp.unicode.org/Public/UNIDATA/UnicodeData.txt
Patch1: link-libs.patch

BuildPreReq: gnustep-make-devel gnustep-base-devel
BuildPreReq: /proc

Requires: gnustep-back

%description
The GNUstep Unicode Character Set Data Library is a small library which
loads the contents of the file UnicodeData.txt into a set of Objective C
objects.

%package -n lib%name
Summary: Shared libraries of gnustep-ucsdata
Group: System/Libraries
Requires: %name = %version-%release

%description -n lib%name
The GNUstep Unicode Character Set Data Library is a small library which
loads the contents of the file UnicodeData.txt into a set of Objective C
objects.

This package contains shared libraries of gnustep-ucsdata.

%package -n lib%name-devel
Summary: Development files of gnustep-ucsdata
Group: Development/Objective-C
Provides: %name-devel = %version-%release
Requires: %name = %version-%release
Requires: lib%name = %version-%release

%description -n lib%name-devel
The GNUstep Unicode Character Set Data Library is a small library which
loads the contents of the file UnicodeData.txt into a set of Objective C
objects.

This package contains development files of gnustep-ucsdata.

%prep
%setup
%patch1 -p1

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

%make_build \
messages=yes \
debug=yes \
strip=no \
shared=yes \
CONFIG_SYSTEM_LIBS='-lgnustep-base -lobjc2'

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

%makeinstall_std GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

install -d %buildroot%_libdir/GNUstep/Unicode
install -p -m644 %SOURCE1 %buildroot%_libdir/GNUstep/Unicode/

%files
%doc BUGS README
%_libdir/GNUstep

%files -n lib%name
%_libdir/*.so.*

%files -n lib%name-devel
%_includedir/*
%_libdir/*.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