summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-06-30 18:09:35 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-07-30 11:02:54 +0200
commita3e179a62e1ae2516c77fb0c427ce3a264d44198 (patch)
treedb382fc67a2ded62e8681e0107a2a5bced975735
parent3ca97204bfb0e69f6e1a6186c800ef1eff5100b6 (diff)
downloadeurephia-a3e179a62e1ae2516c77fb0c427ce3a264d44198.tar.gz
eurephia-a3e179a62e1ae2516c77fb0c427ce3a264d44198.tar.xz
eurephia-a3e179a62e1ae2516c77fb0c427ce3a264d44198.zip
Updated eurephia.spec to package the new man pages
-rw-r--r--eurephia.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/eurephia.spec b/eurephia.spec
index 8c3b172..5134cd3 100644
--- a/eurephia.spec
+++ b/eurephia.spec
@@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
install -m 755 utils/eurephia_init $RPM_BUILD_ROOT/%{_bindir}
install -m 755 utils/saltdecode $RPM_BUILD_ROOT/%{_bindir}/eurephia_saltdecode
+mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
+install -m 644 utils/eurephia_init.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
+install -m 644 utils/eurephia_saltdecode.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
%clean
rm -rf $RPM_BUILD_ROOT
@@ -107,6 +110,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc LICENSE.txt CREDITS.txt
%{_bindir}/eurephia_init
+%{_mandir}/man8/eurephia_init.8.gz
%files admin
%defattr(-,root,root,-)
@@ -118,6 +122,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc LICENSE.txt CREDITS.txt
%{_bindir}/eurephia_saltdecode
+%{_mandir}/man8/eurephia_saltdecode.8.gz
%changelog
* Wed Jun 30 2010 David Sommerseth <dazo@users.sourceforge.net> - 1.0.0-1