Author: freetz Date: Sat Aug 12 16:12:18 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix --as-needed build (patch added), rel.2
---- Files affected: SPECS: geany.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/geany.spec diff -u SPECS/geany.spec:1.15 SPECS/geany.spec:1.16 --- SPECS/geany.spec:1.15 Sat Aug 12 01:02:19 2006 +++ SPECS/geany.spec Sat Aug 12 18:12:12 2006 @@ -3,13 +3,14 @@ Summary(pl): Szybkie i lekkie IDE używające GTK+2 Name: geany Version: 0.8 -Release: 1 +Release: 2 License: GPL v2+ Group: Development/Tools Source0: http://dl.sourceforge.net/geany/%{name}-%{version}.tar.bz2 # Source0-md5: adffe7b71983f897eec449d50312f2c8 Patch0: %{name}-desktop.patch Patch1: %{name}-doc_dir.patch +Patch2: %{name}-ldadd.patch URL: http://geany.uvena.de/ BuildRequires: autoconf BuildRequires: automake @@ -20,8 +21,6 @@ BuildRequires: vte-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define filterout_ld (-Wl,)?--as-needed - %description Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few @@ -61,6 +60,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__glib_gettextize} @@ -97,6 +97,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2006/08/12 16:12:12 freetz +- fix --as-needed build (patch added), rel.2 + Revision 1.15 2006/08/11 23:02:19 freetz - 0.8, updated file list ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/geany.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
