https://bugzilla.redhat.com/show_bug.cgi?id=983608

Christopher Meng <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Christopher Meng <[email protected]> ---
Hi,

Please remove python_sitearch define, BuildRoot tag, rm -rf %{buildroot} in
%install section, whole %clean section and %defattr(-,root,root,-) from your
spec.

As SRPM needs all BRs to build main and sub pkgs, no matter how many
subpackages are existed, please move all BuildRequires in subpackages, like:

BuildRequires:  python2-devel
BuildRequires:    numpy
BuildRequires:    python-ase
BuildRequires:    atlas-devel
BuildRequires:    hdf5-devel
BuildRequires:    libxc-devel
BuildRequires:  scalapack-openmpi-devel
BuildRequires:  blacs-openmpi-devel
BuildRequires:  hdf5-openmpi-devel
BuildRequires:  openmpi-devel
BuildRequires:  scalapack-mpich2-devel
BuildRequires:  blacs-mpich2-devel
BuildRequires:  hdf5-mpich2-devel
BuildRequires:  mpich2-devel

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=zcSbeLayTO&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to