Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ecb91ddb5 | ||
|
|
69b922ef32 | ||
|
|
3b0b2964f3 | ||
|
|
bd17447452 |
3 changed files with 12 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/ugene-1.*.tar.gz
|
||||
/ugene-33.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ugene-1.31.1.tar.gz) = dc4cea8a90432de9b58c4b9e1cfbb01c8e1d65c83889df56323385b2639ab1d248cad13b63a7f6c8d91ba2c12f091580f0893f6af1d32392a043fd25cf6c4954
|
||||
SHA512 (ugene-33.0.tar.gz) = 5e02a1845d7626c1287002a25bfa1551234fc94312963aef2981bdfe70af1959d5b1c4289af0138dfa9ba44846454ba2d4d9cd96f029bac1ab262ed2bc583d87
|
||||
|
|
|
|||
14
ugene.spec
14
ugene.spec
|
|
@ -1,14 +1,14 @@
|
|||
Name: ugene
|
||||
Summary: Integrated bioinformatics toolkit
|
||||
Version: 1.31.1
|
||||
Release: 5%{?dist}
|
||||
Version: 33.0
|
||||
Release: 3%{?dist}
|
||||
#The entire source code is GPLv2+ except:
|
||||
#file src/libs_3rdparty/qtbindings_core/src/qtscriptconcurrent.h which is GPLv2
|
||||
#files in src/plugins_3rdparty/script_debuger/src/qtscriptdebug/ which are GPLv2
|
||||
License: GPLv2+ and GPLv2
|
||||
URL: http://ugene.net
|
||||
Source0: http://ugene.net/downloads/%{name}-%{version}.tar.gz
|
||||
Patch0: ugene-1.31.0.patch
|
||||
#Patch0: ugene-1.31.0.patch
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: mesa-libGLU-devel
|
||||
|
|
@ -22,6 +22,9 @@ BuildRequires: qt5-qttools-devel
|
|||
BuildRequires: qt5-qtwebchannel-devel
|
||||
BuildRequires: qt5-qtwebkit-devel
|
||||
BuildRequires: qt5-qtxmlpatterns-devel
|
||||
BuildRequires: qt5-qtwebengine-devel
|
||||
BuildRequires: qt5-qtwebsockets-devel
|
||||
BuildRequires: qt5-qtwebchannel
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
BuildConflicts: qt-devel
|
||||
|
|
@ -42,7 +45,7 @@ is a designer for custom bioinformatics workflows.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .qt510
|
||||
#%patch0 -p1 -b .qt510
|
||||
|
||||
%build
|
||||
%{qmake_qt5} -r \
|
||||
|
|
@ -77,6 +80,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
|||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Sat Oct 19 2019 Yuliya Algader <yalgaer@redhat.com> - 33.0-3
|
||||
- new release
|
||||
|
||||
* Mon Jun 17 2019 Jan Grulich <jgrulich@redhat.com> - 1.31.1-5
|
||||
- rebuild (qt5)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue