diff options
author | Richard Hughes <richard@hughsie.com> | 2015-10-28 16:28:43 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2015-10-28 16:28:43 +0000 |
commit | 8bad193b3a5eac89f8ac9c87470435d7664618fe (patch) | |
tree | 3d01ce8efee08d2fcf131a997a72924030c67512 /contrib | |
parent | fc811ceda08585fdcf31c97bac3626561b6ac136 (diff) | |
download | appstream-glib-8bad193b3a5eac89f8ac9c87470435d7664618fe.tar.gz |
trivial: Sync example spec file with downstream
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libappstream-glib.spec.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/libappstream-glib.spec.in b/contrib/libappstream-glib.spec.in index af3ba6b..b7e7ecd 100644 --- a/contrib/libappstream-glib.spec.in +++ b/contrib/libappstream-glib.spec.in @@ -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 @@ -117,7 +118,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 @@ -125,7 +126,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 |