Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: gdal - A translator library for raster geospatial data 
formats


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





------- Additional Comments From [EMAIL PROTECTED]  2006-09-13 10:25 EST -------
Joost, please check my patch and spec file (in comment #7 and
in comment #8), add some needed change you think, and re-sumbit
spec and srpm. I will then re-check your spec.

At least:
%exclude %{_libdir}/*.la
%exclude %{_libdir}/*.a
%exclude %{_libdir}/python*/site-packages/*.a
%exclude %{_libdir}/python*/site-packages/*.la
Well, don't do these ways. Explicitly remove these files at %install stage.
i.e. add
rm -f %{buildroot}%{_libdir}/*.{a,la}
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.{a,la}
to %install stage and don't use %exclude if it is possible.
( %exclude %{_bindir}/*.pyc
  %exclude %{_bindir}/*.pyo is needed anyway)

And check my previous comment (comment #4 and comment #1).
Also, I want to know your opinion against comment #9 (by Rudolf).



-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to