From 5664846efc1c0c494b7c3cd1cb84985e45fefec3 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Fri, 14 Jan 2022 16:10:04 +0800 Subject: [PATCH] fix package error Signed-off-by: cherry530 --- lensfun.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lensfun.spec b/lensfun.spec index 87cc228..02d8810 100644 --- a/lensfun.spec +++ b/lensfun.spec @@ -1,6 +1,6 @@ Name: lensfun Version: 0.3.2 -Release: 19 +Release: 20 Summary: Library to correct defects introduced by photographic lenses License: LGPLv3 and CC-BY-SA URL: http://lensfun.sourceforge.net/ @@ -97,7 +97,7 @@ cd - %dir /var/lib/lensfun-updates/ %files devel -%{_pkgdocdir}/{*.html,*.png,*.css,*.js} +%{_pkgdocdir}/{*.html,*.png,*.css,*.js,*.svg} %{_includedir}/lensfun/ %{_libdir}/liblensfun.so %{_libdir}/pkgconfig/lensfun.pc @@ -114,5 +114,8 @@ cd - %{_mandir}/man1/lensfun-update-data.1* %changelog +* Fri Jan 14 2022 xu_ping - 0.3.2-20 +- Packaging svg files + * Tue Feb 25 2020 fengbing - 0.3.2-19 - Package init