[Bug 2307815] Review Request: tinyows - WFS-T and FE implementation server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@xxxxxxxxxxxxxxxxx    |zbyszek@xxxxxxxxx
           Doc Type|---                         |If docs needed, set a value
             Status|NEW                         |ASSIGNED
                 CC|                            |zbyszek@xxxxxxxxx



--- Comment #8 from Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> ---
FTR, the mail thread about unretirement is here: 
https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx/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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux