git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8666 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-01-17 19:02:54 +00:00
parent 80bfb91e74
commit 2d9aa48db1
5 changed files with 45 additions and 1 deletions

View file

@ -1,3 +1,12 @@
Wed Jan 17 16:46:09 2001 Nicola Pero <nicola@brainstorm.co.uk>
* GNUmakefile: Added PACKAGE_NEEDS_CONFIGURE and
RPM_DISABLE_RELOCATABLE.
* GNUmakefile: Simplified name to gnustep-base.
* gnustep-base.spec.in: New file.
* gnustep-base-debug.spec.in: Idem.
* gnustep-base.spec: Move to gnustep-base.spec.old.
2001-01-13 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSMime.m: ([-decodeData:fromrange:intoData:withContext:])

View file

@ -25,13 +25,16 @@
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
RPM_DISABLE_RELOCATABLE=YES
PACKAGE_NEEDS_CONFIGURE = YES
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
include $(GNUSTEP_MAKEFILES)/common.make
include ./Version
PACKAGE_NAME = gstep-base
PACKAGE_NAME = gnustep-base
#
# The list of subproject directories

View file

@ -0,0 +1,14 @@
Release: 1
Source: ftp://ftp.gnustep.org/pub/gnustep/core/%{gs_name}-%{gs_version}.tar.gz
Copyright: GPL
Group: Development/Tools
Summary: GNUstep Base library package - debugging version
Packager: Adam Fedor <fedor@gnu.org>
Vendor: The GNUstep Project
URL: http://www.gnustep.org/
Requires: gnustep-make = 0.9.0
%description
This package contains the debuggable version of the GNUstep Base
Library. You probably only need it if you want to compile debuggable
GNUstep programs.

18
gnustep-base.spec.in Normal file
View file

@ -0,0 +1,18 @@
Release: 1
Source: ftp://ftp.gnustep.org/pub/gnustep/core/%{gs_name}-%{gs_version}.tar.gz
Copyright: GPL
Group: Development/Tools
Summary: GNUstep Base library package
Packager: Adam Fedor <fedor@gnu.org>
Vendor: The GNUstep Project
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.
#Library combo is %{libcombo}.