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=484933 Michael Schwendt <bugs.michael@xxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugs.michael@xxxxxxx AssignedTo|nobody@xxxxxxxxxxxxxxxxx |bugs.michael@xxxxxxx Flag| |fedora-review? --- Comment #1 from Michael Schwendt <bugs.michael@xxxxxxx> 2009-02-12 07:45:29 EDT --- Blockers: > mv %{buildroot}/%{_includedir}/%{name}-0.1/%{name}/* %{buildroot}/%{_includedir}/%{name}/ > rm -rf %{buildroot}/%{_includedir}/%{name}-0.1/ Not only should something like this be explained with a comment in the spec file. Why is the default install location changed? Did you notice that this breaks the pkgconfig files? > make install -p DESTDIR=%{buildroot} This is not what you want. This is make --print-data-base ...! Most likely you wanted: make DESTDIR=%{buildroot} INSTALL="install -p" Have you looked into adding a %check section for "make check"? $ rpmls -p /home/qa/tmp/rpm/RPMS/libwps-doc-0.1.2-1.fc10.i386.rpm drwxr-xr-x /usr/share/doc/libwps-0.1.2 -rw-r--r-- /usr/share/doc/libwps-0.1.2/CHANGES -rw-r--r-- /usr/share/doc/libwps-0.1.2/COPYING -rw-r--r-- /usr/share/doc/libwps-0.1.2/CREDITS -rw-r--r-- /usr/share/doc/libwps-0.1.2/HACKING -rw-r--r-- /usr/share/doc/libwps-0.1.2/README These are only files, and they are also found in the main package. I see you want to install doxygen docs, but here it didn't work out. The %files section for the -doc subpackage is wrong, too, because %{_docdir}/%{name}-%{version}/ is the default location for all files in %doc lines. -- 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review