From 4021babfd3ac4ca81c3c5d12cdb29f0c5e026921 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Jul 31 2014 23:41:54 +0000 Subject: archfulness and defattr for el6 only, do not own golang dirs --- diff --git a/golang-googlecode-sqlite.spec b/golang-googlecode-sqlite.spec index a37aff2..281c924 100644 --- a/golang-googlecode-sqlite.spec +++ b/golang-googlecode-sqlite.spec @@ -12,11 +12,7 @@ License: BSD URL: http://%{import_path} Source0: https://gosqlite.googlecode.com/archive/%{rev}.zip Source1: LICENSE-BSD3-Go -%if 0%{?fedora} >= 19 BuildArch: noarch -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif %description %{summary} @@ -53,19 +49,18 @@ for d in sqlite sqlite3; do done %files devel -%defattr(-,root,root,-) %doc LICENSE -%dir %attr(755,root,root) %{gopath} -%dir %attr(755,root,root) %{gopath}/src -%dir %attr(755,root,root) %{gopath}/src/code.google.com -%dir %attr(755,root,root) %{gopath}/src/code.google.com/p -%dir %attr(755,root,root) %{gopath}/src/%{import_path} -%dir %attr(755,root,root) %{gopath}/src/%{import_path}/sqlite -%dir %attr(755,root,root) %{gopath}/src/%{import_path}/sqlite3 +%dir %{gopath}/src/%{import_path} +%dir %{gopath}/src/%{import_path}/sqlite +%dir %{gopath}/src/%{import_path}/sqlite3 %{gopath}/src/%{import_path}/sqlite/*.go %{gopath}/src/%{import_path}/sqlite3/*.go %changelog +* Sun Jul 31 2014 Lokesh Mandvekar - 0-0.11.hg74691fb6f837 +- archfulness and defattr for el6 only +- do not own dirs owned by golang + * Sat Jun 07 2014 Fedora Release Engineering - 0-0.10.hg74691fb6f837 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild