From cd6fb6a0a123eb5ac628b96f6b339dbaf0b96fbe Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Fri, 30 May 2008 13:49:52 +0200 Subject: Change the spec file to reflect the name changes in the manpages. --- firstaidkit.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firstaidkit.spec b/firstaidkit.spec index 3cae937..b31f098 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -129,7 +129,7 @@ echo "copying=%{_docdir}/%{name}-%{version}/COPYING" >> etc/firstaidkit/about #docs %{__install} -d $RPM_BUILD_ROOT%{_mandir}/man1 -%{__install} -p doc/fakplugin.1 doc/firstaidkit.1 $RPM_BUILD_ROOT%{_mandir}/man1 +%{__install} -p doc/firstaidkit-plugin.1 doc/firstaidkit.1 $RPM_BUILD_ROOT%{_mandir}/man1 #examples %{__install} -d $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/examples %{__mv} -f plugins/plugin_examples $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/examples @@ -179,7 +179,7 @@ echo "copying=%{_docdir}/%{name}-%{version}/COPYING" >> etc/firstaidkit/about %files devel %{_libdir}/firstaidkit/plugins/examples -%attr(0644,root,root) %{_mandir}/man1/fakplugin.1.gz +%attr(0644,root,root) %{_mandir}/man1/firstaidkit-plugin.1.gz %files plugin-all -- cgit