]> git.pld-linux.org Git - packages/gnustep-base.git/blame - gnustep-base.spec
- bcond style, changelog cleanup
[packages/gnustep-base.git] / gnustep-base.spec
CommitLineData
a1765662
JB
1#
2# Conditional build:
8191a52b 3%bcond_without doc # don't generate documentation (bootstrap build w/o gnustep-base)
a1765662 4#
776d94ab 5Summary: GNUstep Base library package
129467cf 6Summary(pl): Podstawowa biblioteka GNUstep
776d94ab 7Name: gnustep-base
b6752d91 8Version: 1.9.0
498735d0 9Release: 1
a1765662 10License: LGPL/GPL
30ff75eb 11Group: Libraries
776d94ab 12Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
b6752d91 13# Source0-md5: 83a62ec009a0bfdefd170ef44b3a4fe0
aed1ee97 14Source1: %{name}.init
2bc9384c 15Patch0: %{name}-link.patch
b993d150 16URL: http://www.gnustep.org/
2bc9384c 17BuildRequires: ffcall-devel
9a75922c
JB
18BuildRequires: gcc-objc
19BuildRequires: gmp-devel
8191a52b 20%{?with_doc:BuildRequires: gnustep-base-devel >= 1.7.1}
21%{?with_doc:BuildRequires: docbook-dtd41-sgml}
aed1ee97
JB
22BuildRequires: gnustep-make-devel >= 1.7.1
23BuildRequires: libxml2-devel >= 2.3.0
a2e50eca 24BuildRequires: openssl-devel >= 0.9.7c
9a75922c
JB
25BuildRequires: zlib-devel
26Requires(post,preun): grep
27Requires(post,preun): /sbin/chkconfig
28Requires(post,postun): /sbin/ldconfig
cdc82f2f 29Requires: gnustep-make >= 1.7.3
aed1ee97
JB
30# with gdomap in /etc/services
31Requires: setup >= 2.4.3
9a75922c
JB
32Conflicts: gnustep-core
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%define _prefix /usr/lib/GNUstep
36
37%define libcombo gnu-gnu-gnu
38%define gsos linux-gnu
39%ifarch %{ix86}
40%define gscpu ix86
41%else
42# also s/alpha.*/alpha/, but we use only "alpha" arch for now
43%define gscpu %{_target_cpu}
44%endif
b993d150 45
46%description
776d94ab 47The GNUstep Base Library is a library of general-purpose,
48non-graphical Objective C objects. For example, it includes classes
49for strings, object collections, byte streams, typed coders,
50invocations, notifications, notification dispatchers, moments in time,
51network ports, remote object messaging support (distributed objects),
9a75922c 52event loops, and random number generators.
b993d150 53
129467cf
JB
54%description -l pl
55