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