Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=650643

--- Comment #8 from Steven Garcia <webwha...@gmail.com> 2010-11-08 16:48:10 EST 
---
Greetings, here are more details of certain suggestions I made previously.

The following is an excerpt taken from
http://people.fedoraproject.org/~jwrdegoede/cegui06.spec

# This is
# http://downloads.sourceforge.net/crayzedsgui/CEGUI-%{version}.tar.gz
# with the bundled GLEW: RendererModules/OpenGLGUIRenderer/GLEW
# removed as its an older GLEW version which contains
# parts under then non Free SGI OpenGL and GLX licenses
Source0:        CEGUI-%{version}.tar.gz

These are inaccurate comments on what the source is or contains, not how it is
generated. The current macro %{version} would expand to 0.6.2. The current URL
in the comments is inaccurate which would expand to
http://downloads.sourceforge.net/crayzedsgui/CEGUI-0.6.2.tar.gz. This points to
a non-existent resource which redirects you to
http://sourceforge.net/projects/crayzedsgui/files/ that lists all files of the
project. One can only guess that what the comments are referring to is
http://downloads.sourceforge.net/crayzedsgui/CEGUI-0.6.2b.tar.gz. This is a
guess. One cannot be sure how the source tar is generated or from what
resource.

The following is a general example as it is still unclear of what resource is
used or what is excluded. Here is a starting-point suggestion for the source
tar generation comments or script:
# CEGUI contains some code that we cannot ship
# Do the following to generate the tarball:
# Download http://downloads.sourceforge.net/crayzedsgui/CEGUI-%%versionb.tar.gz
# tar xzf CEGUI-%%versionb.tar.gz
--exclude=CEGUI-%%version/RendererModules/OpenGLGUIRenderer/GLEW
# tar czf CEGUI-%%version.tar.gz CEGUI-%%version

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to