[SCM] Gerris Flow Solver branch, upstream, updated. e8f73a07832050124d2b8bf6c6f35b33180e65a8

Stephane Popinet popinet at users.sf.net
Tue Nov 24 12:25:01 UTC 2009


The following commit has been merged in the upstream branch:
commit 4581bd2c18df7e6916809ae72b5a9006a9482beb
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Wed Sep 9 08:43:57 2009 +1000

    RPM includes man pages
    
    darcs-hash:20090908224357-d4795-ffad22e01793a35514c7d7f79e85bb845b8917e3.gz

diff --git a/rpm/gerris.spec b/rpm/gerris.spec
index 9c5dc84..36297e8 100644
--- a/rpm/gerris.spec
+++ b/rpm/gerris.spec
@@ -68,12 +68,14 @@ if [ -x ./configure ]; then
     CFLAGS="$RPM_OPT_FLAGS" ./configure \
 	--prefix=%{_prefix} \
 	--libdir=%{_prefix}/%_lib \
+	--mandir=%{_mandir} \
 	--disable-mpi \
 	--disable-static
 else
     CFLAGS="$RPM_OPT_FLAGS" sh autogen.sh \
 	--prefix=%{_prefix} \
 	--libdir=%{_prefix}/%_lib \
+	--mandir=%{_mandir} \
 	--disable-mpi \
 	--disable-static
 fi
@@ -84,6 +86,7 @@ if [ -x ./configure ]; then
     CPPFLAGS="-I%{_includedir}/netcdf-3" ./configure \
 	--prefix=%{_prefix} \
 	--libdir=%{_prefix}/%_lib \
+	--mandir=%{_mandir} \
 	--disable-mpi \
 	--disable-static
 else
@@ -91,6 +94,7 @@ else
     CPPFLAGS="-I%{_includedir}/netcdf-3" sh autogen.sh \
 	--prefix=%{_prefix} \
 	--libdir=%{_prefix}/%_lib \
+	--mandir=%{_mandir} \
 	--disable-mpi \
 	--disable-static
 fi
@@ -150,6 +154,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_datadir}/gerris/gfs.lang
 %{_datadir}/mime/packages/*.xml
 %{_datadir}/icons/hicolor/48x48/mimetypes/*.png
+%{_mandir}/man1/*.gz
 
 
 %changelog

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list