]> git.pld-linux.org Git - packages/kde4-kde3support.git/commitdiff
disable ccache, files cleanup
authorElan Ruusamäe <glen@delfi.ee>
Thu, 8 Nov 2012 13:14:23 +0000 (15:14 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 8 Nov 2012 13:14:23 +0000 (15:14 +0200)
kde4-kde3support.spec

index ed1455f042ee8bbf8aae9e49cc5087fdfb0857f2..0bdab33ba12460d5797b7f7dfc7979366a2a4d43 100644 (file)
@@ -116,6 +116,9 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # confuses OpenEXR detection
 %undefine      configure_cache
 
+# kde3 does not work well with ccache (CC with spaces)
+%unglobal      with_ccache
+
 %define                no_install_post_check_so        1
 # unresolved symbols in libkscreensaver.so.X (by design)
 
@@ -332,6 +335,7 @@ if [ ! -f installed.stamp ]; then
        # remove unwanted boost deps from .la
        sed -i 's:-lboost_filesystem -lboost_system -lboost_regex::' $RPM_BUILD_ROOT%{_libdir}/kde3/plugins/designer/kdewidgets.la
        %{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+       %{__rm} $RPM_BUILD_ROOT%{_libdir}/kde3/plugins/designer/kdewidgets.la
 
        touch installed.stamp
 fi
This page took 0.031347 seconds and 4 git commands to generate.