The package rpms/golang-deepin-dbus-factory.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/golang-deepin-dbus-factory.git/commi....
Change: -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
Thanks.
Full change: ============
commit ff383bac392d8540673641bbe568eef5a5890359 Author: mosquito sensor.wen@gmail.com Date: Thu Dec 28 22:32:30 2017 +0800
Release 3.1.11
diff --git a/.gitignore b/.gitignore index 02e6765..3210117 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /dbus-factory-3.1.7.tar.gz /dbus-factory-3.1.8.tar.gz /dbus-factory-3.1.10.tar.gz +/dbus-factory-3.1.11.tar.gz diff --git a/deepin-dbus-factory.spec b/deepin-dbus-factory.spec new file mode 100644 index 0000000..e10902c --- /dev/null +++ b/deepin-dbus-factory.spec @@ -0,0 +1,91 @@ +%global debug_package %{nil} +%global repo dbus-factory +%global import_path dbus + +Name: golang-deepin-%{repo} +Version: 3.1.11 +Release: 1%{?dist} +Summary: Golang DBus factory for Deepin Desktop Environment +License: GPLv3+ +URL: https://github.com/linuxdeepin/dbus-factory +Source0: %{url}/archive/%{version}/%{repo}-%{version}.tar.gz + +# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required +ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}} +# If go_compiler is not set to 1, there is no virtual provide. Use golang instead. +BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} + +BuildRequires: golang(pkg.deepin.io/lib) +BuildRequires: deepin-dbus-generator +BuildRequires: jq +BuildRequires: libxml2 +Provides: deepin-go-%{repo} = %{version}-%{release} +Obsoletes: deepin-go-%{repo} < %{version}-%{release} + +%description +Golang DBus factory for Deepin Desktop Environment. + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel +%{summary}. + +This package contains library source intended for +building other packages which use import path with +%{import_path} prefix. + +%prep +%setup -q -n %{repo}-%{version} + +%build +%make_build + +%install +%make_install GOPATH=%{gopath} + +%files devel +%doc README.md +%license LICENSE +%{gopath}/src/dbus/ + +%changelog +* Wed Dec 20 2017 mosquito sensor.wen@gmail.com - 3.1.11-1 +- Update to 3.1.11 + +* Wed Nov 15 2017 mosquito sensor.wen@gmail.com - 3.1.10-1 +- Update to 3.1.10 + +* Fri Oct 27 2017 mosquito sensor.wen@gmail.com - 3.1.9-1 +- Update to 3.1.9 + +* Tue Oct 17 2017 mosquito sensor.wen@gmail.com - 3.1.8-2 +- BR: libxml2 + +* Sat Oct 14 2017 mosquito sensor.wen@gmail.com - 3.1.8-1 +- Update to 3.1.8 + +* Thu Aug 24 2017 mosquito sensor.wen@gmail.com - 3.1.7-2 +- Obsolete deepin-qml-dbus-factory package + +* Thu Aug 3 2017 mosquito sensor.wen@gmail.com - 3.1.7-1 +- Update to 3.1.7 + +* Fri Jul 14 2017 mosquito sensor.wen@gmail.com - 3.1.6-1.git0ef9267 +- Update to 3.1.6 + +* Fri May 19 2017 mosquito sensor.wen@gmail.com - 3.1.4-1.git2308ee3 +- Update to 3.1.4 + +* Sun Feb 26 2017 mosquito sensor.wen@gmail.com - 3.1.0-1.git1fb380c +- Update to 3.1.0 + +* Tue Jan 17 2017 mosquito sensor.wen@gmail.com - 3.0.9-1.git247464a +- Update to 3.0.9 + +* Sun Jul 5 2015 mosquito sensor.wen@gmail.com - 2.90.0-1.git402c0f2 +- Update version to 2.90.0-1.git402c0f2 + +* Mon Sep 29 2014 mosquito sensor.wen@gmail.com - 0.0.2git20140928-1 +- Initial build diff --git a/golang-deepin-dbus-factory.spec b/golang-deepin-dbus-factory.spec deleted file mode 100644 index 27fd04b..0000000 --- a/golang-deepin-dbus-factory.spec +++ /dev/null @@ -1,88 +0,0 @@ -%global debug_package %{nil} -%global repo dbus-factory -%global import_path dbus - -Name: golang-deepin-%{repo} -Version: 3.1.10 -Release: 1%{?dist} -Summary: Golang DBus factory for Deepin Desktop Environment -License: GPLv3+ -URL: https://github.com/linuxdeepin/dbus-factory -Source0: %{url}/archive/%{version}/%{repo}-%{version}.tar.gz - -# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}} -# If go_compiler is not set to 1, there is no virtual provide. Use golang instead. -BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} - -BuildRequires: golang(pkg.deepin.io/lib) -BuildRequires: deepin-dbus-generator -BuildRequires: jq -BuildRequires: libxml2 -Provides: deepin-go-%{repo} = %{version}-%{release} -Obsoletes: deepin-go-%{repo} < %{version}-%{release} - -%description -Golang DBus factory for Deepin Desktop Environment. - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel -%{summary}. - -This package contains library source intended for -building other packages which use import path with -%{import_path} prefix. - -%prep -%setup -q -n %{repo}-%{version} - -%build -%make_build - -%install -%make_install GOPATH=%{gopath} - -%files devel -%doc README.md -%license LICENSE -%{gopath}/src/dbus/ - -%changelog -* Wed Nov 15 2017 mosquito sensor.wen@gmail.com - 3.1.10-1 -- Update to 3.1.10 - -* Fri Oct 27 2017 mosquito sensor.wen@gmail.com - 3.1.9-1 -- Update to 3.1.9 - -* Tue Oct 17 2017 mosquito sensor.wen@gmail.com - 3.1.8-2 -- BR: libxml2 - -* Sat Oct 14 2017 mosquito sensor.wen@gmail.com - 3.1.8-1 -- Update to 3.1.8 - -* Thu Aug 24 2017 mosquito sensor.wen@gmail.com - 3.1.7-2 -- Obsolete deepin-qml-dbus-factory package - -* Thu Aug 3 2017 mosquito sensor.wen@gmail.com - 3.1.7-1 -- Update to 3.1.7 - -* Fri Jul 14 2017 mosquito sensor.wen@gmail.com - 3.1.6-1.git0ef9267 -- Update to 3.1.6 - -* Fri May 19 2017 mosquito sensor.wen@gmail.com - 3.1.4-1.git2308ee3 -- Update to 3.1.4 - -* Sun Feb 26 2017 mosquito sensor.wen@gmail.com - 3.1.0-1.git1fb380c -- Update to 3.1.0 - -* Tue Jan 17 2017 mosquito sensor.wen@gmail.com - 3.0.9-1.git247464a -- Update to 3.0.9 - -* Sun Jul 5 2015 mosquito sensor.wen@gmail.com - 2.90.0-1.git402c0f2 -- Update version to 2.90.0-1.git402c0f2 - -* Mon Sep 29 2014 mosquito sensor.wen@gmail.com - 0.0.2git20140928-1 -- Initial build diff --git a/sources b/sources index 3b9af17..60e5c87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dbus-factory-3.1.10.tar.gz) = 73d7094603d7891f54d1d3c1e56c0bcac446a2d285bebfc24337eb95382a1d3b72e585aa19ff5736da8ebfdf18c23267c53f73a67a0f6ad18cc499b6518d1cb0 +SHA512 (dbus-factory-3.1.11.tar.gz) = 0ea361338bc93939d2adc56c74acaf36b246fc77235cd69a18b5b3715542ab2f1af2830a2bbf30dad500fc8cab35f1c653e241b3745635bce553aab76ff985a2
arch-excludes@lists.fedoraproject.org