[mpqc] Libint require must be in -libs, not main package.

Susi Lehtola jussilehtola at fedoraproject.org
Thu Sep 11 21:56:27 UTC 2014


commit b763caf5fe85a4d38b723b2ef4e6c20fbd443966
Author: Susi Lehtola <jussilehtola at fedoraproject.org>
Date:   Thu Sep 11 23:59:45 2014 +0200

    Libint require must be in -libs, not main package.

 mpqc.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/mpqc.spec b/mpqc.spec
index f9cdde8..fd20751 100644
--- a/mpqc.spec
+++ b/mpqc.spec
@@ -1,22 +1,19 @@
 Name:           mpqc
 Summary:        Ab-inito chemistry program
 Version:        2.3.1
-Release:        28.1%{?dist}
+Release:        29%{?dist}
 License:        GPLv2+ and LGPLv2+
 Group:          Applications/Engineering
 URL:            http://www.mpqc.org/
 Source:         http://downloads.sourceforge.net/mpqc/%{name}-%{version}.tar.bz2
 Patch0:         mpqc-2.3.1-mdv-fix-wfn-lib.patch
 Patch1:         mpqc-2.3.1-format-security.patch
-Requires:       %{name}-libs = %{version}-%{release}
+Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 BuildRequires:  libtool flex bison
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-gfortran tk doxygen
 BuildRequires:  libint-devel atlas-devel
 
-# Libint can have API breakage between releases
-Requires:       libint(api)%{?_isa} = %{_libint_apiversion}
-
 %description
 MPQC is the Massively Parallel Quantum Chemistry Program. It computes
 properties of atoms and molecules from first principles using the time
@@ -47,6 +44,8 @@ with a graphical browser like Mozilla.
 Summary:    Main libraries for %{name}
 Group:      Development/Libraries
 Requires:   %{name}-data = %{version}-%{release}
+# Libint can have API breakage between releases
+Requires:   libint(api)%{?_isa} = %{_libint_apiversion}
 
 %description libs
 This package contains the shared libraries needed to run programs
@@ -178,6 +177,9 @@ chmod 755 %{buildroot}%{_bindir}/chkmpqcout
 
 
 %changelog
+* Thu Sep 11 2014 Susi Lehtola <jussilehtola at fedoraproject.org> - 2.3.1-29
+- Libint require needs to be in -libs, not main package.
+
 * Thu Sep 11 2014 Susi Lehtola <jussilehtola at fedoraproject.org> - 2.3.1-28.1
 - Forgot to do buildroot override.
 


More information about the scm-commits mailing list