summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-05-30 13:49:52 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-05-30 13:49:52 +0200
commitcd6fb6a0a123eb5ac628b96f6b339dbaf0b96fbe (patch)
tree4ced001807d40ec1d723b321f075dba0124091e2
parent8e246d5dee31263ff6066ed63edb236f286b1f40 (diff)
downloadfirstaidkit-cd6fb6a0a123eb5ac628b96f6b339dbaf0b96fbe.tar.gz
firstaidkit-cd6fb6a0a123eb5ac628b96f6b339dbaf0b96fbe.tar.xz
firstaidkit-cd6fb6a0a123eb5ac628b96f6b339dbaf0b96fbe.zip
Change the spec file to reflect the name changes in the manpages.
-rw-r--r--firstaidkit.spec4
1 files 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