diff --git a/_service b/_service index 3f0a5ad..12f7414 100644 --- a/_service +++ b/_service @@ -1,24 +1,7 @@ - - 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 + + + meli*.tar.gz true diff --git a/cargo_config b/cargo_config deleted file mode 100644 index 6fb4ff4..0000000 --- a/cargo_config +++ /dev/null @@ -1,5 +0,0 @@ -[source.crates-io] -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" \ No newline at end of file diff --git a/meli-0.8.10.tar.gz b/meli-0.8.10.tar.gz new file mode 100644 index 0000000..26f737f --- /dev/null +++ b/meli-0.8.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598479fb05196dd79f65c996b649f2fa5668ec79963d53d776c79fb84f43d172 +size 1522185 diff --git a/meli-alpha-0.7.2~0.tar.xz b/meli-alpha-0.7.2~0.tar.xz deleted file mode 100644 index 9c4be94..0000000 --- a/meli-alpha-0.7.2~0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b97a1629637f4f74f78e59b8c7c87367c9b1ac449d66113eb45a08b1dfc99f50 -size 762672 diff --git a/meli.changes b/meli.changes index ea612cc..4eeffba 100644 --- a/meli.changes +++ b/meli.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Dec 7 23:05:51 UTC 2024 - Soc Virnyl Estela + +- Update to version 0.8.10: + * Two years of changes is too long. See + https://github.com/meli/meli/blob/v0.8.10/CHANGELOG.md instead +- Use shipped source tarball instead of archiving git source +- Move from vendor.tar.xz to vendor.tar.zst +- Remove cargo_config + ------------------------------------------------------------------- Mon Mar 14 14:57:54 UTC 2022 - Michael Vetter diff --git a/meli.spec b/meli.spec index 243e813..1c3ede2 100644 --- a/meli.spec +++ b/meli.spec @@ -17,37 +17,37 @@ Name: meli -Version: 0.7.2~0 +Version: 0.8.10 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 +URL: https://meli-email.org/ +Source0: https://github.com/meli/meli/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source1: vendor.tar.zst BuildRequires: cargo-packaging BuildRequires: dbus-1-glib-devel BuildRequires: libopenssl-devel BuildRequires: sqlite3-devel +BuildRequires: mandoc-bin %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 +%autosetup -a1 -p1 %build %{cargo_build} %install -%{cargo_install} +mkdir -p %{buildroot}%{_bindir} -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 +cp target/release/meli %{buildroot}%{_bindir} + +install -Dm644 meli/docs/meli.1 %{buildroot}%{_mandir}/man1/meli.1 +install -Dm644 meli/docs/meli.conf.5 %{buildroot}%{_mandir}/man5/meli.conf.5 +install -Dm644 meli/docs/meli-themes.5 %{buildroot}%{_mandir}/man5/meli-themes.5 %files %license COPYING diff --git a/vendor.tar.xz b/vendor.tar.xz deleted file mode 100644 index 9092078..0000000 --- a/vendor.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c222f4da44fca8271f5c335b196aadd4d7197824c4aab65ab7e34a3bf0489918 -size 30996836 diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..bdde572 --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f51a1ccc8a130ad4d5d9a9ff1d565eb5b47302952cea0eeea06188cc2c00fa +size 48825859