Author: glen Date: Sun Jan 27 00:41:48 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - workaround --as-needed error - package ghost ldconfig symlink - rel 3
---- Files affected: SPECS: synce-rra.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SPECS/synce-rra.spec diff -u SPECS/synce-rra.spec:1.15 SPECS/synce-rra.spec:1.16 --- SPECS/synce-rra.spec:1.15 Tue Dec 18 13:45:34 2007 +++ SPECS/synce-rra.spec Sun Jan 27 01:41:43 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): RRA - aplikacja SynCE do synchronizacji Name: synce-rra Version: 0.10.0 -Release: 2 +Release: 3 License: MIT Group: Libraries Source0: http://dl.sourceforge.net/synce/%{name}-%{version}.tar.gz @@ -23,6 +23,8 @@ Requires: synce-libsynce >= 0.10.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define filterout_ld -Wl,--as-needed + %description SynCE is a project for connecting to devices running Windows CE or Pocket PC. @@ -107,8 +109,9 @@ %files %defattr(644,root,root,755) %doc README TODO -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/synce-matchmaker %attr(755,root,root) %{_libdir}/librra.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/librra.so.0 %{_mandir}/man1/*.1* %files devel @@ -133,6 +136,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2008-01-27 00:41:43 glen +- workaround --as-needed error +- package ghost ldconfig symlink +- rel 3 + Revision 1.15 2007-12-18 12:45:34 glen - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/synce-rra.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
