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

Zbigniew JÄ™drzejewski-Szmek <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected]    |[email protected]
           Doc Type|---                         |If docs needed, set a value
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]



--- Comment #8 from Zbigniew JÄ™drzejewski-Szmek <[email protected]> ---
FTR, the mail thread about unretirement is here: 
https://lists.fedoraproject.org/archives/list/[email protected]/message/NLF5LLVGGBZ4DHEMMYTBERJU5ALUF5HB/

> make %{?_smp_mflags}
%make_build

> cp %{_bindir}/shp2pgsql %{buildroot}%{_bindir}/shp2pgsql
Hmmm? This copies /usr/bin/shp2pgsql under %buildroot!

> pushd %{buildroot}%{_datadir}/%{name}/
>   ln -s ../../../%{_sysconfdir}/%{name}/config.xml config.xml
> popd

That pushd/popd is unnecessary. Just do
  ln -s ../../../%{_sysconfdir}/%{name}/config.xml
%{buildroot}%{_datadir}/%{name}/config.xml
or even better
  ln -s --relative %{buildroot}%{_sysconfdir}/%{name}/config.xml
%{buildroot}%{_datadir}/%{name}/

> %defattr(-,root,root,-)
Not needed.

%autorelease and %autochangelog?

The spec file looks reasonable, even if a bit dated. But I'm confused about the
provenance of shp2pgsql.


-- 
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
https://bugzilla.redhat.com/show_bug.cgi?id=2307815

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202307815%23c8

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to