Orphaned for 6+ weeks
This commit is contained in:
parent
38ac76e933
commit
400d72d8f9
7 changed files with 1 additions and 86 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/mapstructure-2.0.0.tar.gz
|
||||
/mapstructure-2.1.0.tar.gz
|
||||
/mapstructure-2.2.1.tar.gz
|
||||
19
.packit.yaml
19
.packit.yaml
|
|
@ -1,19 +0,0 @@
|
|||
specfile_path: golang-github-viper-mapstructure2.spec
|
||||
|
||||
upstream_package_name: mapstructure
|
||||
upstream_project_url: https://github.com/go-viper/mapstructure
|
||||
downstream_package_name: golang-github-viper-mapstructure2
|
||||
|
||||
upstream_tag_template: v{version}
|
||||
|
||||
jobs:
|
||||
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# golang-github-viper-mapstructure2
|
||||
|
||||
Go library for decoding generic map values into native Go structures and vice versa.
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.101.0.post1.dev4+g8d2ad651.
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
# Generated by go2rpm 1.14.0
|
||||
%bcond check 1
|
||||
%bcond bootstrap 0
|
||||
|
||||
%global debug_package %{nil}
|
||||
%if %{with bootstrap}
|
||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$
|
||||
%endif
|
||||
|
||||
# https://github.com/go-viper/mapstructure
|
||||
%global goipath github.com/go-viper/mapstructure/v2
|
||||
Version: 2.2.1
|
||||
|
||||
%gometa -L -f
|
||||
|
||||
%global common_description %{expand:
|
||||
Go library for decoding generic map values into native Go structures and vice
|
||||
versa.}
|
||||
|
||||
%global golicenses LICENSE
|
||||
%global godocs CHANGELOG.md README.md
|
||||
|
||||
Name: golang-github-viper-mapstructure2
|
||||
Release: %autorelease
|
||||
Summary: Go library for decoding generic map values into native Go structures and vice versa
|
||||
|
||||
License: MIT
|
||||
URL: %{gourl}
|
||||
Source: %{gosource}
|
||||
|
||||
%description %{common_description}
|
||||
|
||||
%gopkg
|
||||
|
||||
%prep
|
||||
%goprep -A
|
||||
%autopatch -p1
|
||||
|
||||
%if %{without bootstrap}
|
||||
%generate_buildrequires
|
||||
%go_generate_buildrequires
|
||||
%endif
|
||||
|
||||
%install
|
||||
%gopkginstall
|
||||
|
||||
%if %{without bootstrap}
|
||||
%if %{with check}
|
||||
%check
|
||||
%gocheck
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%gopkgfiles
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (mapstructure-2.2.1.tar.gz) = 0c3c3d38e6175d965ee901e107e08328897d7864564a046084dc99921169fdef306e197d4939ea7c19bf0a0ddefb56c9dd71b2c4c45b67e694b2962c466d9a15
|
||||
Reference in a new issue