Rebuild with wxWidgets 3.0
Exclude obgui from the main openbabel package
This commit is contained in:
parent
f62ca6eccf
commit
5f4a32cc91
@ -9,7 +9,7 @@
|
||||
|
||||
Name: openbabel
|
||||
Version: 2.4.1
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
Summary: Chemistry software file format converter
|
||||
License: GPLv2
|
||||
Group: Applications/File
|
||||
@ -38,7 +38,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: inchi-devel >= 1.0.3
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: swig
|
||||
BuildRequires: wxGTK-devel
|
||||
BuildRequires: wxGTK3-devel
|
||||
BuildRequires: ImageMagick
|
||||
|
||||
%description
|
||||
@ -233,6 +233,8 @@ make test
|
||||
%{_bindir}/ob*
|
||||
%{_bindir}/roundtrip
|
||||
%{_mandir}/man1/*.1*
|
||||
%exclude %{_bindir}/obgui
|
||||
%exclude %{_mandir}/man1/obgui.1*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}-2.0
|
||||
@ -246,6 +248,7 @@ make test
|
||||
%{_bindir}/obgui
|
||||
%{_datadir}/applications/obgui.desktop
|
||||
%{_datadir}/pixmaps/babel.png
|
||||
%{_mandir}/man1/obgui.1*
|
||||
|
||||
%files libs
|
||||
%{_datadir}/%{name}/
|
||||
@ -274,6 +277,10 @@ make test
|
||||
%{ruby_vendorarchdir}/openbabel.so
|
||||
|
||||
%changelog
|
||||
* Wed Nov 07 2018 Scott Talbert <swt@techie.net> - 2.4.1-16
|
||||
- Rebuild with wxWidgets 3.0
|
||||
- Exclude obgui from the main openbabel package
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user