No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
== Detailed Description == | == Detailed Description == | ||
GNUstep is a GNU project to implement a Openstep/Nextstep-like | GNUstep is a GNU project to implement a Openstep/Nextstep-like environment on normal unix/linux systems. | ||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Providing the GNUstep environment for Fedora which is available on other | Providing the GNUstep environment for Fedora which is available on other Linux distribution like Debian or Gentoo Linux. | ||
== Scope == | == Scope == | ||
Line 52: | Line 52: | ||
There is a package called libFoundation which provides the same functionality as gnustep-base. Because | There is a package called libFoundation which provides the same functionality as gnustep-base. Because | ||
libFoundation is not required by any Fedora package and this package doesn't provides unicode support, | libFoundation is not required by any Fedora package and this package doesn't provides unicode support, | ||
I suggest to remove this package from Fedora. Third party package are | I suggest to remove this package from Fedora. Third party package are encouraged to migrate to gnustep-base. | ||
(Please refer to [https://bugzilla.redhat.com/show_bug.cgi?id=531899|BZ #531899]) | (Please refer to [https://bugzilla.redhat.com/show_bug.cgi?id=531899|BZ #531899]) | ||
Revision as of 02:09, 1 July 2010
GNUstep
Summary
GNUstep development environment for Fedora
Owner
- Name: Jochen Schmitt
- email: Jochen@herr-schmitt.de
Current Status
- Targeted release: Fedora 14
- Last updated: 2009-09-27
- Percentage of completion: 70%
TODO: Reviewing the following packages:
- gnustep-back
- gnustep-example
Detailed Description
GNUstep is a GNU project to implement a Openstep/Nextstep-like environment on normal unix/linux systems.
Benefit to Fedora
Providing the GNUstep environment for Fedora which is available on other Linux distribution like Debian or Gentoo Linux.
Scope
This is a entirely new feature which has no impact for other packages. Only the gnustep-make package, which is part of this feature was updated to the most recent release.
How to Test
- Try out to build and running the gnustep-example package on Fedora.
Testplan:
- Download the gnu-example package.
- build the gnu-example package on a local machine
- Install it and try to start any application offer by this package.
Dependencies
GNUstep needs the objective C environment which is provided by the gcc.
Contingency Plan
Not required. It can be introduced after the release of a distribution without any impact for the user. Is only an enhancement.
Documentation
- Please see http://www.gnustep.org
Open Issues
There is a package called libFoundation which provides the same functionality as gnustep-base. Because libFoundation is not required by any Fedora package and this package doesn't provides unicode support, I suggest to remove this package from Fedora. Third party package are encouraged to migrate to gnustep-base. (Please refer to #531899)
Release Notes
This Feature offer the possibility to create GNUstep application on Fedora. GNUstep is the open source version of Nextstep. An other successor of Nextstep is Cocoa, which ist the API to create GUI application on mac OS X.