mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Updated
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8666 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
06bab9398d
commit
09810c892a
5 changed files with 45 additions and 1 deletions
|
@ -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>
|
2001-01-13 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/GSMime.m: ([-decodeData:fromrange:intoData:withContext:])
|
* Source/GSMime.m: ([-decodeData:fromrange:intoData:withContext:])
|
||||||
|
|
|
@ -25,13 +25,16 @@
|
||||||
# Install into the system root by default
|
# Install into the system root by default
|
||||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||||
|
|
||||||
|
RPM_DISABLE_RELOCATABLE=YES
|
||||||
|
PACKAGE_NEEDS_CONFIGURE = YES
|
||||||
|
|
||||||
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
||||||
include ./Version
|
include ./Version
|
||||||
|
|
||||||
PACKAGE_NAME = gstep-base
|
PACKAGE_NAME = gnustep-base
|
||||||
|
|
||||||
#
|
#
|
||||||
# The list of subproject directories
|
# The list of subproject directories
|
||||||
|
|
14
gnustep-base-debug.spec.in
Normal file
14
gnustep-base-debug.spec.in
Normal 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
18
gnustep-base.spec.in
Normal 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}.
|
Loading…
Add table
Add a link
Reference in a new issue