[Bug 753262] Review Request: qxmpp-dev - Qt XMPP Library

bugzilla at redhat.com bugzilla at redhat.com
Mon Jan 9 18:46:33 UTC 2012


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

Rex Dieter <rdieter at math.unl.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rdieter at math.unl.edu

--- Comment #2 from Rex Dieter <rdieter at math.unl.edu> 2012-01-09 13:46:32 EST ---
OK, here's an initial review :

1.  -devel MUST depend on main pkg.  add to -devel
Requires: %{name}%{?_isa} = %{version}-%{release}

2.  SHOULD track ABI, replace
%{_libdir}/lib%{name}.so.*
with
%{_libdir}/libqxmpp-dev.so.2
(or whatever the proper soname is).  

3.  SHOULD: better to patch/fix lib64 handling properly, instead of current
hack:

%ifarch x86_64
%__mv ${RPM_BUILD_ROOT}/usr/{lib,lib64}
%endif

if you can't patch, this is better,
%if "%{_lib}" = "lib64"
...
%endif

(there's more platforms using lib64 than just x86_64)

4. SHOULD use
BuildRequires: qt4-devel
(instead of qt-devel)

5. MUST fix -devel summary/description to reference qxmpp-dev instead of qxmpp

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