From 612c46335e2b6540fbff4f6ce0847c69b647e290 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 25 Jun 2021 15:13:05 +0200 Subject: [PATCH] Fix file paths --- totem-pl-parser.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/totem-pl-parser.spec b/totem-pl-parser.spec index 21111a4..5d05612 100644 --- a/totem-pl-parser.spec +++ b/totem-pl-parser.spec @@ -40,18 +40,16 @@ developing applications that use %{name}. %install %meson_install -mkdir -p %{buildroot}/%{_libexecdir}/totem-pl-parser/ - %find_lang %{name} --with-gnome %ldconfig_scriptlets %files -f %{name}.lang %license COPYING.LIB -%doc AUTHORS NEWS README +%doc AUTHORS NEWS README.md %{_libdir}/*.so.* %{_libdir}/girepository-1.0/*.typelib -%dir %{_libexecdir}/totem-pl-parser/ +%{_libexecdir}/totem-pl-parser/ %files devel %{_includedir}/*