From 70d517b7a6b927eebd0d555ea170005738a9d928 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 15 Oct 2015 14:04:10 +0200 Subject: [PATCH] Use license macro for COPYING --- libappstream-glib.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libappstream-glib.spec b/libappstream-glib.spec index b158b58..565d81c 100644 --- a/libappstream-glib.spec +++ b/libappstream-glib.spec @@ -98,7 +98,8 @@ make install DESTDIR=$RPM_BUILD_ROOT %postun builder -p /sbin/ldconfig %files -f appstream-glib.lang -%doc README.md AUTHORS NEWS COPYING +%license COPYING +%doc README.md AUTHORS NEWS %{_libdir}/libappstream-glib.so.8* %{_libdir}/girepository-1.0/*.typelib %{_bindir}/appstream-util @@ -118,7 +119,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_datadir}/installed-tests/appstream-glib/*.test %files builder -%doc COPYING +%license COPYING %{_bindir}/appstream-builder %{_datadir}/bash-completion/completions/appstream-builder %{_libdir}/asb-plugins-%{as_plugin_version}/*.so @@ -126,7 +127,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/appstream-builder.1.gz %files builder-devel -%doc COPYING +%license COPYING %{_libdir}/libappstream-builder.so %{_libdir}/pkgconfig/appstream-builder.pc %dir %{_includedir}/libappstream-builder @@ -136,6 +137,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog * Thu Oct 15 2015 Kalev Lember 0.5.1-2 - Backport a patch to fix icons in gnome-software for apps without AppData +- Use license macro for COPYING * Tue Sep 15 2015 Richard Hughes 0.5.1-1 - New upstream release