]> git.pld-linux.org Git - packages/gnustep-gui.git/blame - gnustep-gui.spec
- removed obsolete include patch
[packages/gnustep-gui.git] / gnustep-gui.spec
CommitLineData
829d10ca 1Summary: GNUstep GUI library package
e0359688 2Summary(pl): Biblioteka GNUstep GUI
829d10ca 3Name: gnustep-gui
c387a5cc 4Version: 0.9.4
db6473ea 5Release: 2
f6967d0c 6License: LGPL/GPL
4b35d086 7Group: Libraries
829d10ca 8Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
c387a5cc 9# Source0-md5: 399b3a2341899d12710f4d1ed36f3002
b63fcf5e 10Patch0: %{name}-themes.patch
0f8149d4
JB
11Patch1: %{name}-nocompressdocs.patch
12Patch2: %{name}-segv.patch
13Patch3: %{name}-doc.patch
aa92dd8e 14URL: http://www.gnustep.org/
f6967d0c
JB
15BuildRequires: audiofile-devel
16BuildRequires: gcc-objc
6e312c84 17BuildRequires: gnustep-base-devel >= 1.10.0
f6967d0c
JB
18BuildRequires: libjpeg-devel
19BuildRequires: libtiff-devel
20BuildRequires: zlib-devel
6e312c84 21Requires: gnustep-base >= 1.10.0
f6967d0c
JB
22Conflicts: gnustep-core
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
40ce32db 25%define _prefix /usr/%{_lib}/GNUstep
f6967d0c
JB
26
27%define libcombo gnu-gnu-gnu
28%define gsos linux-gnu
29%ifarch %{ix86}
30%define gscpu ix86
31%else
32# also s/alpha.*/alpha/, but we use only "alpha" arch for now
40ce32db 33%define gscpu %(echo %{_target_cpu} | sed -e 's/amd64/x86_64/;s/ppc/powerpc/')
f6967d0c 34%endif
aa92dd8e 35
36%description
829d10ca 37It is a library of graphical user interface classes written completely
38in the Objective-C language; the classes are based upon the OpenStep
39specification as release by NeXT Software, Inc. The library does not
40completely conform to the specification and has been enhanced in a
41number of ways to take advantage of the GNU system. These classes
aa92dd8e 42include graphical objects such as buttons, text fields, popup lists,
43browser lists, and windows; there are also many associated classes for
44handling events, colors, fonts, pasteboards and images.
45
e0359688
JB
46%description -l pl
47