mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Updated copyright and tried to improve description
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8698 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a5b9fa0e80
commit
408c1d2320
1 changed files with 11 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
Release: 1
|
||||
Source: ftp://ftp.gnustep.org/pub/gnustep/core/%{gs_name}-%{gs_version}.tar.gz
|
||||
Copyright: GPL
|
||||
Copyright: LGPL
|
||||
Group: Development/Libraries
|
||||
Summary: GNUstep Base library package
|
||||
Packager: Adam Fedor <fedor@gnu.org>
|
||||
|
@ -9,10 +9,14 @@ URL: http://www.gnustep.org/
|
|||
Requires: gnustep-make = 0.9.0
|
||||
|
||||
%description
|
||||
The GNUstep Base Library is a library of general-purpose, non-graphical
|
||||
Objective C objects. For example, it includes classes for strings,
|
||||
object collections, byte streams, typed coders, invocations,
|
||||
notifications, notification dispatchers, moments in time, network ports,
|
||||
remote object messaging support (distributed objects), event loops, and
|
||||
random number generators. This package includes development headers.
|
||||
The GNUstep Base Library is a powerful fast library of general-purpose,
|
||||
non-graphical Objective C classes, inspired by the superb OpenStep API but
|
||||
implementing Apple and GNU additions to the API as well. It includes for
|
||||
example classes for unicode strings, arrays, dictionaries, sets, byte
|
||||
streams, typed coders, invocations, notifications, notification dispatchers,
|
||||
scanners, tasks, files, networking, threading, remote object messaging
|
||||
support (distributed objects), event loops, loadable bundles, attributed
|
||||
unicode strings, xml, mime, user defaults. This package includes development
|
||||
headers too.
|
||||
|
||||
#Library combo is %{libcombo}.
|
||||
|
|
Loading…
Reference in a new issue