]> git.pld-linux.org Git - packages/gnustep-base.git/blame - gnustep-base.spec
- forgot %files; rel 3
[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
b032aafd 8Version: 1.11.0
ce2fb7c4 9Release: 3
a1765662 10License: LGPL/GPL
30ff75eb 11Group: Libraries
776d94ab 12Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
b032aafd 13# Source0-md5: 5150e8d1416e50abf9fd4110fb1ba55b
aed1ee97 14Source1: %{name}.init
b032aafd 15Patch0: %{name}-pass-arguments.patch
b993d150 16URL: http://www.gnustep.org/
2bc9384c 17BuildRequires: ffcall-devel
9a75922c
JB
18BuildRequires: gcc-objc
19BuildRequires: gmp-devel
ab7740cd 20%{?with_doc:BuildRequires: gnustep-base-devel >= 1.8.0}
8191a52b 21%{?with_doc:BuildRequires: docbook-dtd41-sgml}
b032aafd 22BuildRequires: gnustep-make-devel >= 1.11.0
aed1ee97 23BuildRequires: libxml2-devel >= 2.3.0
c273ed87 24BuildRequires: openssl-devel >= 0.9.7d
9a75922c 25BuildRequires: zlib-devel
9a75922c 26Requires(post,preun): /sbin/chkconfig
81d534d8
ER
27Requires(post): /sbin/ldconfig
28Requires(triggerpostun): sed >= 4.0
29Requires: glibc >= 6:2.3.5-7.6
b032aafd 30Requires: gnustep-make >= 1.11.0
aed1ee97
JB
31# with gdomap in /etc/services
32Requires: setup >= 2.4.3
9a75922c
JB
33Conflicts: gnustep-core
34BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
5f741c7a 36%define _prefix /usr/%{_lib}/GNUstep
9a75922c
JB
37
38%define libcombo gnu-gnu-gnu
39%define gsos linux-gnu
40%ifarch %{ix86}
41%define gscpu ix86
42%else
43# also s/alpha.*/alpha/, but we use only "alpha" arch for now
4b141710 44%define gscpu %(echo %{_target_cpu} | sed -e 's/amd64/x86_64/;s/ppc/powerpc/')
5f741c7a 45%endif
b993d150 46
47%description
776d94ab 48The GNUstep Base Library is a library of general-purpose,
49non-graphical Objective C objects. For example, it includes classes
50for strings, object collections, byte streams, typed coders,
51invocations, notifications, notification dispatchers, moments in time,
52network ports, remote object messaging support (distributed objects),
9a75922c 53event loops, and random number generators.
b993d150 54
129467cf
JB
55%description -l pl
56