Switch to GIT Resource

This commit is contained in:
Matej Cepl 2023-07-26 11:24:03 +02:00
parent d1c68c7fb8
commit 2dda96a1c4
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
4 changed files with 8 additions and 24 deletions

View File

@ -1,16 +1,3 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://git.sr.ht/~mcepl/aerc</param>
<param name="versionprefix">0.15.2+git</param>
<param name="revision">devel</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="set_version" mode="disabled" />
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="disabled" />
</services>

BIN
aerc-0.15.2+git.1690321065.8731eaa.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -24,8 +24,8 @@ Summary: An email client for terminals
License: MIT
Group: Productivity/Networking/Email/Clients
URL: https://aerc-mail.org/
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
#!RemoteAssetUrl: git+https://git.sr.ht/~mcepl/aerc#devel
Source0: vendor.tar.gz
BuildRequires: gcc
BuildRequires: go
BuildRequires: make
@ -38,11 +38,11 @@ Suggests: w3m
aerc is an email client that runs in terminals.
%prep
%autosetup -p1 -a1
# http://ftp.rpm.org/max-rpm/s1-rpm-specref-macros.html
%setup -q -n aerc -c
%autopatch -p1
sed -i "s|^#!%{_bindir}/env python|#!%{_bindir}/python|" \
contrib/carddav-query \
filters/show-ics-details.py
cp -a %{_sourcedir}/aerc/* .
%build
%if "%{_arch}" == "ppc64"

BIN
vendor.tar.gz (Stored with Git LFS)

Binary file not shown.