commit 4769a3b825079419395c56b14804608e51101e054ae91417472cd6346f696014 Author: Dr. Werner Fink Date: Mon Mar 14 16:00:24 2022 +0000 Please add me as maintainer. OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..3f0a5ad --- /dev/null +++ b/_service @@ -0,0 +1,24 @@ + + + https://git.meli.delivery/meli/meli + @PARENT_TAG@~@TAG_OFFSET@ + git + 15ca25af73a623f15f55eba5d7d6c05a171f4364 + * + v(\d+\.\d+\.\d+) + \1 + enable + jubalh@iodoru.org + + + + *.tar + xz + + + + meli + xz + true + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..aa8e287 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://git.meli.delivery/meli/meli + 15ca25af73a623f15f55eba5d7d6c05a171f4364 \ No newline at end of file diff --git a/cargo_config b/cargo_config new file mode 100644 index 0000000..6fb4ff4 --- /dev/null +++ b/cargo_config @@ -0,0 +1,5 @@ +[source.crates-io] +replace-with = "vendored-sources" + +[source.vendored-sources] +directory = "vendor" \ No newline at end of file diff --git a/meli-alpha-0.7.2~0.tar.xz b/meli-alpha-0.7.2~0.tar.xz new file mode 100644 index 0000000..9c4be94 --- /dev/null +++ b/meli-alpha-0.7.2~0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97a1629637f4f74f78e59b8c7c87367c9b1ac449d66113eb45a08b1dfc99f50 +size 762672 diff --git a/meli.changes b/meli.changes new file mode 100644 index 0000000..ea612cc --- /dev/null +++ b/meli.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Mar 14 14:57:54 UTC 2022 - Michael Vetter + +- Initial package of meli 0.7.2 for openSUSE diff --git a/meli.spec b/meli.spec new file mode 100644 index 0000000..243e813 --- /dev/null +++ b/meli.spec @@ -0,0 +1,60 @@ +# +# spec file for package meli +# +# Copyright (c) 2022 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: meli +Version: 0.7.2~0 +Release: 0 +Summary: Terminal email client +License: GPL-3.0-or-later +Group: Productivity/Networking/Email/Clients +URL: https://meli.delivery/ +Source0: %{name}-alpha-%{version}.tar.xz +Source1: vendor.tar.xz +Source2: cargo_config +BuildRequires: cargo-packaging +BuildRequires: dbus-1-glib-devel +BuildRequires: libopenssl-devel +BuildRequires: sqlite3-devel + +%description +Terminal email client with support for multiple accounts and Maildir / mbox / notmuch / IMAP / JMAP. + +%prep +%setup -qa1 -n %{name}-alpha-%{version} +mkdir .cargo +cp %{SOURCE2} .cargo/config + +%build +%{cargo_build} + +%install +%{cargo_install} + +install -Dm644 docs/meli.1 %{buildroot}%{_mandir}/man1/meli.1 +install -Dm644 docs/meli.conf.5 %{buildroot}%{_mandir}/man5/meli.conf.5 +install -Dm644 docs/meli-themes.5 %{buildroot}%{_mandir}/man5/meli-themes.5 + +%files +%license COPYING +%doc CHANGELOG.md README.md +%{_bindir}/meli +%{_mandir}/man1/meli.1%{?ext_man} +%{_mandir}/man5/meli-themes.5%{?ext_man} +%{_mandir}/man5/meli.conf.5%{?ext_man} + +%changelog diff --git a/vendor.tar.xz b/vendor.tar.xz new file mode 100644 index 0000000..9092078 --- /dev/null +++ b/vendor.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c222f4da44fca8271f5c335b196aadd4d7197824c4aab65ab7e34a3bf0489918 +size 30996836