Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
Arch-excludes
June 2018
----- 2025 -----
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
arch-excludes@lists.fedoraproject.org
2 participants
531 discussions
Start a n
N
ew thread
Architecture specific change in rpms/golang-layeh-gopher-luar.git
by githook-noreply@fedoraproject.org
28 Jun '18
28 Jun '18
The package rpms/golang-layeh-gopher-luar.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-layeh-gopher-luar.git/commit…
. Change: -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm}} Thanks. Full change: ============ commit 99a3c249d965fb15c4bf2b94d0a66c668911f0c3 Author: Robert-André Mauchin <zebob.m(a)gmail.com> Date: Thu Jun 28 23:59:49 2018 +0200 Add missing archive diff --git a/.gitignore b/.gitignore index 627c91b..3c77ef6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gopher-luar-1.0.1.tar.gz +/gopher-luar-1.0.3.tar.gz diff --git a/sources b/sources index cd2c894..11fc0f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gopher-luar-1.0.1.tar.gz) = d8617eb5e25b727a14e50730d035d9bdf93c4eb506b47d62b47da9d97320499620397e837709ea1bdfeef4266c87672d06b426e9f6db5b1d0b674d3998eb390b +SHA512 (gopher-luar-1.0.3.tar.gz) = 4b8e2680e0c744f9856251b55c3a4c5d35e46a6323c67301fdecb61966ac6e6e2db038bd4a1cf13409a87f08c0e81c767dbfb294b590fd90f23401691df1a6af commit 8324e3d9f6845be745b196c2d5a477cfc8e96493 Author: Robert-André Mauchin <zebob.m(a)gmail.com> Date: Thu Jun 28 23:44:23 2018 +0200 Bump to 1.0.3 diff --git a/golang-layeh-gopher-luar.spec b/golang-layeh-gopher-luar.spec index 5afa67a..140e934 100644 --- a/golang-layeh-gopher-luar.spec +++ b/golang-layeh-gopher-luar.spec @@ -1,185 +1,62 @@ -# If any of the following macros should be set otherwise, -# you can wrap any of them with the following conditions: -# - %%if 0%%{centos} == 7 -# - %%if 0%%{?rhel} == 7 -# - %%if 0%%{?fedora} == 23 -# Or just test for particular distribution: -# - %%if 0%%{centos} -# - %%if 0%%{?rhel} -# - %%if 0%%{?fedora} -# -# Be aware, on centos, both %%rhel and %%centos are set. If you want to test -# rhel specific macros, you can use %%if 0%%{?rhel} && 0%%{?centos} == 0 condition. -# (Don't forget to replace double percentage symbol with single one in order to apply a condition) - -# Generate devel rpm -%global with_devel 1 -# Build project from bundled dependencies -%global with_bundled 0 -# Build with debug info rpm -%global with_debug 0 # Run tests in check section -%global with_check 1 -# Generate unit-test rpm -%global with_unit_test 1 - -%if 0%{?with_debug} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} -%endif - - -%global provider github -%global provider_tld com -%global project layeh -%global repo gopher-luar -#
https://github.com/layeh/gopher-luar
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path
layeh.com/gopher-luar
-%global commit 6a6a71f079f7e727b5331cd48cf3dfc6028743c7 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20170713 +%bcond_without check -Name: golang-%{project}-%{repo} -Version: 1.0.1 -Release: 2%{?dist} -Summary: Custom type reflection for gopher-lua -License: MPLv2.0 -URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/v%{version}/%{repo}-%{version}.tar.gz +%global goipath
layeh.com/gopher-luar
+%global forgeurl
https://github.com/layeh/gopher-luar
+Version: 1.0.3 -# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{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} +%global common_description %{expand: +Custom type reflection for gopher-lua.} +%gometa +Name: %{goname} +Release: 1%{?dist} +Summary: Custom type reflection for gopher-lua +License: MPLv2.0 +URL: %{gourl} +Source: %{gosource} -%description -%{summary} - -%if 0%{?with_devel} -%package devel -Summary: %{summary} -BuildArch: noarch - -%if 0%{?with_check} && ! 0%{?with_bundled} BuildRequires:
golang(github.com/yuin/gopher-lua)
-%endif -Requires:
golang(github.com/yuin/gopher-lua)
+%description +%{common_description} -Provides: golang(%{import_path}) = %{version}-%{release} +%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. -%endif - -%if 0%{?with_unit_test} && 0%{?with_devel} -%package unit-test-devel -Summary: Unit tests for %{name} package -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} - -%if 0%{?with_check} && ! 0%{?with_bundled} -%endif - - -%description unit-test-devel -%{summary} +%{common_description} + +This package contains the source code needed for building packages that import +the %{goipath} Go namespace. -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif %prep -%autosetup -n %{repo}-%{version} +%forgeautosetup + -%build %install -# source codes for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ; do - dirprefix=$(dirname $file) - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list - - while [ "$dirprefix" != "." ]; do - echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list - dirprefix=$(dirname $dirprefix) - done -done -%endif +%goinstall -# testing files for this project -%if 0%{?with_unit_test} && 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test-devel.file-list -for file in $(find . -iname "*_test.go") ; do - dirprefix=$(dirname $file) - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list - - while [ "$dirprefix" != "." ]; do - echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list - dirprefix=$(dirname $dirprefix) - done -done -%endif - -%if 0%{?with_devel} -sort -u -o devel.file-list devel.file-list -%endif +%if %{with check} %check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%if ! 0%{?with_bundled} -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -%else -# No dependency directories so far - -export GOPATH=%{buildroot}/%{gopath}:%{gopath} +%gochecks %endif -%if ! 0%{?gotest:1} -%global gotest go test -%endif -%gotest %{import_path} -%endif - -#define license tag if not already defined -%{!?_licensedir:%global license %doc} - - -%if 0%{?with_devel} %files devel -f devel.file-list %license LICENSE %doc README.md -%endif -%if 0%{?with_unit_test} && 0%{?with_devel} -%files unit-test-devel -f unit-test-devel.file-list -%license LICENSE -%doc README.md -%endif %changelog +* Thu Jun 28 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.0.3-1 +- Bump to 1.0.3 + * Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-2 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1
0
0
0
Architecture specific change in rpms/golang-layeh-gopher-luar.git
by githook-noreply@fedoraproject.org
28 Jun '18
28 Jun '18
The package rpms/golang-layeh-gopher-luar.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-layeh-gopher-luar.git/commit…
. Change: -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{arm}} Thanks. Full change: ============ commit 8324e3d9f6845be745b196c2d5a477cfc8e96493 Author: Robert-André Mauchin <zebob.m(a)gmail.com> Date: Thu Jun 28 23:44:23 2018 +0200 Bump to 1.0.3 diff --git a/golang-layeh-gopher-luar.spec b/golang-layeh-gopher-luar.spec index 5afa67a..140e934 100644 --- a/golang-layeh-gopher-luar.spec +++ b/golang-layeh-gopher-luar.spec @@ -1,185 +1,62 @@ -# If any of the following macros should be set otherwise, -# you can wrap any of them with the following conditions: -# - %%if 0%%{centos} == 7 -# - %%if 0%%{?rhel} == 7 -# - %%if 0%%{?fedora} == 23 -# Or just test for particular distribution: -# - %%if 0%%{centos} -# - %%if 0%%{?rhel} -# - %%if 0%%{?fedora} -# -# Be aware, on centos, both %%rhel and %%centos are set. If you want to test -# rhel specific macros, you can use %%if 0%%{?rhel} && 0%%{?centos} == 0 condition. -# (Don't forget to replace double percentage symbol with single one in order to apply a condition) - -# Generate devel rpm -%global with_devel 1 -# Build project from bundled dependencies -%global with_bundled 0 -# Build with debug info rpm -%global with_debug 0 # Run tests in check section -%global with_check 1 -# Generate unit-test rpm -%global with_unit_test 1 - -%if 0%{?with_debug} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} -%endif - - -%global provider github -%global provider_tld com -%global project layeh -%global repo gopher-luar -#
https://github.com/layeh/gopher-luar
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path
layeh.com/gopher-luar
-%global commit 6a6a71f079f7e727b5331cd48cf3dfc6028743c7 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20170713 +%bcond_without check -Name: golang-%{project}-%{repo} -Version: 1.0.1 -Release: 2%{?dist} -Summary: Custom type reflection for gopher-lua -License: MPLv2.0 -URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/v%{version}/%{repo}-%{version}.tar.gz +%global goipath
layeh.com/gopher-luar
+%global forgeurl
https://github.com/layeh/gopher-luar
+Version: 1.0.3 -# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 aarch64 %{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} +%global common_description %{expand: +Custom type reflection for gopher-lua.} +%gometa +Name: %{goname} +Release: 1%{?dist} +Summary: Custom type reflection for gopher-lua +License: MPLv2.0 +URL: %{gourl} +Source: %{gosource} -%description -%{summary} - -%if 0%{?with_devel} -%package devel -Summary: %{summary} -BuildArch: noarch - -%if 0%{?with_check} && ! 0%{?with_bundled} BuildRequires:
golang(github.com/yuin/gopher-lua)
-%endif -Requires:
golang(github.com/yuin/gopher-lua)
+%description +%{common_description} -Provides: golang(%{import_path}) = %{version}-%{release} +%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. -%endif - -%if 0%{?with_unit_test} && 0%{?with_devel} -%package unit-test-devel -Summary: Unit tests for %{name} package -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} - -%if 0%{?with_check} && ! 0%{?with_bundled} -%endif - - -%description unit-test-devel -%{summary} +%{common_description} + +This package contains the source code needed for building packages that import +the %{goipath} Go namespace. -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif %prep -%autosetup -n %{repo}-%{version} +%forgeautosetup + -%build %install -# source codes for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -echo "%%dir %%{gopath}/src/%%{import_path}/." >> devel.file-list -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . \( -iname "*.go" -or -iname "*.s" \) \! -iname "*_test.go") ; do - dirprefix=$(dirname $file) - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list - - while [ "$dirprefix" != "." ]; do - echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list - dirprefix=$(dirname $dirprefix) - done -done -%endif +%goinstall -# testing files for this project -%if 0%{?with_unit_test} && 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test-devel.file-list -for file in $(find . -iname "*_test.go") ; do - dirprefix=$(dirname $file) - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$dirprefix - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test-devel.file-list - - while [ "$dirprefix" != "." ]; do - echo "%%dir %%{gopath}/src/%%{import_path}/$dirprefix" >> devel.file-list - dirprefix=$(dirname $dirprefix) - done -done -%endif - -%if 0%{?with_devel} -sort -u -o devel.file-list devel.file-list -%endif +%if %{with check} %check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%if ! 0%{?with_bundled} -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -%else -# No dependency directories so far - -export GOPATH=%{buildroot}/%{gopath}:%{gopath} +%gochecks %endif -%if ! 0%{?gotest:1} -%global gotest go test -%endif -%gotest %{import_path} -%endif - -#define license tag if not already defined -%{!?_licensedir:%global license %doc} - - -%if 0%{?with_devel} %files devel -f devel.file-list %license LICENSE %doc README.md -%endif -%if 0%{?with_unit_test} && 0%{?with_devel} -%files unit-test-devel -f unit-test-devel.file-list -%license LICENSE -%doc README.md -%endif %changelog +* Thu Jun 28 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 1.0.3-1 +- Bump to 1.0.3 + * Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.0.1-2 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1
0
0
0
Architecture specific change in rpms/golang-github-russross-blackfriday.git
by githook-noreply@fedoraproject.org
28 Jun '18
28 Jun '18
The package rpms/golang-github-russross-blackfriday.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-github-russross-blackfriday.…
. Change: -%ifarch 0%{?gccgo_arches} Thanks. Full change: ============ commit 5b8c2ba534b8019529df9d58b92027c6a976b40e Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 13:07:20 2018 +0200 Sync all branches diff --git a/golang-github-russross-blackfriday.spec b/golang-github-russross-blackfriday.spec index aa9fa6f..83107e6 100644 --- a/golang-github-russross-blackfriday.spec +++ b/golang-github-russross-blackfriday.spec @@ -33,6 +33,7 @@ building other packages which use import path with %prep %gosetup -q cp %{SOURCE1} %{SOURCE2} . + %install files="$(find . -iname 'testdata' -type d)" %goinstall glide.lock glide.yaml ${files} commit adc9671e495abd61bf49a24c878588b83a06afbf Merge: cb0729e a404f8e Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 13:06:28 2018 +0200 Merge branch 'f27' commit cb0729e640bd24fba50e97e270ab2181555638f7 Merge: c4ee2e2 b0e91f2 Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 13:05:52 2018 +0200 Merge branch 'f28' commit c4ee2e2645f26f0cb50e1f2b8400720265facc93 Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 13:02:19 2018 +0200 Upload glide files diff --git a/.gitignore b/.gitignore index b4cce68..4df8710 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/blackfriday-4048872.tar.gz -/blackfriday-55d61fa.tar.gz +/blackfriday-55d61fa8aa702f59229e6cff85793c22e580eaf5.tar.gz diff --git a/glide.lock b/glide.lock new file mode 100644 index 0000000..a361c3a --- /dev/null +++ b/glide.lock @@ -0,0 +1,4 @@ +hash: ??? +imports: [] +updated: '2018-06-28T11:02:33.257528+00:00' + diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..e69de29 diff --git a/golang-github-russross-blackfriday.spec b/golang-github-russross-blackfriday.spec index 0d68d24..aa9fa6f 100644 --- a/golang-github-russross-blackfriday.spec +++ b/golang-github-russross-blackfriday.spec @@ -1,18 +1,20 @@ #
http://github.com/russross/blackfriday
-%global provider_prefix
github.com/russross/blackfriday
-%global gobaseipath %{provider_prefix} + +%global goipath
github.com/russross/blackfriday
%global commit 55d61fa8aa702f59229e6cff85793c22e580eaf5 -%global commitdate 20180215 -%gocraftmeta -i + +%gometa -i Name: %{goname} Version: 2.0.0 -Release: 1.%{commitdate}git%{shortcommit}%{?dist} +Release: 2%{?dist} Summary: Markdown processor implemented in Go License: BSD URL: %{gourl} Source0: %{gosource} +Source1: glide.yaml +Source2: glide.yaml %description %{summary} @@ -26,13 +28,14 @@ BuildArch: noarch This package contains library source intended for building other packages which use import path with -%{gobaseipath} prefix. +%{goipath} prefix. %prep -%gosetup - +%gosetup -q +cp %{SOURCE1} %{SOURCE2} . %install -%goinstall $(find . -iname "testdata" -type d) +files="$(find . -iname 'testdata' -type d)" +%goinstall glide.lock glide.yaml ${files} %check %gochecks @@ -45,6 +48,9 @@ building other packages which use import path with %doc README.md %changelog +* Thu Jun 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 2.0.0-2.git55d61fa +- Upload glide files + * Thu Mar 01 2018 Athos Ribeiro <athoscr(a)fedoraproject.org> - 2.0.0-1.20180215git55d61fa - Bump to upstream 55d61fa8aa702f59229e6cff85793c22e580eaf5 diff --git a/sources b/sources index 944cab8..7934eab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blackfriday-55d61fa.tar.gz) = b51935e194057e93bf976f48165dfd0cdc3b2e9f175078c19e12ef39d1698e3a24f7f14741633b8526c5b6f79f236232b2910331d1ad43dd1f214bac636f04f4 +SHA512 (blackfriday-55d61fa8aa702f59229e6cff85793c22e580eaf5.tar.gz) = b51935e194057e93bf976f48165dfd0cdc3b2e9f175078c19e12ef39d1698e3a24f7f14741633b8526c5b6f79f236232b2910331d1ad43dd1f214bac636f04f4 commit a404f8e3bdfb527d1318af518d79e590dc1fe2c1 Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 12:38:48 2018 +0200 Upload glide files diff --git a/.gitignore b/.gitignore index 911ebeb..ad07b1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/blackfriday-4048872.tar.gz +/blackfriday-4048872b16cc0fc2c5fd9eacf0ed2c2fedaa0c8c.tar.gz diff --git a/glide.lock b/glide.lock new file mode 100644 index 0000000..407f28e --- /dev/null +++ b/glide.lock @@ -0,0 +1,4 @@ +hash: 514603a8ede9edb7244340baf29ffacc8aca929e08541c4e5348b294d9997228 +imports: [] +updated: '2018-06-28T10:37:44.703749+00:00' + diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..d0758fd --- /dev/null +++ b/glide.yaml @@ -0,0 +1,3 @@ +import: [] +package:
github.com/russross/blackfriday
+ diff --git a/golang-github-russross-blackfriday.spec b/golang-github-russross-blackfriday.spec index ad76132..861d8aa 100644 --- a/golang-github-russross-blackfriday.spec +++ b/golang-github-russross-blackfriday.spec @@ -1,18 +1,20 @@ #
http://github.com/russross/blackfriday
-%global provider_prefix
github.com/russross/blackfriday
-%global gobaseipath %{provider_prefix} + +%global goipath
github.com/russross/blackfriday
%global commit 4048872b16cc0fc2c5fd9eacf0ed2c2fedaa0c8c -%global commitdate 20170728 -%gocraftmeta -i + +%gometa -i Name: %{goname} Version: 1.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Markdown processor implemented in Go License: BSD URL: %{gourl} Source0: %{gosource} +Source1: glide.yaml +Source2: glide.yaml %description %{summary} @@ -26,13 +28,14 @@ BuildArch: noarch This package contains library source intended for building other packages which use import path with -%{gobaseipath} prefix. +%{goipath} prefix. %prep -%gosetup - +%gosetup -q +cp %{SOURCE1} %{SOURCE2} . %install -%goinstall $(find . -iname "testdata" -type d) +files="$(find . -iname 'testdata' -type d)" +%goinstall glide.lock glide.yaml ${files} %check %gochecks @@ -45,6 +48,9 @@ building other packages which use import path with %doc README.md %changelog +* Thu Jun 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 1.5-4.git4048872 +- Upload glide files + * Thu Mar 01 2018 Jan Chaloupka <jchaloup(a)redhat.com> - Autogenerate some parts using the new macros diff --git a/sources b/sources index 6d72ff2..ee16b26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blackfriday-4048872.tar.gz) = 2c358bb8453030d432cf75b4457a9c13ae8b46f206dccdf8a764727faa78fb3a3ecaece7b074ce479856c6dd116e66187768c176501babc2a5713acab2d19276 +SHA512 (blackfriday-4048872b16cc0fc2c5fd9eacf0ed2c2fedaa0c8c.tar.gz) = 2c358bb8453030d432cf75b4457a9c13ae8b46f206dccdf8a764727faa78fb3a3ecaece7b074ce479856c6dd116e66187768c176501babc2a5713acab2d19276 commit d5d61f22842ecaffe15a5f696c39b3ba422d65b9 Author: Athos Ribeiro <athoscr(a)fedoraproject.org> Date: Sat Mar 3 01:40:42 2018 -0300 Bump to upstream 55d61fa diff --git a/.gitignore b/.gitignore index 911ebeb..b4cce68 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /blackfriday-4048872.tar.gz +/blackfriday-55d61fa.tar.gz diff --git a/golang-github-russross-blackfriday.spec b/golang-github-russross-blackfriday.spec index ad76132..0d68d24 100644 --- a/golang-github-russross-blackfriday.spec +++ b/golang-github-russross-blackfriday.spec @@ -1,14 +1,14 @@ #
http://github.com/russross/blackfriday
%global provider_prefix
github.com/russross/blackfriday
%global gobaseipath %{provider_prefix} -%global commit 4048872b16cc0fc2c5fd9eacf0ed2c2fedaa0c8c -%global commitdate 20170728 +%global commit 55d61fa8aa702f59229e6cff85793c22e580eaf5 +%global commitdate 20180215 %gocraftmeta -i Name: %{goname} -Version: 1.5 -Release: 3%{?dist} +Version: 2.0.0 +Release: 1.%{commitdate}git%{shortcommit}%{?dist} Summary: Markdown processor implemented in Go License: BSD URL: %{gourl} @@ -45,6 +45,9 @@ building other packages which use import path with %doc README.md %changelog +* Thu Mar 01 2018 Athos Ribeiro <athoscr(a)fedoraproject.org> - 2.0.0-1.20180215git55d61fa +- Bump to upstream 55d61fa8aa702f59229e6cff85793c22e580eaf5 + * Thu Mar 01 2018 Jan Chaloupka <jchaloup(a)redhat.com> - Autogenerate some parts using the new macros diff --git a/sources b/sources index 6d72ff2..944cab8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (blackfriday-4048872.tar.gz) = 2c358bb8453030d432cf75b4457a9c13ae8b46f206dccdf8a764727faa78fb3a3ecaece7b074ce479856c6dd116e66187768c176501babc2a5713acab2d19276 +SHA512 (blackfriday-55d61fa.tar.gz) = b51935e194057e93bf976f48165dfd0cdc3b2e9f175078c19e12ef39d1698e3a24f7f14741633b8526c5b6f79f236232b2910331d1ad43dd1f214bac636f04f4 commit fd2416533135a482b48daf762e58df49addcae05 Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Mar 1 23:25:33 2018 +0100 Autogenerate some parts using the new macros diff --git a/golang-github-russross-blackfriday.spec b/golang-github-russross-blackfriday.spec index fc40ab7..ad76132 100644 --- a/golang-github-russross-blackfriday.spec +++ b/golang-github-russross-blackfriday.spec @@ -1,161 +1,53 @@ -# If any of the following macros should be set otherwise, -# you can wrap any of them with the following conditions: -# - %%if 0%%{centos} == 7 -# - %%if 0%%{?rhel} == 7 -# - %%if 0%%{?fedora} == 23 -# Or just test for particular distribution: -# - %%if 0%%{centos} -# - %%if 0%%{?rhel} -# - %%if 0%%{?fedora} -# -# Be aware, on centos, both %%rhel and %%centos are set. If you want to test -# rhel specific macros, you can use %%if 0%%{?rhel} && 0%%{?centos} == 0 condition. -# (Don't forget to replace double percentage symbol with single one in order to apply a condition) - -# Generate devel rpm -%global with_devel 1 -# Build project from bundled dependencies -%global with_bundled 0 -# Build with debug info rpm -%global with_debug 0 -# Run tests in check section -%global with_check 1 -# Generate unit-test rpm -%global with_unit_test 1 - -%if 0%{?with_debug} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} -%endif - -%global provider github -%global provider_tld com -%global project russross -%global repo blackfriday -#
https://github.com/russross/blackfriday
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} +#
http://github.com/russross/blackfriday
+%global provider_prefix
github.com/russross/blackfriday
+%global gobaseipath %{provider_prefix} %global commit 4048872b16cc0fc2c5fd9eacf0ed2c2fedaa0c8c -%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20170728 -Name: golang-%{provider}-%{project}-%{repo} +%gocraftmeta -i + +Name: %{goname} Version: 1.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Markdown processor implemented in Go License: BSD -URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.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} +URL: %{gourl} +Source0: %{gosource} %description %{summary} -%if 0%{?with_devel} %package devel Summary: %{summary} BuildArch: noarch -%if 0%{?with_check} -%endif - -Provides: golang(%{import_path}) = %{version}-%{release} - %description devel %{summary} This package contains library source intended for building other packages which use import path with -%{import_path} prefix. -%endif - -%if 0%{?with_unit_test} -%package unit-test -Summary: Unit tests for %{name} package - -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} - -%description unit-test -%{summary} - -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif +%{gobaseipath} prefix. %prep -%setup -q -n %{repo}-%{commit} - -%build +%gosetup %install -# source codes for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list -done -%endif - -# testing files for this project -%if 0%{?with_unit_test} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test.file-list -for file in $(find . -iname "*_test.go"); do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list -done -cp -r testdata %{buildroot}/%{gopath}/src/%{import_path}/. -echo "%%{gopath}/src/%%{import_path}/testdata" >> unit-test.file-list -%endif +%goinstall $(find . -iname "testdata" -type d) %check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%ifarch 0%{?gccgo_arches} -function gotest { %{gcc_go_test} "$@"; } -%else -%if 0%{?golang_test:1} -function gotest { %{golang_test} "$@"; } -%else -function gotest { go test "$@"; } -%endif -%endif - -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -gotest %{import_path} -%endif +%gochecks #define license tag if not already defined %{!?_licensedir:%global license %doc} -%if 0%{?with_devel} %files devel -f devel.file-list %license LICENSE.txt %doc README.md -%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} -%dir %{gopath}/src/%{import_path} -%endif - -%if 0%{?with_unit_test} -%files unit-test -f unit-test.file-list -%license LICENSE.txt -%doc README.md -%endif %changelog +* Thu Mar 01 2018 Jan Chaloupka <jchaloup(a)redhat.com> +- Autogenerate some parts using the new macros + * Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.5-2 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1
0
0
0
Architecture specific change in rpms/webkit2-sharp.git
by githook-noreply@fedoraproject.org
28 Jun '18
28 Jun '18
The package rpms/webkit2-sharp.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/webkit2-sharp.git/commit/?id=b604b5…
. Change: +ExclusiveArch: %mono_arches Thanks. Full change: ============ commit b604b5182020b09a676aa0315a3f2b865df77ad9 Author: Robert-André Mauchin <zebob.m(a)gmail.com> Date: Thu Jun 28 12:53:16 2018 +0200 Remove ldconfig diff --git a/webkit2-sharp.spec b/webkit2-sharp.spec index 6ca9aff..e4309c8 100644 --- a/webkit2-sharp.spec +++ b/webkit2-sharp.spec @@ -1,50 +1,48 @@ -%global commit a59fd76dd730432c76b12ee6347ea66567107ab9 -%global commitdate 20170219 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commit a59fd76dd730432c76b12ee6347ea66567107ab9 +%global snapshotdate 20170219 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) -Name: webkit2-sharp -Version: 0 -Release: 0.6%{?commitdate:.%{commitdate}git%{shortcommit}}%{?dist} -Summary: C# bindings for WebKit 2 with GTK+ 3 +Name: webkit2-sharp +Version: 0 +Release: 0.7%{?snapshotdate:.%{snapshotdate}git%{shortcommit}}%{?dist} +Summary: C# bindings for WebKit 2 with GTK+ 3 -License: MIT -URL:
https://github.com/hbons/%{name}
+License: MIT +URL:
https://github.com/hbons/%{name}
%{?shortcommit: -Source0: %url/archive/%{commit}/%{name}-%{shortcommit}.tar.gz} +Source0: %url/archive/%{commit}/%{name}-%{shortcommit}.tar.gz} %{!?shortcommit: -Source0: %url/archive/%{commit}/%{name}-%{version}.tar.gz} - -Patch0: %{name}-a59fd76-fix_libdir.patch - -Requires: webkit2gtk3 -BuildRequires: pkgconfig(webkit2gtk-4.0) -BuildRequires: pkgconfig(mono) -BuildRequires: pkgconfig(gtk-sharp-3.0) -BuildRequires: pkgconfig(gapi-3.0) -BuildRequires: pkgconfig(monodoc) -BuildRequires: libxslt -BuildRequires: dos2unix -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: intltool -BuildRequires: libtool -BuildRequires: gettext - -ExclusiveArch: %mono_arches +Source0: %url/archive/%{commit}/%{name}-%{version}.tar.gz} + +Patch0: %{name}-a59fd76-fix_libdir.patch + +Requires: webkit2gtk3 +BuildRequires: pkgconfig(webkit2gtk-4.0) +BuildRequires: pkgconfig(mono) +BuildRequires: pkgconfig(gtk-sharp-3.0) +BuildRequires: pkgconfig(gapi-3.0) +BuildRequires: pkgconfig(monodoc) +BuildRequires: libxslt +BuildRequires: dos2unix +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: intltool +BuildRequires: libtool +BuildRequires: gettext + +ExclusiveArch: %mono_arches #https://fedoraproject.org/wiki/Packaging:Mono#Empty_debuginfo %global debug_package %{nil} - %description C# bindings for WebKit 2 with GTK+ 3 %package devel -Summary: Development files for WebKit2-sharp -Requires: %{name} = %{version}-%{release} -Requires: pkgconfig - +Summary: Development files for WebKit2-sharp +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig %description devel Development files for WebKit2-sharp @@ -56,6 +54,7 @@ Development files for WebKit2-sharp %{!?shortcommit: %autosetup -n %{name}-%{version}} + %build ./autogen.sh %configure --disable-static @@ -64,14 +63,12 @@ sed -i 's/\r$//' COPYING # No parallel make, race condition with monodoc make + %install %make_install find %{buildroot} -name '*.la' -delete -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig %files %license COPYING @@ -80,11 +77,16 @@ find %{buildroot} -name '*.la' -delete %{_datadir}/gapi-3.0/webkit2-sharp-api.xml %{_libdir}/libwebkit2sharpglue-2.10.9.so + %files devel %{_libdir}/pkgconfig/webkit2-sharp-4.0.pc %{_prefix}/lib/monodoc/sources/webkit2-sharp* + %changelog +* Thu Jun 28 2018 Robert-André Mauchin <zebob.m(a)gmail.com> - 0-0.7.20170219gita59fd76 +- Remove ldconfig + * Fri Feb 09 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.6.20170219gita59fd76 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1
0
0
0
Architecture specific change in rpms/golang-github-rcrowley-go-metrics.git
by githook-noreply@fedoraproject.org
28 Jun '18
28 Jun '18
The package rpms/golang-github-rcrowley-go-metrics.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-github-rcrowley-go-metrics.g…
. Change: -%ifarch 0%{?gccgo_arches} Thanks. Full change: ============ commit 4392aa97db01f1c6e93fd2cfc5eb0b0346419690 Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 12:38:39 2018 +0200 Upload glide files diff --git a/.gitignore b/.gitignore index ffe5f37..0a53935 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/go-metrics-dee209f.tar.gz +/go-metrics-dee209f2455f101a5e4e593dea94872d2c62d85d.tar.gz diff --git a/glide.lock b/glide.lock new file mode 100644 index 0000000..237d883 --- /dev/null +++ b/glide.lock @@ -0,0 +1,10 @@ +hash: 2fde1cf6ebde7b88bd4fd37e0ccd095573b65966cc9e6c5e4fa605d94b99bc02 +imports: +- name:
github.com/influxdb/influxdb
+ subpackages: + - client + version: b611d020cd78886232cfa6c2ea0606b49d307ed2 +- name:
github.com/stathat/go
+ version: 01d012b9ee2ecc107cb28b6dd32d9019ed5c1d77 +updated: '2018-06-28T10:37:26.147406+00:00' + diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..aca853c --- /dev/null +++ b/glide.yaml @@ -0,0 +1,9 @@ +import: +- package:
github.com/influxdb/influxdb
+ subpackages: + - client + version: b611d020cd78886232cfa6c2ea0606b49d307ed2 +- package:
github.com/stathat/go
+ version: 01d012b9ee2ecc107cb28b6dd32d9019ed5c1d77 +package:
github.com/rcrowley/go-metrics
+ diff --git a/golang-github-rcrowley-go-metrics.spec b/golang-github-rcrowley-go-metrics.spec index efbcff2..c5225c5 100644 --- a/golang-github-rcrowley-go-metrics.spec +++ b/golang-github-rcrowley-go-metrics.spec @@ -1,182 +1,55 @@ -%if 0%{?fedora} || 0%{?rhel} == 6 -%global with_devel 1 -%global with_bundled 0 -%global with_debug 0 -# Test failed in koji: meter_test.go:35: m.RateMean() didn't decrease -%global with_check 0 -%global with_unit_test 1 -%else -%global with_devel 0 -%global with_bundled 0 -%global with_debug 0 -%global with_check 0 -%global with_unit_test 0 -%endif - -%if 0%{?with_debug} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} -%endif - -%define copying() \ -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 \ -%license %{*} \ -%else \ -%doc %{*} \ -%endif - -%global provider github -%global provider_tld com -%global project rcrowley -%global repo go-metrics -#
https://github.com/rcrowley/go-metrics
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} +#
http://github.com/rcrowley/go-metrics
+ +%global goipath
github.com/rcrowley/go-metrics
%global commit dee209f2455f101a5e4e593dea94872d2c62d85d -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -Name: golang-%{provider}-%{project}-%{repo} + +%gometa -i + +Name: golang-github-rcrowley-go-metrics Version: 0 -Release: 0.12.git%{shortcommit}%{?dist} +Release: 0.13%{?dist} Summary: Go port of Coda Hales Metrics library License: BSD -URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz - -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif +URL: %{gourl} +Source0: %{gosource} +Source1: glide.yaml +Source2: glide.yaml %description Go port of Coda Hales Metrics library -%if 0%{?with_devel} %package devel Summary: %{summary} BuildArch: noarch -%if 0%{?with_check} BuildRequires:
golang(github.com/influxdb/influxdb/client)
BuildRequires:
golang(github.com/stathat/go)
-%endif - -Requires:
golang(github.com/influxdb/influxdb/client)
-Requires:
golang(github.com/stathat/go)
- -Provides: golang(%{import_path}) = %{version}-%{release} -Provides: golang(%{import_path}/influxdb) = %{version}-%{release} -Provides: golang(%{import_path}/librato) = %{version}-%{release} -Provides: golang(%{import_path}/stathat) = %{version}-%{release} %description devel %{summary} This package contains library source intended for building other packages which use import path with -%{import_path} prefix. -%endif - -%if 0%{?with_unit_test} -%package unit-test -Summary: Unit tests for %{name} package -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif - -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} - -%description unit-test -%{summary} - -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif +%{goipath} prefix. %prep -%setup -q -n %{repo}-%{commit} - -%build -# the ./cmd pieces are presently examples - +%gosetup -q +cp %{SOURCE1} %{SOURCE2} . %install -# source codes for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list -done -%endif - -# testing files for this project -%if 0%{?with_unit_test} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test.file-list -for file in $(find . -iname "*_test.go"); do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list -done -%endif +%goinstall glide.lock glide.yaml %check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%ifarch 0%{?gccgo_arches} -function gotest { %{gcc_go_test} "$@"; } -%else -%if 0%{?golang_test:1} -function gotest { %{golang_test} "$@"; } -%else -function gotest { go test "$@"; } -%endif -%endif - -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -gotest %{import_path} -%endif - -%if 0%{?with_devel} -%files devel -f devel.file-list -%copying LICENSE -%doc memory.md README.md -%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} -%dir %{gopath}/src/%{import_path} -%endif +%gochecks -d . -%if 0%{?with_unit_test} -%files unit-test -f unit-test.file-list -%copying LICENSE +%files devel -f devel.file-list +%license LICENSE %doc memory.md README.md -%endif %changelog +* Thu Jun 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 0-0.13.gitdee209f +- Upload glide files + * Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.12.gitdee209f - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources index c281624..46fd955 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5b6e19362605db78e222a1f8776f50c go-metrics-dee209f.tar.gz +SHA512 (go-metrics-dee209f2455f101a5e4e593dea94872d2c62d85d.tar.gz) = ed93f768f8acfa667e1d484551c72f0452e5e00f1337b54f202fc054a1c4ce0814f1cb546b6aabc0e5db81e75e03c663c2ab6ce46362558c6ecad171ba5ef652
1
0
0
0
Architecture specific change in rpms/golang-github-rcrowley-go-metrics.git
by githook-noreply@fedoraproject.org
28 Jun '18
28 Jun '18
The package rpms/golang-github-rcrowley-go-metrics.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-github-rcrowley-go-metrics.g…
. Change: -%ifarch 0%{?gccgo_arches} Thanks. Full change: ============ commit 4392aa97db01f1c6e93fd2cfc5eb0b0346419690 Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 12:38:39 2018 +0200 Upload glide files diff --git a/.gitignore b/.gitignore index ffe5f37..0a53935 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/go-metrics-dee209f.tar.gz +/go-metrics-dee209f2455f101a5e4e593dea94872d2c62d85d.tar.gz diff --git a/glide.lock b/glide.lock new file mode 100644 index 0000000..237d883 --- /dev/null +++ b/glide.lock @@ -0,0 +1,10 @@ +hash: 2fde1cf6ebde7b88bd4fd37e0ccd095573b65966cc9e6c5e4fa605d94b99bc02 +imports: +- name:
github.com/influxdb/influxdb
+ subpackages: + - client + version: b611d020cd78886232cfa6c2ea0606b49d307ed2 +- name:
github.com/stathat/go
+ version: 01d012b9ee2ecc107cb28b6dd32d9019ed5c1d77 +updated: '2018-06-28T10:37:26.147406+00:00' + diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..aca853c --- /dev/null +++ b/glide.yaml @@ -0,0 +1,9 @@ +import: +- package:
github.com/influxdb/influxdb
+ subpackages: + - client + version: b611d020cd78886232cfa6c2ea0606b49d307ed2 +- package:
github.com/stathat/go
+ version: 01d012b9ee2ecc107cb28b6dd32d9019ed5c1d77 +package:
github.com/rcrowley/go-metrics
+ diff --git a/golang-github-rcrowley-go-metrics.spec b/golang-github-rcrowley-go-metrics.spec index efbcff2..c5225c5 100644 --- a/golang-github-rcrowley-go-metrics.spec +++ b/golang-github-rcrowley-go-metrics.spec @@ -1,182 +1,55 @@ -%if 0%{?fedora} || 0%{?rhel} == 6 -%global with_devel 1 -%global with_bundled 0 -%global with_debug 0 -# Test failed in koji: meter_test.go:35: m.RateMean() didn't decrease -%global with_check 0 -%global with_unit_test 1 -%else -%global with_devel 0 -%global with_bundled 0 -%global with_debug 0 -%global with_check 0 -%global with_unit_test 0 -%endif - -%if 0%{?with_debug} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} -%endif - -%define copying() \ -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 \ -%license %{*} \ -%else \ -%doc %{*} \ -%endif - -%global provider github -%global provider_tld com -%global project rcrowley -%global repo go-metrics -#
https://github.com/rcrowley/go-metrics
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} +#
http://github.com/rcrowley/go-metrics
+ +%global goipath
github.com/rcrowley/go-metrics
%global commit dee209f2455f101a5e4e593dea94872d2c62d85d -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -Name: golang-%{provider}-%{project}-%{repo} + +%gometa -i + +Name: golang-github-rcrowley-go-metrics Version: 0 -Release: 0.12.git%{shortcommit}%{?dist} +Release: 0.13%{?dist} Summary: Go port of Coda Hales Metrics library License: BSD -URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz - -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif +URL: %{gourl} +Source0: %{gosource} +Source1: glide.yaml +Source2: glide.yaml %description Go port of Coda Hales Metrics library -%if 0%{?with_devel} %package devel Summary: %{summary} BuildArch: noarch -%if 0%{?with_check} BuildRequires:
golang(github.com/influxdb/influxdb/client)
BuildRequires:
golang(github.com/stathat/go)
-%endif - -Requires:
golang(github.com/influxdb/influxdb/client)
-Requires:
golang(github.com/stathat/go)
- -Provides: golang(%{import_path}) = %{version}-%{release} -Provides: golang(%{import_path}/influxdb) = %{version}-%{release} -Provides: golang(%{import_path}/librato) = %{version}-%{release} -Provides: golang(%{import_path}/stathat) = %{version}-%{release} %description devel %{summary} This package contains library source intended for building other packages which use import path with -%{import_path} prefix. -%endif - -%if 0%{?with_unit_test} -%package unit-test -Summary: Unit tests for %{name} package -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif - -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} - -%description unit-test -%{summary} - -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif +%{goipath} prefix. %prep -%setup -q -n %{repo}-%{commit} - -%build -# the ./cmd pieces are presently examples - +%gosetup -q +cp %{SOURCE1} %{SOURCE2} . %install -# source codes for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list -done -%endif - -# testing files for this project -%if 0%{?with_unit_test} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test.file-list -for file in $(find . -iname "*_test.go"); do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list -done -%endif +%goinstall glide.lock glide.yaml %check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%ifarch 0%{?gccgo_arches} -function gotest { %{gcc_go_test} "$@"; } -%else -%if 0%{?golang_test:1} -function gotest { %{golang_test} "$@"; } -%else -function gotest { go test "$@"; } -%endif -%endif - -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -gotest %{import_path} -%endif - -%if 0%{?with_devel} -%files devel -f devel.file-list -%copying LICENSE -%doc memory.md README.md -%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} -%dir %{gopath}/src/%{import_path} -%endif +%gochecks -d . -%if 0%{?with_unit_test} -%files unit-test -f unit-test.file-list -%copying LICENSE +%files devel -f devel.file-list +%license LICENSE %doc memory.md README.md -%endif %changelog +* Thu Jun 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 0-0.13.gitdee209f +- Upload glide files + * Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.12.gitdee209f - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources index c281624..46fd955 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5b6e19362605db78e222a1f8776f50c go-metrics-dee209f.tar.gz +SHA512 (go-metrics-dee209f2455f101a5e4e593dea94872d2c62d85d.tar.gz) = ed93f768f8acfa667e1d484551c72f0452e5e00f1337b54f202fc054a1c4ce0814f1cb546b6aabc0e5db81e75e03c663c2ab6ce46362558c6ecad171ba5ef652
1
0
0
0
Architecture specific change in rpms/golang-github-rcrowley-go-metrics.git
by githook-noreply@fedoraproject.org
28 Jun '18
28 Jun '18
The package rpms/golang-github-rcrowley-go-metrics.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-github-rcrowley-go-metrics.g…
. Change: -%ifarch 0%{?gccgo_arches} Thanks. Full change: ============ commit 4392aa97db01f1c6e93fd2cfc5eb0b0346419690 Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 12:38:39 2018 +0200 Upload glide files diff --git a/.gitignore b/.gitignore index ffe5f37..0a53935 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/go-metrics-dee209f.tar.gz +/go-metrics-dee209f2455f101a5e4e593dea94872d2c62d85d.tar.gz diff --git a/glide.lock b/glide.lock new file mode 100644 index 0000000..237d883 --- /dev/null +++ b/glide.lock @@ -0,0 +1,10 @@ +hash: 2fde1cf6ebde7b88bd4fd37e0ccd095573b65966cc9e6c5e4fa605d94b99bc02 +imports: +- name:
github.com/influxdb/influxdb
+ subpackages: + - client + version: b611d020cd78886232cfa6c2ea0606b49d307ed2 +- name:
github.com/stathat/go
+ version: 01d012b9ee2ecc107cb28b6dd32d9019ed5c1d77 +updated: '2018-06-28T10:37:26.147406+00:00' + diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..aca853c --- /dev/null +++ b/glide.yaml @@ -0,0 +1,9 @@ +import: +- package:
github.com/influxdb/influxdb
+ subpackages: + - client + version: b611d020cd78886232cfa6c2ea0606b49d307ed2 +- package:
github.com/stathat/go
+ version: 01d012b9ee2ecc107cb28b6dd32d9019ed5c1d77 +package:
github.com/rcrowley/go-metrics
+ diff --git a/golang-github-rcrowley-go-metrics.spec b/golang-github-rcrowley-go-metrics.spec index efbcff2..c5225c5 100644 --- a/golang-github-rcrowley-go-metrics.spec +++ b/golang-github-rcrowley-go-metrics.spec @@ -1,182 +1,55 @@ -%if 0%{?fedora} || 0%{?rhel} == 6 -%global with_devel 1 -%global with_bundled 0 -%global with_debug 0 -# Test failed in koji: meter_test.go:35: m.RateMean() didn't decrease -%global with_check 0 -%global with_unit_test 1 -%else -%global with_devel 0 -%global with_bundled 0 -%global with_debug 0 -%global with_check 0 -%global with_unit_test 0 -%endif - -%if 0%{?with_debug} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} -%endif - -%define copying() \ -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 \ -%license %{*} \ -%else \ -%doc %{*} \ -%endif - -%global provider github -%global provider_tld com -%global project rcrowley -%global repo go-metrics -#
https://github.com/rcrowley/go-metrics
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} +#
http://github.com/rcrowley/go-metrics
+ +%global goipath
github.com/rcrowley/go-metrics
%global commit dee209f2455f101a5e4e593dea94872d2c62d85d -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -Name: golang-%{provider}-%{project}-%{repo} + +%gometa -i + +Name: golang-github-rcrowley-go-metrics Version: 0 -Release: 0.12.git%{shortcommit}%{?dist} +Release: 0.13%{?dist} Summary: Go port of Coda Hales Metrics library License: BSD -URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz - -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif +URL: %{gourl} +Source0: %{gosource} +Source1: glide.yaml +Source2: glide.yaml %description Go port of Coda Hales Metrics library -%if 0%{?with_devel} %package devel Summary: %{summary} BuildArch: noarch -%if 0%{?with_check} BuildRequires:
golang(github.com/influxdb/influxdb/client)
BuildRequires:
golang(github.com/stathat/go)
-%endif - -Requires:
golang(github.com/influxdb/influxdb/client)
-Requires:
golang(github.com/stathat/go)
- -Provides: golang(%{import_path}) = %{version}-%{release} -Provides: golang(%{import_path}/influxdb) = %{version}-%{release} -Provides: golang(%{import_path}/librato) = %{version}-%{release} -Provides: golang(%{import_path}/stathat) = %{version}-%{release} %description devel %{summary} This package contains library source intended for building other packages which use import path with -%{import_path} prefix. -%endif - -%if 0%{?with_unit_test} -%package unit-test -Summary: Unit tests for %{name} package -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif - -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} - -%description unit-test -%{summary} - -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif +%{goipath} prefix. %prep -%setup -q -n %{repo}-%{commit} - -%build -# the ./cmd pieces are presently examples - +%gosetup -q +cp %{SOURCE1} %{SOURCE2} . %install -# source codes for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list -done -%endif - -# testing files for this project -%if 0%{?with_unit_test} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test.file-list -for file in $(find . -iname "*_test.go"); do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list -done -%endif +%goinstall glide.lock glide.yaml %check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%ifarch 0%{?gccgo_arches} -function gotest { %{gcc_go_test} "$@"; } -%else -%if 0%{?golang_test:1} -function gotest { %{golang_test} "$@"; } -%else -function gotest { go test "$@"; } -%endif -%endif - -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -gotest %{import_path} -%endif - -%if 0%{?with_devel} -%files devel -f devel.file-list -%copying LICENSE -%doc memory.md README.md -%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} -%dir %{gopath}/src/%{import_path} -%endif +%gochecks -d . -%if 0%{?with_unit_test} -%files unit-test -f unit-test.file-list -%copying LICENSE +%files devel -f devel.file-list +%license LICENSE %doc memory.md README.md -%endif %changelog +* Thu Jun 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 0-0.13.gitdee209f +- Upload glide files + * Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.12.gitdee209f - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources index c281624..46fd955 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5b6e19362605db78e222a1f8776f50c go-metrics-dee209f.tar.gz +SHA512 (go-metrics-dee209f2455f101a5e4e593dea94872d2c62d85d.tar.gz) = ed93f768f8acfa667e1d484551c72f0452e5e00f1337b54f202fc054a1c4ce0814f1cb546b6aabc0e5db81e75e03c663c2ab6ce46362558c6ecad171ba5ef652 commit fa80c443c580d4a5970714571e764ddef9f5dada Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Wed Feb 7 14:49:40 2018 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/golang-github-rcrowley-go-metrics.spec b/golang-github-rcrowley-go-metrics.spec index 9d39f46..efbcff2 100644 --- a/golang-github-rcrowley-go-metrics.spec +++ b/golang-github-rcrowley-go-metrics.spec @@ -38,7 +38,7 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 0 -Release: 0.11.git%{shortcommit}%{?dist} +Release: 0.12.git%{shortcommit}%{?dist} Summary: Go port of Coda Hales Metrics library License: BSD URL: https://%{provider_prefix} @@ -177,6 +177,9 @@ gotest %{import_path} %endif %changelog +* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.12.gitdee209f +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+ * Wed Aug 02 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.11.gitdee209f - Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1
0
0
0
Architecture specific change in rpms/golang-github-ryanuber-columnize.git
by githook-noreply@fedoraproject.org
28 Jun '18
28 Jun '18
The package rpms/golang-github-ryanuber-columnize.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-github-ryanuber-columnize.gi…
. Change: -%ifarch 0%{?gccgo_arches} Thanks. Full change: ============ commit 181caad73a8712ddba70ca6dd90b717fbbed1f13 Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 12:42:01 2018 +0200 Upload glide files diff --git a/.gitignore b/.gitignore index c60bd5b..d44bbb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/columnize-983d3a5.tar.gz +/columnize-983d3a5fab1bf04d1b412465d2d9f8430e2e917e.tar.gz diff --git a/glide.lock b/glide.lock new file mode 100644 index 0000000..e3e7a99 --- /dev/null +++ b/glide.lock @@ -0,0 +1,4 @@ +hash: 5d37c443a8d5ee51eb6dde3335dcc5e2fb451b629f06ea8af551214a2925c538 +imports: [] +updated: '2018-06-28T10:41:27.776461+00:00' + diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..5150041 --- /dev/null +++ b/glide.yaml @@ -0,0 +1,3 @@ +import: [] +package:
github.com/ryanuber/columnize
+ diff --git a/golang-github-ryanuber-columnize.spec b/golang-github-ryanuber-columnize.spec index 968d728..8594757 100644 --- a/golang-github-ryanuber-columnize.spec +++ b/golang-github-ryanuber-columnize.spec @@ -1,172 +1,53 @@ -%if 0%{?fedora} || 0%{?rhel} == 6 -%global with_devel 1 -%global with_bundled 0 -%global with_debug 0 -%global with_check 1 -%global with_unit_test 1 -%else -%global with_devel 0 -%global with_bundled 0 -%global with_debug 0 -%global with_check 0 -%global with_unit_test 0 -%endif - -%if 0%{?with_debug} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} -%endif - -%define copying() \ -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 \ -%license %{*} \ -%else \ -%doc %{*} \ -%endif - -%global provider github -%global provider_tld com -%global project ryanuber -%global repo columnize -#
https://github.com/ryanuber/columnize
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} +#
http://github.com/ryanuber/columnize
+ +%global goipath
github.com/ryanuber/columnize
%global commit 983d3a5fab1bf04d1b412465d2d9f8430e2e917e -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -Name: golang-%{provider}-%{project}-%{repo} + +%gometa -i + +Name: %{goname} Version: 0 -Release: 0.9.git%{shortcommit}%{?dist} +Release: 0.10%{?dist} Summary: Easy column formatted output for golang License: MIT -URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz - -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif +URL: %{gourl} +Source0: %{gosource} +Source1: glide.yaml +Source2: glide.yaml + %description %{summary} -%if 0%{?with_devel} %package devel Summary: %{summary} BuildArch: noarch -%if 0%{?with_check} -%endif - -Provides: golang(%{import_path}) = %{version}-%{release} - %description devel %{summary} This package contains library source intended for building other packages which use import path with -%{import_path} prefix. -%endif - -%if 0%{?with_unit_test} -%package unit-test -Summary: Unit tests for %{name} package -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif - -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} - -%description unit-test -%{summary} - -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif +%{goipath} prefix. %prep -%setup -q -n %{repo}-%{commit} - -%build - +%gosetup -q +cp %{SOURCE1} %{SOURCE2} . %install -# source codes for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list -done -%endif - -# testing files for this project -%if 0%{?with_unit_test} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test.file-list -for file in $(find . -iname "*_test.go"); do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list -done -%endif +%goinstall glide.lock glide.yaml %check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%ifarch 0%{?gccgo_arches} -function gotest { %{gcc_go_test} "$@"; } -%else -%if 0%{?golang_test:1} -function gotest { %{golang_test} "$@"; } -%else -function gotest { go test "$@"; } -%endif -%endif - -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -gotest %{import_path} -%endif - -%if 0%{?with_devel} -%files devel -f devel.file-list -%copying COPYING -%doc README.md -%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} -%dir %{gopath}/src/%{import_path} -%endif +%gochecks -%if 0%{?with_unit_test} -%files unit-test -f unit-test.file-list -%copying COPYING +%files devel -f devel.file-list +%license COPYING %doc README.md -%endif %changelog +* Thu Jun 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 0-0.10.git983d3a5 +- Upload glide files + * Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.9.git983d3a5 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources index 220476b..1ff81ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea013157ff5b77c298820daf20c628b3 columnize-983d3a5.tar.gz +SHA512 (columnize-983d3a5fab1bf04d1b412465d2d9f8430e2e917e.tar.gz) = 0c746f39fe3f5b9ab0c62c188fe92183c23908fce2952d4ada366cedf204dc58883d717666d71fc1b37f5ed00411da39cfbd4d37ce5cf10012cdecc5704149b1
1
0
0
0
Architecture specific change in rpms/golang-github-ryanuber-columnize.git
by githook-noreply@fedoraproject.org
28 Jun '18
28 Jun '18
The package rpms/golang-github-ryanuber-columnize.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-github-ryanuber-columnize.gi…
. Change: -%ifarch 0%{?gccgo_arches} Thanks. Full change: ============ commit 181caad73a8712ddba70ca6dd90b717fbbed1f13 Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 12:42:01 2018 +0200 Upload glide files diff --git a/.gitignore b/.gitignore index c60bd5b..d44bbb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/columnize-983d3a5.tar.gz +/columnize-983d3a5fab1bf04d1b412465d2d9f8430e2e917e.tar.gz diff --git a/glide.lock b/glide.lock new file mode 100644 index 0000000..e3e7a99 --- /dev/null +++ b/glide.lock @@ -0,0 +1,4 @@ +hash: 5d37c443a8d5ee51eb6dde3335dcc5e2fb451b629f06ea8af551214a2925c538 +imports: [] +updated: '2018-06-28T10:41:27.776461+00:00' + diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..5150041 --- /dev/null +++ b/glide.yaml @@ -0,0 +1,3 @@ +import: [] +package:
github.com/ryanuber/columnize
+ diff --git a/golang-github-ryanuber-columnize.spec b/golang-github-ryanuber-columnize.spec index 968d728..8594757 100644 --- a/golang-github-ryanuber-columnize.spec +++ b/golang-github-ryanuber-columnize.spec @@ -1,172 +1,53 @@ -%if 0%{?fedora} || 0%{?rhel} == 6 -%global with_devel 1 -%global with_bundled 0 -%global with_debug 0 -%global with_check 1 -%global with_unit_test 1 -%else -%global with_devel 0 -%global with_bundled 0 -%global with_debug 0 -%global with_check 0 -%global with_unit_test 0 -%endif - -%if 0%{?with_debug} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} -%endif - -%define copying() \ -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 \ -%license %{*} \ -%else \ -%doc %{*} \ -%endif - -%global provider github -%global provider_tld com -%global project ryanuber -%global repo columnize -#
https://github.com/ryanuber/columnize
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} +#
http://github.com/ryanuber/columnize
+ +%global goipath
github.com/ryanuber/columnize
%global commit 983d3a5fab1bf04d1b412465d2d9f8430e2e917e -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -Name: golang-%{provider}-%{project}-%{repo} + +%gometa -i + +Name: %{goname} Version: 0 -Release: 0.9.git%{shortcommit}%{?dist} +Release: 0.10%{?dist} Summary: Easy column formatted output for golang License: MIT -URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz - -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif +URL: %{gourl} +Source0: %{gosource} +Source1: glide.yaml +Source2: glide.yaml + %description %{summary} -%if 0%{?with_devel} %package devel Summary: %{summary} BuildArch: noarch -%if 0%{?with_check} -%endif - -Provides: golang(%{import_path}) = %{version}-%{release} - %description devel %{summary} This package contains library source intended for building other packages which use import path with -%{import_path} prefix. -%endif - -%if 0%{?with_unit_test} -%package unit-test -Summary: Unit tests for %{name} package -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif - -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} - -%description unit-test -%{summary} - -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif +%{goipath} prefix. %prep -%setup -q -n %{repo}-%{commit} - -%build - +%gosetup -q +cp %{SOURCE1} %{SOURCE2} . %install -# source codes for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list -done -%endif - -# testing files for this project -%if 0%{?with_unit_test} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test.file-list -for file in $(find . -iname "*_test.go"); do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list -done -%endif +%goinstall glide.lock glide.yaml %check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%ifarch 0%{?gccgo_arches} -function gotest { %{gcc_go_test} "$@"; } -%else -%if 0%{?golang_test:1} -function gotest { %{golang_test} "$@"; } -%else -function gotest { go test "$@"; } -%endif -%endif - -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -gotest %{import_path} -%endif - -%if 0%{?with_devel} -%files devel -f devel.file-list -%copying COPYING -%doc README.md -%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} -%dir %{gopath}/src/%{import_path} -%endif +%gochecks -%if 0%{?with_unit_test} -%files unit-test -f unit-test.file-list -%copying COPYING +%files devel -f devel.file-list +%license COPYING %doc README.md -%endif %changelog +* Thu Jun 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 0-0.10.git983d3a5 +- Upload glide files + * Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.9.git983d3a5 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources index 220476b..1ff81ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea013157ff5b77c298820daf20c628b3 columnize-983d3a5.tar.gz +SHA512 (columnize-983d3a5fab1bf04d1b412465d2d9f8430e2e917e.tar.gz) = 0c746f39fe3f5b9ab0c62c188fe92183c23908fce2952d4ada366cedf204dc58883d717666d71fc1b37f5ed00411da39cfbd4d37ce5cf10012cdecc5704149b1
1
0
0
0
Architecture specific change in rpms/golang-github-ryanuber-columnize.git
by githook-noreply@fedoraproject.org
28 Jun '18
28 Jun '18
The package rpms/golang-github-ryanuber-columnize.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-github-ryanuber-columnize.gi…
. Change: -%ifarch 0%{?gccgo_arches} Thanks. Full change: ============ commit 181caad73a8712ddba70ca6dd90b717fbbed1f13 Author: Jan Chaloupka <jchaloup(a)redhat.com> Date: Thu Jun 28 12:42:01 2018 +0200 Upload glide files diff --git a/.gitignore b/.gitignore index c60bd5b..d44bbb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/columnize-983d3a5.tar.gz +/columnize-983d3a5fab1bf04d1b412465d2d9f8430e2e917e.tar.gz diff --git a/glide.lock b/glide.lock new file mode 100644 index 0000000..e3e7a99 --- /dev/null +++ b/glide.lock @@ -0,0 +1,4 @@ +hash: 5d37c443a8d5ee51eb6dde3335dcc5e2fb451b629f06ea8af551214a2925c538 +imports: [] +updated: '2018-06-28T10:41:27.776461+00:00' + diff --git a/glide.yaml b/glide.yaml new file mode 100644 index 0000000..5150041 --- /dev/null +++ b/glide.yaml @@ -0,0 +1,3 @@ +import: [] +package:
github.com/ryanuber/columnize
+ diff --git a/golang-github-ryanuber-columnize.spec b/golang-github-ryanuber-columnize.spec index 968d728..8594757 100644 --- a/golang-github-ryanuber-columnize.spec +++ b/golang-github-ryanuber-columnize.spec @@ -1,172 +1,53 @@ -%if 0%{?fedora} || 0%{?rhel} == 6 -%global with_devel 1 -%global with_bundled 0 -%global with_debug 0 -%global with_check 1 -%global with_unit_test 1 -%else -%global with_devel 0 -%global with_bundled 0 -%global with_debug 0 -%global with_check 0 -%global with_unit_test 0 -%endif - -%if 0%{?with_debug} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} -%endif - -%define copying() \ -%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7 \ -%license %{*} \ -%else \ -%doc %{*} \ -%endif - -%global provider github -%global provider_tld com -%global project ryanuber -%global repo columnize -#
https://github.com/ryanuber/columnize
-%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} +#
http://github.com/ryanuber/columnize
+ +%global goipath
github.com/ryanuber/columnize
%global commit 983d3a5fab1bf04d1b412465d2d9f8430e2e917e -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -Name: golang-%{provider}-%{project}-%{repo} + +%gometa -i + +Name: %{goname} Version: 0 -Release: 0.9.git%{shortcommit}%{?dist} +Release: 0.10%{?dist} Summary: Easy column formatted output for golang License: MIT -URL: https://%{provider_prefix} -Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz - -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif +URL: %{gourl} +Source0: %{gosource} +Source1: glide.yaml +Source2: glide.yaml + %description %{summary} -%if 0%{?with_devel} %package devel Summary: %{summary} BuildArch: noarch -%if 0%{?with_check} -%endif - -Provides: golang(%{import_path}) = %{version}-%{release} - %description devel %{summary} This package contains library source intended for building other packages which use import path with -%{import_path} prefix. -%endif - -%if 0%{?with_unit_test} -%package unit-test -Summary: Unit tests for %{name} package -# If go_arches not defined fall through to implicit golang archs -%if 0%{?go_arches:1} -ExclusiveArch: %{go_arches} -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif -# If gccgo_arches does not fit or is not defined fall through to golang -%ifarch 0%{?gccgo_arches} -BuildRequires: gcc-go >= %{gccgo_min_vers} -%else -BuildRequires: golang -%endif - -%if 0%{?with_check} -#Here comes all BuildRequires: PACKAGE the unit tests -#in %%check section need for running -%endif - -# test subpackage tests code from devel subpackage -Requires: %{name}-devel = %{version}-%{release} - -%description unit-test -%{summary} - -This package contains unit tests for project -providing packages with %{import_path} prefix. -%endif +%{goipath} prefix. %prep -%setup -q -n %{repo}-%{commit} - -%build - +%gosetup -q +cp %{SOURCE1} %{SOURCE2} . %install -# source codes for building projects -%if 0%{?with_devel} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *.go but no *_test.go files and generate devel.file-list -for file in $(find . -iname "*.go" \! -iname "*_test.go") ; do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> devel.file-list -done -%endif - -# testing files for this project -%if 0%{?with_unit_test} -install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -# find all *_test.go files and generate unit-test.file-list -for file in $(find . -iname "*_test.go"); do - install -d -p %{buildroot}/%{gopath}/src/%{import_path}/$(dirname $file) - cp -pav $file %{buildroot}/%{gopath}/src/%{import_path}/$file - echo "%%{gopath}/src/%%{import_path}/$file" >> unit-test.file-list -done -%endif +%goinstall glide.lock glide.yaml %check -%if 0%{?with_check} && 0%{?with_unit_test} && 0%{?with_devel} -%ifarch 0%{?gccgo_arches} -function gotest { %{gcc_go_test} "$@"; } -%else -%if 0%{?golang_test:1} -function gotest { %{golang_test} "$@"; } -%else -function gotest { go test "$@"; } -%endif -%endif - -export GOPATH=%{buildroot}/%{gopath}:%{gopath} -gotest %{import_path} -%endif - -%if 0%{?with_devel} -%files devel -f devel.file-list -%copying COPYING -%doc README.md -%dir %{gopath}/src/%{provider}.%{provider_tld}/%{project} -%dir %{gopath}/src/%{import_path} -%endif +%gochecks -%if 0%{?with_unit_test} -%files unit-test -f unit-test.file-list -%copying COPYING +%files devel -f devel.file-list +%license COPYING %doc README.md -%endif %changelog +* Thu Jun 28 2018 Jan Chaloupka <jchaloup(a)redhat.com> - 0-0.10.git983d3a5 +- Upload glide files + * Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.9.git983d3a5 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources index 220476b..1ff81ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea013157ff5b77c298820daf20c628b3 columnize-983d3a5.tar.gz +SHA512 (columnize-983d3a5fab1bf04d1b412465d2d9f8430e2e917e.tar.gz) = 0c746f39fe3f5b9ab0c62c188fe92183c23908fce2952d4ada366cedf204dc58883d717666d71fc1b37f5ed00411da39cfbd4d37ce5cf10012cdecc5704149b1 commit 381e995a4083365b5e1278520333500215f4c6a1 Author: Fedora Release Engineering <releng(a)fedoraproject.org> Date: Wed Feb 7 14:50:35 2018 +0000 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng(a)fedoraproject.org> diff --git a/golang-github-ryanuber-columnize.spec b/golang-github-ryanuber-columnize.spec index 6adc4f8..968d728 100644 --- a/golang-github-ryanuber-columnize.spec +++ b/golang-github-ryanuber-columnize.spec @@ -37,7 +37,7 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 0 -Release: 0.8.git%{shortcommit}%{?dist} +Release: 0.9.git%{shortcommit}%{?dist} Summary: Easy column formatted output for golang License: MIT URL: https://%{provider_prefix} @@ -167,6 +167,9 @@ gotest %{import_path} %endif %changelog +* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.9.git983d3a5 +- Rebuilt for
https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+ * Wed Aug 02 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0-0.8.git983d3a5 - Rebuilt for
https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1
0
0
0
← Newer
1
2
3
4
5
...
54
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Results per page:
10
25
50
100
200