Author: hawk Date: Thu Nov 25 11:12:59 2010 GMT Module: packages Tag: HEAD ---- Log message: - added skip_post_check_so to allow build
---- Files affected: packages/obexftp: obexftp.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: packages/obexftp/obexftp.spec diff -u packages/obexftp/obexftp.spec:1.33 packages/obexftp/obexftp.spec:1.34 --- packages/obexftp/obexftp.spec:1.33 Mon Nov 15 11:17:31 2010 +++ packages/obexftp/obexftp.spec Thu Nov 25 12:12:54 2010 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Kopiowanie plików z wykorzystaniem protokołu Object Exchange (OBEX) Name: obexftp Version: 0.23 -Release: 4 +Release: 5 License: GPL v2+ (server, bindings), LGPL v2+ (libraries) Group: Applications/Communications Source0: http://dl.sourceforge.net/openobex/%{name}-%{version}.tar.bz2 @@ -31,6 +31,8 @@ Requires: %{name}-libs = %{version}-%{release} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define skip_post_check_so obexftp.so.0.0.0 + %description Free open source application for file copying over the Object Exchange (OBEX) protocol. @@ -243,6 +245,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2010/11/25 11:12:54 hawk +- added skip_post_check_so to allow build + Revision 1.33 2010/11/15 10:17:31 pawelz - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/obexftp/obexftp.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
