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



--- Comment #8 from Mukundan Ragavan <[email protected]> ---
spec file changes - 

(1)

Requires:       lib%{name} = %{version}-%{release}

This line is no longer correct since you have changed the package names to
%{name}-libs.

(2)
Use %make_build instead of make %{?_smp_mflags}. You can use 

rpm --eval to understand several macros. For example, on my system,

$ rpm --eval %make_build
/usr/bin/make -O -j8

(3)
Use %make_install

(4)
Install license file using %license macro.

Change %doc CHANGELOG AUTHORS COPYING to

%license COPYING
%doc CHANGELOG AUTHORS


You are correct about libcurl-devel.

-- 
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 -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to