Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 886100 Details for
Bug 1080411
Review Request: trojita - IMAP e-mail client
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
trojita-0.4.1-2
trojita.spec (text/plain), 3.48 KB, created by
Karel Volný
on 2014-04-14 11:31:35 UTC
(
hide
)
Description:
trojita-0.4.1-2
Filename:
MIME Type:
Creator:
Karel Volný
Created:
2014-04-14 11:31:35 UTC
Size:
3.48 KB
patch
obsolete
>Name: trojita >Version: 0.4.1 >Release: 2%{?dist} ># Almost everything: dual-licensed under the GPLv2 or GPLv3 ># (with KDE e.V. provision for relicensing) ># src/XtConnect: BSD ># src/Imap/Parser/3rdparty/kcodecs.*: LGPLv2 ># Nokia imports: LGPLv2.1 or GPLv3 ># src/Imap/Parser/3rdparty/rfccodecs.cpp: LGPLv2+ ># src/qwwsmtpclient/: GPLv2 >## note that LGPL 2.1 short name is LGPLv2 according to >## https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses >License: (GPLv2 or GPLv3) and BSD and LGPLv2 and (LGPLv2 or GPLv3) and LGPLv2+ and GPLv2 >Summary: Qt IMAP e-mail client >URL: http://trojita.flaska.net/ >Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 > >BuildRequires: cmake >BuildRequires: qtwebkit-devel ># needed for %%check >BuildRequires: xorg-x11-server-Xvfb >%global X_display ":98" > >%global _hardened_build 1 > > >%description >Trojitá is a Qt IMAP e-mail client which: > * Enables you to access your mail anytime, anywhere. > * Does not slow you down. If we can improve the productivity of an e-mail > user, we better do. > * Respects open standards and facilitates modern technologies. We value > the vendor-neutrality that IMAP provides and are committed to be as > interoperable as possible. > * Is efficient â be it at conserving the network bandwidth, keeping memory > use at a reasonable level or not hogging the system's CPU. > * Can be used on many platforms. One UI is not enough for everyone, but our > IMAP core works fine on anything from desktop computers to cell phones > and big ERP systems. > * Plays well with the rest of the ecosystem. We don't like reinventing wheels, > but when the existing wheels quite don't fit the tracks, we're not afraid > of making them work. > > >%prep >%setup -q ># remove 'x-test' language ># https://bugs.kde.org/show_bug.cgi?id=332578 >rm po/trojita_common_x-test.po >sed -i -e "/x-test/d" src/Gui/trojita.desktop > > >%build ># change path for the library ># https://bugs.kde.org/show_bug.cgi?id=332579 >%cmake \ > -DBUILD_SHARED_LIBS:BOOL=OFF \ > -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir}/%{name} \ > -DCMAKE_INSTALL_RPATH=%{_libdir}/%{name} >make %{?_smp_mflags} > > >%install >make %{?_smp_mflags} DESTDIR=%{buildroot} install >%find_lang %{name}_common --with-qt > > >%files -f %{name}_common.lang >%doc LICENSE README >%dir %{_libdir}/%{name} >%{_libdir}/%{name}/libtrojita_plugins.so >%{_bindir}/%{name} >%{_bindir}/be.contacts >%{_datadir}/applications/%{name}.desktop >%dir %{_datadir}/icons/hicolor >%dir %{_datadir}/icons/hicolor/* >%dir %{_datadir}/icons/hicolor/*/apps >%{_datadir}/icons/hicolor/32x32/apps/%{name}.png >%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg >%dir %{_datadir}/%{name} >%dir %{_datadir}/%{name}/locale > > >%check >export DISPLAY=%{X_display} >Xvfb %{X_display} & >trap "kill $! || true" EXIT >ctest --output-on-failure > > >%post >/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : > > >%postun >if [ $1 -eq 0 ] ; then > /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null > /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : >fi > > >%posttrans >/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : > > >%changelog >* Mon Apr 14 2014 Karel Volný <kvolny@redhat.com> 0.4.1-2 >- Fixed icon handling and added comments as per the package review >- https://bugzilla.redhat.com/show_bug.cgi?id=1080411#c2 > >* Tue Mar 25 2014 Karel Volný <kvolny@redhat.com> 0.4.1-1 >- Initial Fedora version based on upstream OBS package
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1080411
: 886100 |
1009812