> On samedi 3 mars 2018 17:30:30 CET Martin Gansser wrote: > > Didn't you see the reply I made to your other thread? > > https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx/ > message/YIAXJASDD5J6NMJHTON5PK5CRB4FUDQA/ > > I explained how to get rid of that Requires. Sorry i ignored your message. i changed now the line Requires: qhull to Requires: qhull-devel in patch FreeSOLID-2.1.1-pkgconfig.patch: --- /dev/null +++ b/FreeSOLID.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: FreeSolid +Description: 3D collision detection C++ library +Version: @VERSION@ +Requires: qhull-devel +Libs: -L${libdir} -lFreeSOLID @QHULL_LIBS@ +Cflags: -I${includedir} -I/usr/include/FreeSOLID an then it requires the following packges, is this correct ? $ rpm -q --requires -p FreeSOLID-devel-2.1.1-29.fc27.x86_64.rpm /bin/sh /bin/sh /bin/sh /usr/bin/pkg-config FreeSOLID(x86-64) = 2.1.1-29.fc27 libFreeSOLID.so.0()(64bit) pkgconfig pkgconfig(qhull-devel) rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx