[apper/f16] DAUTOREMOVE:BOOL=OFF (#727788)

Rex Dieter rdieter at fedoraproject.org
Mon Oct 17 15:45:21 UTC 2011


commit 3332340ffe97cd5c4409af5a7dca83127a8cd26c
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Oct 17 10:45:20 2011 -0500

    DAUTOREMOVE:BOOL=OFF (#727788)

 apper.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/apper.spec b/apper.spec
index ffbc15c..bd968a2 100644
--- a/apper.spec
+++ b/apper.spec
@@ -5,7 +5,7 @@
 
 Name:    apper
 Version: 0.7.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: KDE interface for PackageKit
 
 License: GPLv2+
@@ -50,6 +50,7 @@ mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kde4} \
   %{?app_install:-DAPPINSTALL:BOOL=ON} \
+  -DAUTOREMOVE:BOOL=OFF \
   ..  
 popd
 
@@ -97,6 +98,9 @@ desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/apper.deskt
 
 
 %changelog
+* Mon Oct 17 2011 Rex Dieter <rdieter at fedoraproject.org> 0.7.0-2
+- -DAUTOREMOVE:BOOL=OFF (#727788)
+
 * Tue Oct 11 2011 Rex Dieter <rdieter at fedoraproject.org> 0.7.0-1
 - kpackagekit -> apper
 


More information about the scm-commits mailing list