mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
FIx rpm dependancies
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8951 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ada6fa1740
commit
2cd1a5b967
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-01-30 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Tools/GNUmakefile: Don't make gbps since it conflicts with gpbs
|
||||
in the backend.
|
||||
|
||||
* gnustep-gui.spec.in: Add requires gnustep-base
|
||||
|
||||
2001-01-29 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSPrintOperation.m ([NSPrintOperation -runOperation]):
|
||||
|
|
|
@ -34,7 +34,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
|
||||
include ../Version
|
||||
# The applications to be compiled
|
||||
TOOL_NAME = gpbs make_services set_show_service
|
||||
TOOL_NAME = make_services set_show_service
|
||||
SERVICE_NAME = example
|
||||
|
||||
# The source files to be compiled
|
||||
|
|
|
@ -3,6 +3,7 @@ Release: 1
|
|||
Copyright: LGPL
|
||||
Group: Development/Libraries
|
||||
Source: http://www.gnustep.org/FIXME/%{gs_name}-%{gs_version}.tar.gz
|
||||
Requires: gnustep-base
|
||||
|
||||
%description
|
||||
The GNUstep gui Library is a powerful library of graphical user interface
|
||||
|
|
Loading…
Reference in a new issue