Author: sparky Date: Fri Nov 27 14:16:49 2009 GMT Module: packages Tag: HEAD ---- Log message: - no need for libstdc++-devel, just undefine __cxx
---- Files affected: packages/check: check.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: packages/check/check.spec diff -u packages/check/check.spec:1.14 packages/check/check.spec:1.15 --- packages/check/check.spec:1.14 Fri Nov 27 15:09:58 2009 +++ packages/check/check.spec Fri Nov 27 15:16:44 2009 @@ -12,12 +12,13 @@ URL: http://check.sourceforge.net/ # aclocal required for %{_aclocaldir} BuildRequires: automake -BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: texinfo >= 4.2 Requires(post,postun): /sbin/ldconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%undefine __cxx + %description Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. @@ -100,6 +101,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2009/11/27 14:16:44 sparky +- no need for libstdc++-devel, just undefine __cxx + Revision 1.14 2009/11/27 14:09:58 sparky - BR: automake, libstdc++-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/check/check.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
