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