[Bug 739263] Review Request: sugar-bounce - Fast paced 3D action game

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 11 16:38:15 UTC 2011


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=739263

--- Comment #4 from Brendan Jones <brendan.jones.it at gmail.com> 2011-11-11 11:38:14 EST ---

Your package contains a C library which must be compiled in the %build section
and installed in the appropriate location. Being compiled that means the
package is architecture specific - so you have to remove the BuildArch tag.


You will be doing something along the lines of this in your build and prep
section and make sure the files are installed in the correct place.

%prep
%setup -q -n Bounce-%{version}
sed -i -e 's|-fPIC -O2|%{optflags}|' pongc/Makefile

%build
# build C binaries
pushd pongc
make 
popd 

For reference:
http://fedoraproject.org/wiki/Packaging:SugarActivityGuidelines#Architecture-specific_Activities

-- 
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.



More information about the package-review mailing list