]> git.pld-linux.org Git - packages/ffcall.git/blobdiff - ffcall.spec
- %undefine __cxx - to prevent configure from looking for c++ compiler
[packages/ffcall.git] / ffcall.spec
index c20c445d70b5f1cd3217f9ddcfe5dc7faf5aa2e6..21181fba160889f8535250a25e5ca680f33bed29 100644 (file)
@@ -18,6 +18,8 @@ Patch2:               %{name}-sparc64.patch
 URL:           http://savannah.gnu.org/projects/libffcall
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%undefine      __cxx
+
 %description
 This is a collection of four libraries which can be used to build
 foreign function call interfaces in embedded interpreters.
@@ -94,7 +96,7 @@ install -d $RPM_BUILD_ROOT%{_mandir}
        DESTDIR=$RPM_BUILD_ROOT
 
 # don't need those since we have man pages
-%{__rm} $RPM_BUILD_ROOT/usr/share/html/*.html
+%{__rm} $RPM_BUILD_ROOT%{_datadir}/html/*.html
 
 %clean
 rm -fr $RPM_BUILD_ROOT
This page took 0.073214 seconds and 4 git commands to generate.