[metis] Initial import (#920518)

Antonio Trande sagitter at fedoraproject.org
Sun Mar 24 21:06:17 UTC 2013


commit 3117a3374fcc5aaceff3d54e9a35f123b56fe783
Author: sagitter <anto.trande at gmail.com>
Date:   Sun Mar 24 22:06:02 2013 +0100

    Initial import (#920518)

 metis.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/metis.spec b/metis.spec
index 0653a98..b127543 100644
--- a/metis.spec
+++ b/metis.spec
@@ -126,9 +126,10 @@ help2man --version-option="%{version}" -n "Converts a mesh into a graph that is
 #help2man --version-option="%{version}" -n "Checks the graph for format correctness and consistency." \
 # -N --output="graphchk.1" -h -help %{buildroot}%{_bindir}/graphchk
 
-LD_PRELOAD=%{buildroot}%{_libdir}/lib%{name}.so.0 \
-help2man -n "cmpfillin" \
- --version-option="%{version}" -N --output=cmpfillin.1 -h -help %{buildroot}%{_bindir}/cmpfillin
+##There is no complete help page for cmpfillin
+#LD_PRELOAD=%{buildroot}%{_libdir}/lib%{name}.so.0 \
+#help2man -n "cmpfillin" \
+# --version-option="%{version}" -N --output=cmpfillin.1 -h -help %{buildroot}%{_bindir}/cmpfillin
 
 %else
 
@@ -149,8 +150,9 @@ help2man --version-string="%{version}" -n "Converts a mesh into a graph that is
 #help2man --version-string="%{version}" -n "Checks the graph for format correctness and consistency." \
 # -N --output="graphchk.1" --no-discard-stderr --help-option="-help" %{buildroot}%{_bindir}/graphchk
 
-help2man -n "cmpfillin" --version-string="%{version}" -N --output=cmpfillin.1 --no-discard-stderr \
- --help-option="-help" %{buildroot}%{_bindir}/cmpfillin
+##There is no complete help page for cmpfillin
+#help2man -n "cmpfillin" --version-string="%{version}" -N --output=cmpfillin.1 --no-discard-stderr \
+# --help-option="-help" %{buildroot}%{_bindir}/cmpfillin
 %endif
 
 mkdir -p %{buildroot}%{_mandir}/man1
@@ -176,7 +178,8 @@ popd
 * Wed Mar 20 2013 Antonio Trande <sagitter at fedoraproject.org> - 5.0.3-8
 - Added BR cmake28 for EPEL6 building
 - Set up of manpages creation in EPEL6
-- Added BR 'perl-Carp-Clan' for Fedora
+- Added BR 'perl-Carp' for Fedora
+- Excluded manpage creation for 'cmpfillin' and 'graphchk' commands
 
 * Wed Mar 20 2013 Antonio Trande <sagitter at fedoraproject.org> - 5.0.3-7
 - Removed explicit manpages compression


More information about the scm-commits mailing list