]> git.pld-linux.org Git - packages/check.git/commitdiff
- no need for libstdc++-devel, just undefine __cxx
authorsparky <sparky@pld-linux.org>
Fri, 27 Nov 2009 14:16:44 +0000 (14:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check.spec -> 1.15

check.spec

index f96f9ba09348ddcfdb0855bef3552c8e6caf1ff7..72b6ee6fa0f75665658d5d3c5c863e03fdcedd55 100644 (file)
@@ -11,12 +11,13 @@ Patch0:             %{name}-info.patch
 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.
This page took 0.083221 seconds and 4 git commands to generate.