Compare commits
No commits in common. "aerc-gcc-go" and "main" have entirely different histories.
aerc-gcc-g
...
main
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
/BUILD/
|
/BUILD/
|
||||||
|
/BUILDROOT/
|
||||||
/RPMS/
|
/RPMS/
|
||||||
/SOURCES/*.tar.gz
|
/SOURCES/*.tar.gz
|
||||||
/SRPMS/
|
/SRPMS/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: aerc
|
Name: aerc
|
||||||
Version: 0.5.2
|
Version: 0.5.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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 GO=go.gcc PREFIX=/usr
|
GOFLAGS=-tags=notmuch make PREFIX=/usr
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user