[apper] enable appstream support (#1026118)

Rex Dieter rdieter at fedoraproject.org
Fri Nov 8 18:51:46 UTC 2013


commit 923499489e251b8d7dc04e0a3940b422d3d89c11
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Nov 8 12:52:05 2013 -0600

    enable appstream support (#1026118)

 apper.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/apper.spec b/apper.spec
index 6496472..b6644e8 100644
--- a/apper.spec
+++ b/apper.spec
@@ -2,13 +2,13 @@
 
 ## include app-install support and/or for testing/customizing categories.xml
 #define appinstall 1
-#if 0%{?fedora} > 19
-#define appstream 1
-#endif
+%if 0%{?fedora} > 19
+%define appstream 1
+%endif
 
 Name:    apper
 Version: 0.8.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: KDE interface for PackageKit
 
 License: GPLv2+
@@ -165,6 +165,9 @@ fi
 
 
 %changelog
+* Fri Nov 08 2013 Rex Dieter <rdieter at fedoraproject.org> 0.8.1-4
+- enable appstream support (#1026118)
+
 * Sun Nov 03 2013 Rex Dieter <rdieter at fedoraproject.org> - 0.8.1-3
 - pull in some upstream fixes
 - get ready to enable appstream support (#1026118)


More information about the scm-commits mailing list