[krazy2] * Fri Oct 01 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.90-9.20100926svn - Install sets (required

Kevin Kofler kkofler at fedoraproject.org
Fri Oct 1 04:46:50 UTC 2010


commit 7a059d59849abf9605841c6b1b4aa4cbe5dcbb6d
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Fri Oct 1 06:46:42 2010 +0200

    * Fri Oct 01 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.90-9.20100926svn
    - Install sets (required for operation)
    - Use install/fast instead of install for the cppchecks CMake makefile

 krazy2.spec |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/krazy2.spec b/krazy2.spec
index 0aaea80..50659b9 100644
--- a/krazy2.spec
+++ b/krazy2.spec
@@ -3,7 +3,7 @@
 
 Name:           krazy2
 Version:        2.90
-Release:        8.%{snap}svn%{?dist}
+Release:        9.%{snap}svn%{?dist}
 Summary:        Krazy is a tool for checking code against the KDE coding guidelines
 
 Group:          Development/Libraries
@@ -82,6 +82,13 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} \
     %endif
     install
 popd
+pushd sets
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} \
+    %if "%{_lib}" == "lib64"
+        LIBSUFFIX=64 \
+    %endif
+    install
+popd
 pushd src/passbyvalue
 make INSTALL_ROOT=%{buildroot}%{_prefix} \
     %if "%{_lib}" == "lib64"
@@ -99,7 +106,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix}/share install
 popd
 install -m 755 %{SOURCE1} %{buildroot}%{_bindir}/krazy-licensecheck
 pushd cppchecks
-make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} install/fast
 popd
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name perllocal.pod -exec rm -f {} ';'
@@ -138,6 +145,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Oct 01 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.90-9.20100926svn
+- Install sets (required for operation)
+- Use install/fast instead of install for the cppchecks CMake makefile
+
 * Fri Oct 01 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.90-8.20100926svn
 - Remove unused (since Jan 2009!) kdelibs4-devel and kdevplatform-devel BRs
 


More information about the scm-commits mailing list