s|share/appstream|share/appdata/
This commit is contained in:
parent
8d64c606c5
commit
eebb6d8d86
1 changed files with 5 additions and 2 deletions
|
|
@ -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 <rdieter@fedoraproject.org> - 0.10.1-3
|
||||
- s|share/appstream|share/appdata/
|
||||
|
||||
* Sat Sep 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.10.1-2
|
||||
- improve description, drop no-longer-used deps
|
||||
|
||||
|
|
|
|||
Reference in a new issue