commit 03cd17ab6937371f332d50dbbd710f5c28885eb8 Author: Lokesh Mandvekar lsm5@fedoraproject.org Date: Thu Jul 31 19:08:47 2014 -0500
dir ownership changes, archfulness handling for el6
golang-github-kr-pty.spec | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) --- diff --git a/golang-github-kr-pty.spec b/golang-github-kr-pty.spec index 4386d8b..e6d6b0b 100644 --- a/golang-github-kr-pty.spec +++ b/golang-github-kr-pty.spec @@ -6,16 +6,12 @@
Name: golang-github-kr-pty Version: 0 -Release: 0.20.git%{shortcommit}%{?dist} +Release: 0.21.git%{shortcommit}%{?dist} Summary: PTY interface for Go License: MIT URL: http://godoc.org/%%7Bimport_path%7D Source0: https://%%7Bimport_path%7D/archive/%%7Bcommit%7D/pty-%%7Bshortcommit%7D.tar.... -%if 0%{?fedora} >= 19 BuildArch: noarch -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif
%description Pty is a Go package for using UNIX pseudo-terminals. @@ -42,16 +38,16 @@ install -d %{buildroot}/%{gopath}/src/%{import_path} cp -av *.go %{buildroot}/%{gopath}/src/%{import_path}
%files devel -%defattr(-,root,root,-) %doc License README.md -%dir %attr(755,root,root) %{gopath} -%dir %attr(755,root,root) %{gopath}/src -%dir %attr(755,root,root) %{gopath}/src/github.com %dir %attr(755,root,root) %{gopath}/src/github.com/kr %dir %attr(755,root,root) %{gopath}/src/github.com/kr/pty %{gopath}/src/%{import_path}/*.go
%changelog +* Thu Jul 31 2014 Lokesh Mandvekar lsm5@fedoraproject.org - 0.21.git +- do not own dirs owned by golang +- archfulness and defattr for el6 only + * Sat Jun 07 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0-0.20.git67e2db2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
golang@lists.fedoraproject.org