[pyqt-mail-checker] Initial import (#983961).

f1ash f1ash at fedoraproject.org
Tue Aug 6 10:08:37 UTC 2013


commit 51e50ea38459064970e6da374dc9f79b4e7a75f4
Author: F1ash <kaperang07 at gmail.com>
Date:   Tue Aug 6 14:07:56 2013 +0400

    Initial import (#983961).

 .gitignore             |    1 +
 pyqt-mail-checker.spec |   98 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 100 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0ea2938 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/2.0.2.tar.gz
diff --git a/pyqt-mail-checker.spec b/pyqt-mail-checker.spec
new file mode 100644
index 0000000..e3ad5e6
--- /dev/null
+++ b/pyqt-mail-checker.spec
@@ -0,0 +1,98 @@
+Name: pyqt-mail-checker
+Version: 2.0.2
+Release: 3%{?dist}
+Summary: Applet periodically checking for new messages in the mailboxes
+Summary(ru): Апплет периодически проверяет наличие новых писем в списке почтовых ящиков
+Group: Applications/Internet
+License: GPLv2+
+Source0: https://github.com/F1ash/%{name}/archive/%{version}.tar.gz
+URL: https://github.com/F1ash/%{name}
+BuildArch: noarch
+
+Requires: python-SocksiPy, python-mailer, python-crypto
+Requires: PyQt4, sound-theme-freedesktop
+# for building the translator`s dictionary
+BuildRequires: qt4-devel
+# for validate the .desktop file
+BuildRequires: desktop-file-utils
+
+%description
+Applet should periodic check for new messages in configured accounts
+and show mail headers in notification.
+Supported protocols: POP3/POP3S/IMAP4/IMAP4S + IMAP4_IDLE.
+Passwords for accounts stored in encrypted container
+(KWallet / Gnome Keyring / Crypto File).
+Support integrated mail viewer with quick answer & forward mail.
+
+%description -l ru
+Апплет периодически проверяет наличие новых писем
+(с момента последней проверки) в списке почтовых ящиков
+и показывает заголовки новой почты в нотификации.
+Поддерживаются POP3\IMAP4(+IDLE) протоколы с None\SSL аутентификацией.
+Пароли к почтовым ящикам содержатся в зашифрованном виде
+(KWallet / Gnome Keyring / Crypto File).
+Есть встроенный предпросмотр почты с возможностью
+быстрого ответа и пересылки.
+
+%prep
+%setup -q
+
+%build
+# nothing to build
+
+%install
+make install DESTDIR=%{buildroot}/%{_prefix}
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+
+%files
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/%{name}
+%{_datadir}/icons/hicolor/32x32/apps/mailChecker*
+%doc README README_RU COPYING Changelog Licenses
+
+%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 Aug  5 2013 Fl at sh <kaperang07 at gmail.com> - 2.0.2-3
+- Summary fixed;
+- release number changed
+
+* Wed Jul 31 2013 Fl at sh <kaperang07 at gmail.com> - 2.0.2-2
+- fixed binary file name;
+- release number changed
+
+* Mon Jul 29 2013 Fl at sh <kaperang07 at gmail.com> - 2.0.2-1
+- description extended;
+- version updated
+
+* Thu Jul 18 2013 Fl at sh <kaperang07 at gmail.com> - 2.0.1-4
+- fixed install tag to macros-style;
+- release number changed
+
+* Wed Jul 17 2013 Fl at sh <kaperang07 at gmail.com> - 2.0.1-3
+- added the desktop-file-validate scriptlet;
+- release number changed
+
+* Wed Jul 17 2013 Fl at sh <kaperang07 at gmail.com> - 2.0.1-2
+- added the icon-cache-update scriptlet with build require;
+- release number changed
+
+* Fri Jul 12 2013 Fl at sh <kaperang07 at gmail.com> - 2.0.1-1
+- version updated
+
+* Tue Jun 11 2013 Fl at sh <kaperang07 at gmail.com> - 2.0.0-1
+- version updated
+
+* Wed Apr 24 2013 Fl at sh <kaperang07 at gmail.com> - 1.12.55-1
+- Initial build
diff --git a/sources b/sources
index e69de29..03f0ce4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+26f57f570c716c7ff7071e2d77712811  2.0.2.tar.gz


More information about the scm-commits mailing list