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
|
Name: openbabel
|
||||||
Version: 2.4.1
|
Version: 2.4.1
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Summary: Chemistry software file format converter
|
Summary: Chemistry software file format converter
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
@ -38,7 +38,7 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: inchi-devel >= 1.0.3
|
BuildRequires: inchi-devel >= 1.0.3
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
BuildRequires: wxGTK-devel
|
BuildRequires: wxGTK3-devel
|
||||||
BuildRequires: ImageMagick
|
BuildRequires: ImageMagick
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -233,6 +233,8 @@ make test
|
|||||||
%{_bindir}/ob*
|
%{_bindir}/ob*
|
||||||
%{_bindir}/roundtrip
|
%{_bindir}/roundtrip
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
%exclude %{_bindir}/obgui
|
||||||
|
%exclude %{_mandir}/man1/obgui.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/%{name}-2.0
|
%{_includedir}/%{name}-2.0
|
||||||
@ -246,6 +248,7 @@ make test
|
|||||||
%{_bindir}/obgui
|
%{_bindir}/obgui
|
||||||
%{_datadir}/applications/obgui.desktop
|
%{_datadir}/applications/obgui.desktop
|
||||||
%{_datadir}/pixmaps/babel.png
|
%{_datadir}/pixmaps/babel.png
|
||||||
|
%{_mandir}/man1/obgui.1*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
@ -274,6 +277,10 @@ make test
|
|||||||
%{ruby_vendorarchdir}/openbabel.so
|
%{ruby_vendorarchdir}/openbabel.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.1-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user