Please add me as maintainer.
OBS-URL: https://build.opensuse.org/package/show/server:mail/meli?expand=0&rev=1
This commit is contained in:
commit
4769a3b825
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
24
_service
Normal file
24
_service
Normal file
@ -0,0 +1,24 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://git.meli.delivery/meli/meli</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">15ca25af73a623f15f55eba5d7d6c05a171f4364</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">jubalh@iodoru.org</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">meli</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://git.meli.delivery/meli/meli</param>
|
||||
<param name="changesrevision">15ca25af73a623f15f55eba5d7d6c05a171f4364</param></service></servicedata>
|
5
cargo_config
Normal file
5
cargo_config
Normal file
@ -0,0 +1,5 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
3
meli-alpha-0.7.2~0.tar.xz
Normal file
3
meli-alpha-0.7.2~0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b97a1629637f4f74f78e59b8c7c87367c9b1ac449d66113eb45a08b1dfc99f50
|
||||
size 762672
|
4
meli.changes
Normal file
4
meli.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 14 14:57:54 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Initial package of meli 0.7.2 for openSUSE
|
60
meli.spec
Normal file
60
meli.spec
Normal file
@ -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
|
3
vendor.tar.xz
Normal file
3
vendor.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c222f4da44fca8271f5c335b196aadd4d7197824c4aab65ab7e34a3bf0489918
|
||||
size 30996836
|
Loading…
Reference in New Issue
Block a user