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

Volker Fröhlich <volke...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |volke...@gmx.at



--- Comment #3 from Volker Fröhlich <volke...@gmx.at> ---
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
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to