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

--- Comment #4 from pierrejourda...@gmail.com ---
The requires of my rpm package are :
Requires(interp): /bin/sh /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <=
4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /bin/sh
Requires(postun): /bin/sh
Requires: /bin/bash /bin/sh 
libICE.so.6 
libImlib2.so.1 
libSM.so.6 
libX11.so.6 
libXext.so.6 
libXft.so.2 
libXinerama.so.1 
libatk-1.0.so.0 
libc.so.6 
libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.15)
libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4)
libc.so.6(GLIBC_2.7) 
libcairo.so.2 
libdl.so.2 
libfontconfig.so.1 
libfreetype.so.6 
libgdk-x11-2.0.so.0 
libgdk_pixbuf-2.0.so.0 
libgio-2.0.so.0 
libglib-2.0.so.0 
libgobject-2.0.so.0 
libgtk-x11-2.0.so.0 
libm.so.6 
libm.so.6(GLIBC_2.0) libm.so.6(GLIBC_2.1) 
libpango-1.0.so.0 libpangocairo-1.0.so.0 libpangoft2-1.0.so.0 rtld(GNU_HASH)
In my spec file I have added in the build require lines theses devel
dependencies after testing SRPM in mock to find missing dependencies  :
libXft-devel libICE-devel libXt-devel libXinerama-devel gtk2-devel imlib2-devel
freetype-devel desktop-file-utils
After the modification of the spec with the help of mock the SRPM is building
correctly in the chrooted fedora 16 and 17 environment 
In the spec file I have added in the %prep section :sed -i "s/59 Temple Place,
Suite 330, Boston, MA  02111-1307  USA/51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301 USA/g" src/wmcoincoin.c
sed -i "s/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA/g" src/myprintf.c
sed -i "s/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA/g" src/spell_coin.c
sed -i "s/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA/g" src/balloon.c
sed -i "s/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA/g" src/regexp.h
sed -i "s/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA/g" src/regexp.c
sed -i "s/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA/g" src/dock.c
sed -i "s/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA/g" src/board.c
sed -i "s/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA/g" src/board_util.c
sed -i "s/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA/g" src/palmipede.c
sed -i "s/59 Temple Place, Suite 330, Boston, MA  02111-1307  USA/51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA/g" src/msgbox.c 
after a test of
http://pierre80.fedorapeople.org/RPMS/i686/wmcoincoin-debuginfo-2.5.1f-1.fc17.i686.rpm
with rpmlint that gave errors of incorrect-fsf-address 
After this add and rpmbuild -ba the errors are removed 
In the final RPM : errors of manpage are still exists because this software
haven't manpages

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