From eebb6d8d860ec9b72f8e55e9f46e45f8ba9f6fab Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 30 Sep 2016 06:20:59 -0500 Subject: [PATCH] s|share/appstream|share/appdata/ --- appstream.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appstream.spec b/appstream.spec index a519763..21189f0 100644 --- a/appstream.spec +++ b/appstream.spec @@ -5,7 +5,7 @@ Summary: Utilities to generate, maintain and access the AppStream database Name: appstream Version: 0.10.1 -Release: 2%{?dist} +Release: 3%{?dist} # lib LGPLv2+, tools GPLv2+ License: GPLv2+ and LGPLv2+ @@ -80,7 +80,7 @@ pushd %{_target_platform} -DQT:BOOL=ON \ -DTESTS:BOOL=ON \ -DVAPI:BOOL=%{?vala:ON}%{!?vala:OFF} \ - -DCMAKE_INSTALL_METAINFODIR:PATH=share/appstream + -DCMAKE_INSTALL_METAINFODIR:PATH=share/appdata popd make %{?_smp_mflags} -C %{_target_platform} @@ -159,6 +159,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300" %changelog +* Fri Sep 30 2016 Rex Dieter - 0.10.1-3 +- s|share/appstream|share/appdata/ + * Sat Sep 17 2016 Rex Dieter - 0.10.1-2 - improve description, drop no-longer-used deps