Compare commits

...

No commits in common. "main" and "aerc-gcc-go" have entirely different histories.

2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
/BUILD/ /BUILD/
/BUILDROOT/
/RPMS/ /RPMS/
/SOURCES/*.tar.gz /SOURCES/*.tar.gz
/SRPMS/ /SRPMS/

View File

@ -1,6 +1,6 @@
Name: aerc Name: aerc
Version: 0.5.2 Version: 0.5.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: A pretty good email client Summary: A pretty good email client
License: BSD License: BSD
@ -39,7 +39,7 @@ Some of its more interesting features include:
%build %build
GOFLAGS=-tags=notmuch make PREFIX=/usr GOFLAGS=-tags=notmuch make GO=go.gcc PREFIX=/usr
%install %install