DAUTOREMOVE:BOOL=OFF (#727788)
This commit is contained in:
parent
6cef6bea6a
commit
3332340ffe
1 changed files with 5 additions and 1 deletions
|
|
@ -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@fedoraproject.org> 0.7.0-2
|
||||
- -DAUTOREMOVE:BOOL=OFF (#727788)
|
||||
|
||||
* Tue Oct 11 2011 Rex Dieter <rdieter@fedoraproject.org> 0.7.0-1
|
||||
- kpackagekit -> apper
|
||||
|
||||
|
|
|
|||
Reference in a new issue