[Bug 962189] Review Request: cego - A relational and transactional database

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=962189

--- Comment #10 from Björn Esser <bjoern.esser@xxxxxxxxx> ---
rpmlint shows:

  * binary-or-shlib-defines-rpath
  * unused-direct-shlib-dependency

is still there.

For your sed-magic on libtool to work on this you must add:

+BuildRequires: libtool

 %prep
 %setup -q
+autoreconf --force --install --verbose
 %configure --disable-static
 sed -i -e 's/ -shared / -Wl,--as-needed\0/g' libtool
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g'
libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

autoreconf will create a local copy of libtool, which will be used when
building the libs.

To make the deps of the -devel-pkg sane you must add:

 %package           devel
 Summary:           Development files for %{name}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       lfcbase-devel%{?_isa}
+Requires:       lfcxml-devel%{?_isa}

Headers from build -devel-pkg are including headers from lfc{base,xml}-devel.

Please fix and I'll take another run.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=FXOaZ7r6Vb&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review





[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]