rpms/ugene/F-10 import.log, NONE, 1.1 ugene.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ivan Efremov iefremov at fedoraproject.org
Tue May 5 03:52:26 UTC 2009


Author: iefremov

Update of /cvs/pkgs/rpms/ugene/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32680/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ugene.spec 
Log Message:


* Thu Apr 30 2009 Ivan Efremov <iefremov at unipro.ru> - 1.4.1-2 
- Initial commit




--- NEW FILE import.log ---
ugene-1_4_1-2_fc10:F-10:ugene-1.4.1-2.fc10.src.rpm:1241065195


--- NEW FILE ugene.spec ---
Name:    ugene
Summary: Integrated bioinformatics toolkit
Version: 1.4.1
Release: 2%{?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
Group:   Applications/Engineering
URL:     http://ugene.unipro.ru
Source0: http://ugene.unipro.ru/downloads/%{name}-%{version}.tar.gz

Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: qt-devel >= 4.4 zlib-devel
#We need strict versions of qt for correct work of src/libs_3rdparty/qtbindings_*
Requires:  qt >= 4.4.3 qt-x11 >= 4.4.3

%description
Unipro UGENE is a cross-platform visual environment for DNA and protein
sequence analysis. UGENE integrates the most important bioinformatics
computational algorithms and provides an easy-to-use GUI for performing
complex analysis of the genomic data. One of the main features of UGENE
is a designer for custom bioinformatics workflows.

%prep
%setup -q

%build
# replacing lrelease -> lrelease-qt4 for compatibility with fedora
sed -i -e 's/lrelease/lrelease-qt4/g' src/qtranslate.cmd
%_bindir/qmake-qt4 -r \
        INSTALL_BINDIR=%{_bindir} \
        INSTALL_LIBDIR=%{_libdir} \
        INSTALL_DATADIR=%{_datadir} \
        INSTALL_MANDIR=%{_mandir}

make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install INSTALL_ROOT=%{buildroot}
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_libdir}/%{name}/
%{_datadir}/applications/*
%{_datadir}/pixmaps/*
%{_datadir}/%{name}/
%{_mandir}/man1/*
%doc COPYRIGHT LICENSE

%changelog
* Tue Mar 24 2009 Ivan Efremov <iefremov at unipro.ru> - 1.4.1-1
- Upstream version change

* Fri Mar 06 2009 Ivan Efremov <iefremov at unipro.ru> - 1.4.0-1
- Upstream version change

* Mon Feb 02 2009 Ivan Efremov <iefremov at unipro.ru> - 1.3.3-1
- Initial release of rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ugene/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 Apr 2009 19:45:38 -0000	1.1
+++ .cvsignore	5 May 2009 03:51:56 -0000	1.2
@@ -0,0 +1 @@
+ugene-1.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ugene/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 Apr 2009 19:45:38 -0000	1.1
+++ sources	5 May 2009 03:51:56 -0000	1.2
@@ -0,0 +1 @@
+0b5539ccbee90d1bf80f313b709198df  ugene-1.4.1.tar.gz




More information about the fedora-extras-commits mailing list