Sync from SUSE:SLFO:Main golang-packaging revision 2dd84840eba6c7f57e4eb2b94f0f7320
This commit is contained in:
commit
9a4beb4b7c
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="url">https://github.com/openSUSE/golang-packaging</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="filename">golang-packaging</param>
|
||||||
|
<param name="exclude">.git</param>
|
||||||
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
<param name="revision">v15.0.17</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled">
|
||||||
|
</service>
|
||||||
|
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/openSUSE/golang-packaging</param>
|
||||||
|
<param name="changesrevision">23f31df20489bf9bb3a4ce36d4fcf6a3cee2bb64</param></service></servicedata>
|
BIN
golang-packaging-15.0.17.tar.xz
(Stored with Git LFS)
Normal file
BIN
golang-packaging-15.0.17.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
456
golang-packaging.changes
Normal file
456
golang-packaging.changes
Normal file
@ -0,0 +1,456 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 2 21:34:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- Update to version 15.0.17 (jsc#PED-1344):
|
||||||
|
* Add *.proto to the list of src files (Fixes #40)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 17 00:04:46 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||||
|
|
||||||
|
- Define _rpmmacrodir if not present for SLE-12 compatibility
|
||||||
|
Refs boo#1191383
|
||||||
|
* _rpmmacrodir /usr/lib/rpm/macros.d added in rpm-4.14.0
|
||||||
|
* SLE-12 SP5 has rpm-4.11.2
|
||||||
|
* Define _rpmmacrodir in previous location /etc/rpm if undefined
|
||||||
|
* Remove define when all supported versions have >=rpm-4.14.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 15 12:33:38 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Move rpm macros from /etc/rpm to /usr/lib/rpm/macros.d
|
||||||
|
(boo#1191383).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 01 05:39:58 UTC 2022 - jkowalczyk@suse.com
|
||||||
|
|
||||||
|
- Update to version 15.0.16:
|
||||||
|
* Update CHANGELOG file
|
||||||
|
* Don't throw an error on prep if does not exist.
|
||||||
|
* Enable -buildmode=pie on riscv64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 1 05:21:14 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||||
|
|
||||||
|
- Replace %doc COPYING conditional for 0%{?suse_version} < 1500.
|
||||||
|
Use only %license COPYING as per rpmlint, with no conditional.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 19 20:50:40 UTC 2022 - Stefan Bluhm <stefan.bluhm@clacee.eu>
|
||||||
|
|
||||||
|
- Fixed if statement in spec file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 13 15:17:44 UTC 2020 - jkowalczyk@suse.com
|
||||||
|
|
||||||
|
- Update to version 15.0.15:
|
||||||
|
* Only create directories that do not yet exist
|
||||||
|
* filelelist can try to access source_dir independently
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 11 17:59:12 UTC 2020 - jkowalczyk@suse.com
|
||||||
|
|
||||||
|
- Update to version 15.0.14:
|
||||||
|
* Ensure to touch $RPM_BUILD_ROOT only in the various install phases
|
||||||
|
* Add support for riscv64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 29 19:13:55 UTC 2020 - jkowalczyk@suse.com
|
||||||
|
|
||||||
|
- Update to version 15.0.13:
|
||||||
|
* Preserve modification time of source files
|
||||||
|
- Mark COPYING as %license on suse_version > 1500
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 16 05:45:43 UTC 2019 - jkowalczyk@suse.com
|
||||||
|
|
||||||
|
- Update to version 15.0.12:
|
||||||
|
* Drop ppc64-nopie.patch
|
||||||
|
* golang.sh: integrate ppc64-nopie.patch -buildmode=pie only on ppc64
|
||||||
|
* golang.sh: avoid excessive "rpm --eval..." calls
|
||||||
|
* Install Bazel files in src directory
|
||||||
|
* Replace rpmdev-vercmp by "sort -V" to remove rpmdev-vercmp dependency
|
||||||
|
* Remove s build flag no longer supported in go 1.10 boo#776058
|
||||||
|
* Packaging: improve _service tar_scm declarations add _servicedata
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 13 11:02:18 UTC 2018 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- We don't need to require rpmdev, because we updated to 15.0.11
|
||||||
|
to remove that requirement. I missed to remove the req from
|
||||||
|
the spec file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 12 18:40:23 UTC 2018 - msuchanek@suse.com
|
||||||
|
|
||||||
|
- fix ppc64 (be) build. No pie baking support there.
|
||||||
|
+ ppc64-nopie.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 11 15:28:42 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 15.0.11:
|
||||||
|
* Replace rpmdev-vercmp by "sort -V" to remove rpmdev-vercmp dependency
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 31 15:24:50 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 15.0.10:
|
||||||
|
* update changelog to v15.0.10
|
||||||
|
* This flag does not exist for go 1.10 because this is an extra flag that openSUSE was adding into the go packages in order to fix
|
||||||
|
* Revert "only add the s flag if go is less than 1.10"
|
||||||
|
* only add the s flag if go is less than 1.10
|
||||||
|
* Revert "Pass linker flag via ldflags"
|
||||||
|
* update changelog: add 15.0.9 version
|
||||||
|
* Pass linker flag via ldflags
|
||||||
|
* Bump version 15.0.8
|
||||||
|
* Fix the handling of quoted extra args
|
||||||
|
* bump version to v15.0.7
|
||||||
|
|
||||||
|
- Add Requires rpmdev-tools as this is used to compare versions in the
|
||||||
|
golang.sh script
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 29 10:32:08 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 15.0.9:
|
||||||
|
* Pass linker flag via ldflags
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 16:45:42 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 15.0.8:
|
||||||
|
* Fix Requires/Provides issue with split packages
|
||||||
|
* Remove unused variables
|
||||||
|
* Bump version to v15.0.5
|
||||||
|
* *: always use -buildmode=pie
|
||||||
|
* bump version to v15.0.6
|
||||||
|
* fix changelog
|
||||||
|
* golang.sh: Fix arch for aarch64
|
||||||
|
* bump version to v15.0.7
|
||||||
|
* Fix the handling of quoted extra args
|
||||||
|
* Bump version 15.0.8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 30 08:32:32 UTC 2017 - thipp@suse.de
|
||||||
|
|
||||||
|
- Update to version 15.0.7:
|
||||||
|
* *: always use -buildmode=pie
|
||||||
|
* fix changelog
|
||||||
|
* golang.sh: Fix arch for aarch64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 28 11:55:26 UTC 2017 - thipp@suse.de
|
||||||
|
|
||||||
|
- Update to version 15.0.5:
|
||||||
|
* set correct modifier if no arguments are provided
|
||||||
|
* Remove duplicates when finding Requires
|
||||||
|
* fix GOPATH and macros
|
||||||
|
* Fix Provides and Requires for some builds
|
||||||
|
* Fix Requires/Provides issue with split packages
|
||||||
|
* Remove unused variables
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 07 09:20:59 UTC 2017 - thipp@suse.de
|
||||||
|
|
||||||
|
- Update to version 15.0.4:
|
||||||
|
* Handle extra_flags for build/test correctly
|
||||||
|
* set correct modifier if no arguments are provided
|
||||||
|
* Remove duplicates when finding Requires
|
||||||
|
* fix GOPATH and macros
|
||||||
|
* Fix Provides and Requires for some builds
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 1 12:24:34 UTC 2017 - thipp@suse.de
|
||||||
|
|
||||||
|
- fix GOPATH for Provides and Requires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 24 11:33:20 UTC 2017 - thipp@suse.de
|
||||||
|
|
||||||
|
- Fix all %go_*dir macros
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 23 13:28:43 UTC 2017 - thipp@suse.de
|
||||||
|
|
||||||
|
- fix GOPATH issue
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 21 15:07:29 UTC 2017 - jmassaguerpla@suse.com
|
||||||
|
|
||||||
|
- fix gopath after updating go to 1.8. With go 1.8, there is no more
|
||||||
|
/usr/share/go/contrib but /usr/share/go/1.8/contrib
|
||||||
|
gopath.patch: contains the fix
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 29 12:33:36 UTC 2017 - thipp@suse.de
|
||||||
|
|
||||||
|
- Update to version 15.0.3:
|
||||||
|
* Remove duplicates when finding Requires
|
||||||
|
* bump version to v15.0.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 22 10:20:40 UTC 2017 - thipp@suse.de
|
||||||
|
|
||||||
|
- Update to version 15.0.2:
|
||||||
|
* set correct modifier if no arguments are provided
|
||||||
|
* bump version to v15.0.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 14 11:50:37 UTC 2017 - thipp@suse.de
|
||||||
|
|
||||||
|
- Update to version 15.0.1:
|
||||||
|
* Handle extra_flags for build/test correctly
|
||||||
|
* bump version to v15.0.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 15 16:07:57 UTC 2017 - thipp@suse.de
|
||||||
|
|
||||||
|
- Update to version 15.0.0:
|
||||||
|
* [SLE11]some commands need time to finish, immediate close will get wrong status, so use timeout 30s
|
||||||
|
* [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 1.8.7 doesn't support named group
|
||||||
|
* fix a typo in cli.rb
|
||||||
|
* increate timeout to 300s or go install can't finish
|
||||||
|
* Remove runtime dependency for Go API
|
||||||
|
* simplify rpmsysinfo.rb
|
||||||
|
* release 14.9.1
|
||||||
|
* Added go_nostrip macro
|
||||||
|
* Refactor using plain bash
|
||||||
|
* small fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 22 12:47:09 UTC 2016 - tboerger@suse.com
|
||||||
|
|
||||||
|
- Added refactoring.patch while trying new code base
|
||||||
|
- Dropped the sed for static architecture detection
|
||||||
|
- Updated files list to reflect new file structure
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 8 16:51:28 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- can't be noarch. we detected %%go_arch at build time. it has to be
|
||||||
|
architecture-dependent, or it'll be published randomly with one
|
||||||
|
from i586/x86_64, whose content (/etc/rpm/macros.go) is unique.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 21 09:32:43 UTC 2016 - tboerger@suse.com
|
||||||
|
|
||||||
|
- Update to version 14.9.2:
|
||||||
|
+ [SLE11]some commands need time to finish, immediate close will get wrong status, so use timeout 30s
|
||||||
|
+ [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 1.8.7 doesn't support named group
|
||||||
|
+ fix a typo in cli.rb
|
||||||
|
+ increate timeout to 300s or go install can't finish
|
||||||
|
+ Remove runtime dependency for Go API
|
||||||
|
+ simplify rpmsysinfo.rb
|
||||||
|
+ release 14.9.1
|
||||||
|
+ Added go_nostrip macro
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 08 10:36:29 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- Update to version 14.9.1:
|
||||||
|
* simplify rpmsysinfo.rb: don't guess variables'
|
||||||
|
values can be passed in by RPM environment
|
||||||
|
variables. use RbConfig to get libdir.
|
||||||
|
* support s390x architecture
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 17 14:38:04 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update service
|
||||||
|
* use xz for compression
|
||||||
|
* change from disabled to localonly
|
||||||
|
- Update spec file to actually use tarball generated by _service
|
||||||
|
- Drop useless _servicedata
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 15 09:02:35 UTC 2016 - tboerger@suse.com
|
||||||
|
|
||||||
|
- Switched to service based package updates
|
||||||
|
- Update to version 14.9.0:
|
||||||
|
* do not hardcode go version
|
||||||
|
* fix encoding problem in rpmsysinfo.rb
|
||||||
|
* [SLE11]some commands need time to finish, immediate close will get wrong status, so use timeout 30s
|
||||||
|
* [SLE]ditch named group in regexp in golang.req, the oniguruma in ruby 1.8.7 doesn't support named group
|
||||||
|
* fix a typo in cli.rb
|
||||||
|
* increate timeout to 300s or go install can't finish
|
||||||
|
* Remove runtime dependency for Go API
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 5 01:14:25 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 14.8.1
|
||||||
|
* bugfix release
|
||||||
|
* fix a typo in cli.rb
|
||||||
|
* increate timeout to 300s, or go install can't
|
||||||
|
finish itself sometimes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 3 03:14:46 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 14.8
|
||||||
|
* rpmsysinfo.rb: fix encoding problem in open()
|
||||||
|
* cli.rb: ruby 1.8.7 doesn't support passing environment
|
||||||
|
variables in popen(), some commands/tests need time to
|
||||||
|
finish, an immediate io.close() will get us wrong
|
||||||
|
exitstatus (broken pipe, code 13). so use 'timeout'
|
||||||
|
module with a 30s and process.wait for them to quit
|
||||||
|
successfully.
|
||||||
|
* golang.req: the oniguruma in ruby 1.8.7 doesn't support
|
||||||
|
named group in regexp. so ditch the named group used in
|
||||||
|
go_get_version()
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 24 13:22:40 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 14.7
|
||||||
|
* do not hardcode go version
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 12 18:13:01 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 14.6
|
||||||
|
* Fix rbarch for Power architectures
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 22 16:15:14 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 14.5
|
||||||
|
* fix a typo that prevent golang.req from running (fix #10)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 22 07:23:07 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 14.4
|
||||||
|
* fix #5 on golang.req
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 19 10:36:14 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 14.3
|
||||||
|
* fix: command not found error for go test on SLE
|
||||||
|
* fix #5 again: gsub importpath itself is not enough
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 11 11:19:26 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 14.2
|
||||||
|
* golang.req: fix ' // indirect' comment in import
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 11 02:06:17 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 14.1
|
||||||
|
* golang.prov fix: uniq! returns nil if everything is unique
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 5 12:09:20 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 14
|
||||||
|
* if importpath has "test/example", it should survive (github#5)
|
||||||
|
* merge macros.go from openSUSE's go here
|
||||||
|
* add golang-macros.rb, replacement for the complicated
|
||||||
|
macros in shell in macros.go
|
||||||
|
* golang-macros.rb:
|
||||||
|
+ support build with fake build id
|
||||||
|
+ support build with custom tags (github#7)
|
||||||
|
+ support pass any -<arg>="a b c" or -<arg>=<value>
|
||||||
|
to go install, shared build is possible now
|
||||||
|
(not fully support, other macros need to be adapted)
|
||||||
|
+ --filelist, to generate filelist used in %files
|
||||||
|
section with excluding support
|
||||||
|
+ use IO.popen to break the build at the exact place
|
||||||
|
it fails (github#6)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 4 01:52:15 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 13
|
||||||
|
* provides the importpath itself
|
||||||
|
* fix regex not to check files like .golden in -source
|
||||||
|
* filter "test/example" from Provides
|
||||||
|
* split common stuff to a module golang/rpmsysinfo.rb
|
||||||
|
* rewrite golang.req, now read from stdin RPM feeds,
|
||||||
|
and check __.PKGDEF from .a files for "import"s. (github#3, github#4)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 3 03:50:28 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 12
|
||||||
|
* don't find provides/requires on -source, -debuginfo, -debugsource
|
||||||
|
subpackages
|
||||||
|
* add scripts to generate file lists.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 2 05:57:41 UTC 2016 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 11
|
||||||
|
* fix for sles and openSUSE < 13.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 4 16:24:13 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 10
|
||||||
|
* support all archtectures like ppc/arm
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 28 09:48:09 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 9
|
||||||
|
*update golang(API) to 1.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 2 15:59:58 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 8
|
||||||
|
* skip the last "/" in golang.prov, thanks to matwey
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 31 02:52:31 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
- udpate version 7
|
||||||
|
* handle gopkg.in/* requirements
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 24 01:44:47 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 6
|
||||||
|
* fix golang.req to not treat a sentence as importpath
|
||||||
|
* fix golang.attr to correctly detect /usr/bin/*
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 22 14:56:07 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 5
|
||||||
|
* if a sub-directory doesn't contain any *.go file, do not
|
||||||
|
treat it as a Provides candidate.
|
||||||
|
* add /usr/bin to golang.attr for go executes to be handled
|
||||||
|
by golang-packaging
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 12 10:32:17 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 4
|
||||||
|
* fix encoding error in golang-strip-builddep
|
||||||
|
* add macros.go-extra, extra golang macros for packaging
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 11 08:48:50 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 3
|
||||||
|
* skip *example*.go/*test*.go for Requires finding
|
||||||
|
* support alias format (import xx "xxx") for importpath
|
||||||
|
* add golang-strip-builddep, a tool to strip unneeded importpath
|
||||||
|
from source codes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 10 16:43:10 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
- update version 2
|
||||||
|
* fix pkgname detection
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 5 17:43:07 UTC 2015 - i@marguerite.su
|
||||||
|
|
||||||
|
- initial version 1
|
||||||
|
* implemented provides
|
||||||
|
* implemented requires
|
71
golang-packaging.spec
Normal file
71
golang-packaging.spec
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
#
|
||||||
|
# spec file for package golang-packaging
|
||||||
|
#
|
||||||
|
# Copyright (c) 2022 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!_rpmmacrodir:%define _rpmmacrodir /etc/rpm}
|
||||||
|
|
||||||
|
Name: golang-packaging
|
||||||
|
Version: 15.0.17
|
||||||
|
Release: 0
|
||||||
|
Summary: A toolchain to help packaging golang
|
||||||
|
License: GPL-3.0-only
|
||||||
|
Group: Development/Languages/Golang
|
||||||
|
URL: https://github.com/openSUSE/%{name}
|
||||||
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: rpm
|
||||||
|
BuildRequires: xz
|
||||||
|
Requires: go
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
A toolchain to help packaging golang, written in bash.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %{buildroot}%{_rpmmacrodir}
|
||||||
|
mkdir -p %{buildroot}%{_rpmconfigdir}
|
||||||
|
|
||||||
|
install -m0755 golang.prov %{buildroot}%{_rpmconfigdir}
|
||||||
|
install -m0755 golang.req %{buildroot}%{_rpmconfigdir}
|
||||||
|
install -m0755 golang.sh %{buildroot}%{_rpmconfigdir}
|
||||||
|
install -m0644 macros.go %{buildroot}%{_rpmmacrodir}
|
||||||
|
|
||||||
|
%if 0%{?suse_version} >= 1320
|
||||||
|
mkdir -p %{buildroot}%{_rpmconfigdir}/fileattrs
|
||||||
|
install -m0644 golang.attr %{buildroot}%{_rpmconfigdir}/fileattrs/
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc README.md CHANGELOG
|
||||||
|
%license COPYING
|
||||||
|
%{_rpmconfigdir}/golang.prov
|
||||||
|
%{_rpmconfigdir}/golang.req
|
||||||
|
%{_rpmconfigdir}/golang.sh
|
||||||
|
%{_rpmmacrodir}/macros.go
|
||||||
|
|
||||||
|
%if 0%{?suse_version} >= 1320
|
||||||
|
%{_rpmconfigdir}/fileattrs/golang.attr
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user