Author: grzegol Date: Sun Aug 13 12:33:05 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added ldadd patch (fixes build with as-needed)
---- Files affected: SPECS: nautilus-actions.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/nautilus-actions.spec diff -u SPECS/nautilus-actions.spec:1.14 SPECS/nautilus-actions.spec:1.15 --- SPECS/nautilus-actions.spec:1.14 Thu Aug 10 16:17:45 2006 +++ SPECS/nautilus-actions.spec Sun Aug 13 14:32:59 2006 @@ -9,6 +9,7 @@ Source0: ftp://ftp2.grumz.net/grumz/%{name}-%{version}.tar.gz # Source0-md5: d1d4bf81c0f611610d33cfec59c5e549 Patch0: %{name}-desktop.patch +Patch1: %{name}-ldadd.patch URL: http://www.grumz.net/node/8/ BuildRequires: autoconf >= 2.52 BuildRequires: automake @@ -37,6 +38,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__aclocal} @@ -76,6 +78,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2006/08/13 12:32:59 grzegol +- added ldadd patch (fixes build with as-needed) + Revision 1.14 2006/08/10 14:17:45 wrobell - rel. 2 to build with openssl 0.9.8b ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/nautilus-actions.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
