Author: glen Date: Sun Feb 12 20:20:00 2012 GMT Module: packages Tag: HEAD ---- Log message: - disable as needed flag
---- Files affected: packages/gpsbabel: gpsbabel.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: packages/gpsbabel/gpsbabel.spec diff -u packages/gpsbabel/gpsbabel.spec:1.11 packages/gpsbabel/gpsbabel.spec:1.12 --- packages/gpsbabel/gpsbabel.spec:1.11 Fri Sep 2 06:38:45 2011 +++ packages/gpsbabel/gpsbabel.spec Sun Feb 12 21:19:55 2012 @@ -1,6 +1,6 @@ # $Revision$, $Date$ # TODO -# - Use system shapelib instead of bundled partial shapelib +# - fix as-needed fix needed # # Conditional build: %bcond_without qt4 # build Qt4 GUI @@ -10,7 +10,7 @@ Summary(pl.UTF-8): GPSBabel - konwertowanie danych GPS: waypointów, tras i śladów Name: gpsbabel Version: 1.4.2 -Release: 2 +Release: 3 License: GPL Group: Applications # Source0Download via POST form at https://www.gpsbabel.org/download.html#downloading @@ -19,14 +19,14 @@ Source1: %{name}.desktop Source2: %{name}.png Patch0: %{name}-auto.patch -Patch1: use-system-shapelib.patch +Patch1: use-system-shapelib.patch URL: http://www.gpsbabel.org/ BuildRequires: autoconf BuildRequires: automake BuildRequires: expat-devel BuildRequires: libusb-devel BuildRequires: rpmbuild(macros) >= 1.600 -BuildRequires: shapelib-devel +BuildRequires: shapelib-devel %if %{with qt4} BuildRequires: QtCore-devel >= %{qtver} BuildRequires: QtGui-devel >= %{qtver} @@ -39,6 +39,9 @@ %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# FIXME +%define filterout_ld -Wl,--as-needed + %define translationdir %{_datadir}/qt4/translations %description @@ -149,6 +152,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2012/02/12 20:19:55 glen +- disable as needed flag + Revision 1.11 2011/09/02 04:38:45 glen - use system shapelib; fedora patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gpsbabel/gpsbabel.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
