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

Volker Fröhlich <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #3 from Volker Fröhlich <[email protected]> ---
You can use the name macro for the patch filenames.

/var/lib can be put as %{_sharedstatedir}.

rm -rf %{buildroot} is not necessary.

Instead of

%dir %{_includedir}/getdns
%{_includedir}/getdns/*.h

you can just make it:

%{_includedir}/getdns/

You might also want to make %{_libdir}/libgetdns*so could become
%{_libdir}/libgetdns*.so

-- 
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]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to