Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 175f738461d43279f1063f8af7d0734b > files > 2

trojita-0.3.92-1.mga3.src.rpm

Name:		trojita
Version:	0.3.92
Release:	%mkrel 1
Group:		Networking/Mail
License:	GPLv2 or GPLv3
Summary:	Qt IMAP e-mail client
Url:		http://trojita.flaska.net
Source0:	http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.bz2

BuildRequires:	qt4-devel
BuildRequires:	qtwebkit-devel
BuildRequires:	qt4-linguist

%description
%{summary}

* A pure Qt4 application with no additional dependencies
* Robust IMAP core implemented using Qt's Model-View framework
* Standards compliance is a design goal
* Support for bandwidth-saving mode aimed at mobile users 
  with expensive connection
* IMAP over SSH -- in addition to usual SSL/TLS connections, 
  the server could be accessed via SSH
* On-demand body part loading
* Offline IMAP support (you can access data you already have; 
  there's no complete "offline mail access" yet, though)
* Safe dealing with HTML mail (actually more robust than Thunderbird's)

%prep
%setup -q

%build
%qmake_qt4 PREFIX=%{_prefix}
%make

%install
rm -fr %{buildroot}
make INSTALL_ROOT=%{buildroot} install

%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/%{name}/locale/*.qm


%changelog

* Fri Mar 01 2013 matteo <matteo> 0.3.92-1.mga3
+ Revision: 400884
- new stable version

* Tue Feb 05 2013 matteo <matteo> 0.3.91-1.mga3
+ Revision: 394745
- new version

* Mon Jan 14 2013 umeabot <umeabot> 0.3.90-2.mga3
+ Revision: 384810
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Jan 06 2013 matteo <matteo> 0.3.90-1.mga3
+ Revision: 340284
- added missing requirement (qt4-linguist)
- new version

* Sat Oct 06 2012 matteo <matteo> 0.3-1.mga3
+ Revision: 303034
- added missing br
- imported package trojita