[Bug 1065641] Review Request: libhttpserver - Library embedding RESTful HTTP server functionality

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

 



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



--- Comment #5 from Christopher Meng <cickumqt@xxxxxxxxx> ---
Uh...

1. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
find $RPM_BUILD_ROOT -name '*.*a' -delete -print

Duplicate, right?

Just

find $RPM_BUILD_ROOT -name '*.*a' -delete -print

Will cover all.

2. %configure --srcdir=.. --prefix=/usr --libdir=%{_libdir}

-->

%configure --srcdir=..

The rest are handled by macro automatically, see rpm -E %configure.

3. In main package,

Drop:

Requires:       libmicrohttpd >= 0.9.7

Because elfutils will help pull the proper dependencies.

4. In -devel subpackage,

Drop:

BuildRequires:  libmicrohttpd-devel >= 0.9.7
Requires:       libmicrohttpd >= 0.9.7

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
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]