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



--- Comment #24 from Christopher Meng <[email protected]> ---
1. F20+ has solved this bug, you can drop these:

# we don't want to provide private python extension libs, snippet from:
# http://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering
%{?filter_setup:
%filter_provides_in %{python_sitearch}/.*\.so$ 
%filter_setup
}

2. %package devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name}%{?_isa} = %{version}-%{release}
Requires:       cmake
Requires:       python2-devel
Requires:       boost-devel

%{?_isa} should be used for all Requires.

3. A software suite for chemical informatics, computational chemistry, 
and predictive modeling

Missing a dot.

4. %{python_sitearch} --> %{python2_sitearch}

5. All Group tags can be dropped.

6. Project has moved to github, with a new version:

https://github.com/rdkit/rdkit/releases

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to