commit 03cd17ab6937371f332d50dbbd710f5c28885eb8
Author: Lokesh Mandvekar <[email protected]>
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/%{import_path}
 Source0:        
https://%{import_path}/archive/%{commit}/pty-%{shortcommit}.tar.gz
-%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 <[email protected]> - 0.21.git
+- do not own dirs owned by golang
+- archfulness and defattr for el6 only
+
 * Sat Jun 07 2014 Fedora Release Engineering <[email protected]> 
- 0-0.20.git67e2db2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to