[freefem++] move MPI plugins to mpi subpackage

Dominik Mierzejewski rathann at fedoraproject.org
Sun Jul 15 09:41:20 UTC 2012


commit 88afc8454a3b49a19da3dac81f1da114ef80130c
Author: Dominik Mierzejewski <rpm at greysector.net>
Date:   Sun Jul 15 11:41:02 2012 +0200

    move MPI plugins to mpi subpackage

 freefem++.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/freefem++.spec b/freefem++.spec
index 6affb05..a281720 100644
--- a/freefem++.spec
+++ b/freefem++.spec
@@ -4,7 +4,7 @@
 Summary: PDE solving tool
 Name: freefem++
 Version: 3.19
-Release: 1%{dotpl}%{?dist}
+Release: 2%{dotpl}%{?dist}
 URL: http://www.freefem.org/ff++/index.htm
 Group: Applications/Engineering
 Source0: http://www.freefem.org/ff++/ftp/%{name}-%{version}%{dashpl}.tar.gz
@@ -151,6 +151,7 @@ export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
 %{_bindir}/ffglut
 %{_bindir}/ffmedit
 %{_libdir}/freefem++
+%exclude %{_libdir}/freefem++/lib
 %{_sysconfdir}/freefem++.pref
 %dir %{_datadir}/freefem++
 %{_datadir}/freefem++/edp
@@ -172,8 +173,13 @@ export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
 %defattr(-,root,root,-)
 %{_bindir}/FreeFem++-mpi
 %{_bindir}/ff-mpirun
+%{_libdir}/freefem++/lib
+
 
 %changelog
+* Sat Jul 14 2012 Dominik Mierzejewski <rpm at greysector.net> 3.19-2.1
+- move MPI plugins to mpi subpackage
+
 * Fri Jul 13 2012 Dominik Mierzejewski <rpm at greysector.net> 3.19-1.1
 - update to 3.19-1
 - rebased patches


More information about the scm-commits mailing list