Author: sparky Date: Thu Feb 15 18:05:19 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added --as-needed fix/hack
---- Files affected: SPECS: paps.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/paps.spec diff -u SPECS/paps.spec:1.4 SPECS/paps.spec:1.5 --- SPECS/paps.spec:1.4 Tue Feb 13 22:01:11 2007 +++ SPECS/paps.spec Thu Feb 15 19:05:13 2007 @@ -8,6 +8,7 @@ Group: Applications/Publishing Source0: http://dl.sourceforge.net/paps/%{name}-%{version}.tar.gz # Source0-md5: 0df929fe07d90cb01aa7e1700d5357ab +Patch0: %{name}-as-needed.patch URL: http://paps.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -16,8 +17,6 @@ BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define filterout_ld -Wl,--as-needed - %description paps is a PostScript converter from plain text file using Pango. @@ -38,6 +37,7 @@ %prep %setup -q +%patch0 -p1 %build %{__aclocal} @@ -73,6 +73,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2007/02/15 18:05:13 sparky +- added --as-needed fix/hack + Revision 1.4 2007/02/13 21:01:11 qboosh - separated -devel, revised docs - added Source0-md5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/paps.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
