Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8db95a4a7 |
1 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
Name: alot
|
Name: alot
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Experimental terminal MUA based on notmuch mail
|
Summary: Experimental terminal MUA based on notmuch mail
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
|
@ -20,7 +20,8 @@ Requires: python2-notmuch >= 0.13
|
||||||
Requires: python-urwid >= 1.1.0
|
Requires: python-urwid >= 1.1.0
|
||||||
Requires: python2-urwidtrees >= 1.0
|
Requires: python2-urwidtrees >= 1.0
|
||||||
Requires: python2-twisted >= 10.2.0
|
Requires: python2-twisted >= 10.2.0
|
||||||
Requires: python2-magic
|
# F27 python-magic, F28 python2-magic
|
||||||
|
Requires: python-magic
|
||||||
Requires: python2-configobj >= 4.7.0
|
Requires: python2-configobj >= 4.7.0
|
||||||
Requires: python2-gpg
|
Requires: python2-gpg
|
||||||
|
|
||||||
|
|
@ -50,6 +51,9 @@ install -Dpm0644 docs/build/man/alot.1* -t %{buildroot}%{_mandir}/man1/
|
||||||
%{_mandir}/man1/alot.1*
|
%{_mandir}/man1/alot.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 09 2017 Tomas Tomecek <ttomecek@redhat.com> - 0.6-2
|
||||||
|
- use python-magic dep
|
||||||
|
|
||||||
* Mon Oct 02 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6-1
|
* Mon Oct 02 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6-1
|
||||||
- Update to 0.6
|
- Update to 0.6
|
||||||
- Cleanup spec
|
- Cleanup spec
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue