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