[Bug 573012] Review Request: desktopcouch - A Desktop CouchDB instance

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 12 15:49:21 UTC 2010


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

Tom "spot" Callaway <tcallawa at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |tcallawa at redhat.com

--- Comment #1 from Tom "spot" Callaway <tcallawa at redhat.com> 2010-03-12 10:49:19 EST ---
They're really not false alarms. I have no idea why those binaries end up in
/usr/lib/desktopcouch. They need to be in %{_bindir}. My spec had this line at
the end of %install:

# Really? You put them there? In /usr/lib (note, not %{_libdir})? Fail.
mv %{buildroot}/usr/lib/desktopcouch/desktopcouch-* %{buildroot}%{_bindir}

A few other points:

* The desktopcouch package should own %dir %{_sysconfdir}/xdg/desktop-couch/
* The descriptions need to be relevant and specific for the subpackages, even
if they simply repeat their Summary.
* You do not need to copy the licenses and docs for all of the packages where
there is a forced dependency chain. This means that only desktopcouch needs
them not the others.
* Dependencies on subpackages should be on desktopcouch =
%{version}-%{release}, not just %{version}.

Nevertheless, a good start. Fix those issues and I'll finish out the review.

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