"uuid.h" is absent in resulting RPM. Included from "client.h" Steps to Reproduce: $ rpm -qp --filesbypkg obexftp-devel-0.10.7-alt2.i586.rpm obexftp-devel /usr/include/bfb obexftp-devel /usr/include/bfb/bfb.h obexftp-devel /usr/include/bfb/bfb_io.h obexftp-devel /usr/include/cobexbfb obexftp-devel /usr/include/cobexbfb/cobex_bfb.h obexftp-devel /usr/include/obexftp obexftp-devel /usr/include/obexftp/client.h obexftp-devel /usr/include/obexftp/obexftp.h obexftp-devel /usr/include/obexftp/object.h obexftp-devel /usr/lib/libbfb.so obexftp-devel /usr/lib/libcobexbfb.so obexftp-devel /usr/lib/libobexftp.so $ fgrep -F "uuid.h" /usr/include/obexftp/client.h #include "uuid.h" $ find ./obexftp-0.10.7 -type f -name "*.h" | grep "uuid.h" ./obexftp/uuid.h Expected Results: diff -ruaN obexftp-0.10.7.orig/obexftp/Makefile.am obexftp-0.10.7/obexftp/Makefile.am --- obexftp-0.10.7.orig/obexftp/Makefile.am 2006-02-08 13:14:46 +0200 +++ obexftp-0.10.7/obexftp/Makefile.am 2006-02-08 13:15:05 +0200 @@ -16,7 +16,8 @@ obexftpinclude_HEADERS = obexftp.h \ client.h \ - object.h + object.h \ + uuid.h libobexftp_la_LDFLAGS = -version-info $(OBEXFTP_VERSION)
Created attachment 1378 [details] Add "uuid.h" file to destination "/usr/include" directory
Fixed in не знаю когда, но уже давно точно. В 0.20-alt2 все ОК.