## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 9; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.10.0 %bcond_without check # https://github.com/elves/elvish %global goipath src.elv.sh %global forgeurl https://github.com/elves/elvish Version: 0.21.0 %gometa -L -f %global common_description %{expand: Powerful scripting language & Versatile interactive shell.} Name: elvish Release: %autorelease Summary: Powerful scripting language & Versatile interactive shell License: EPL-1.0 AND BSD-2-Clause AND BSD-3-Clause URL: %{gourl} Source: %{gosource} Patch0: https://github.com/elves/elvish/commit/d92693380e4998ad250700aeff8f6229cf20ab7f.patch Provides: golang-github-elves-elvish = %{version}-%{release} Obsoletes: golang-github-elves-elvish < 0.15.0-12 %description %{common_description} %gopkg %prep %goprep -A %autopatch -p1 mv pkg/diff/LICENSE pkg-diff-LICENSE mv pkg/md/spec/LICENSE pkg-md-spec-LICENSE mv pkg/persistent/LICENSE pkg-persistent-LICENSE mv pkg/rpc/LICENSE pkg-rpc-LICENSE mv vscode/LICENSE vscode-LICENSE %generate_buildrequires %go_generate_buildrequires %build %gobuild -o %{gobuilddir}/bin/elvish %{goipath}/cmd/elvish %install install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} # timed out waiting for daemon to start %ifarch ppc64le %gocheck -d pkg/shell %else %gocheck %endif %else %endif %files %license LICENSE pkg-diff-LICENSE pkg-md-spec-LICENSE %license pkg-persistent-LICENSE pkg-rpc-LICENSE vscode-LICENSE %doc README.md docs/security.md docs/contributing.md %{_bindir}/elvish %changelog ## START: Generated by rpmautospec * Fri Aug 15 2025 Maxwell G - 0.21.0-9 - Rebuild for golang-1.25.0 * Fri Aug 15 2025 Maxwell G - 0.21.0-8 - Revert "Rebuild for golang-1.25.0" * Fri Aug 15 2025 Maxwell G - 0.21.0-7 - Rebuild for golang-1.25.0 * Wed Jul 23 2025 Fedora Release Engineering - 0.21.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Thu Jan 16 2025 Fedora Release Engineering - 0.21.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Aug 15 2024 Felix Wang - 0.21.0-4 - fix test on ppc64le * Thu Aug 15 2024 topazus - 0.21.0-3 - Fix test for s390x; fix doc file * Thu Aug 15 2024 topazus - 0.21.0-2 - fix doc files location * Thu Aug 15 2024 topazus - 0.21.0-1 - 0.21.0 * Fri Aug 02 2024 topazus - 0.20.1-4 - fix tests * Wed Jul 17 2024 Fedora Release Engineering - 0.20.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Apr 22 2024 topazus - 0.20.1-2 - fix test on ppc64le of f40 and f39 * Mon Apr 22 2024 topazus - 0.20.1-1 - initial import; rhbz#2276356 ## END: Generated by rpmautospec