Mageia Bugzilla – Attachment 11598 Details for
Bug 26392
Inconsistent source paths in different Golang components;
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
golang-libtrust replacement golang-github-docker-libtrust.spec
golang-github-docker-libtrust.spec (text/plain), 2.22 KB, created by
Jybz
on 2020-04-19 11:52:33 CEST
(
hide
)
Description:
golang-libtrust replacement golang-github-docker-libtrust.spec
Filename:
MIME Type:
Creator:
Jybz
Created:
2020-04-19 11:52:33 CEST
Size:
2.22 KB
patch
obsolete
># Run tests in check section >%bcond_without check > ># £global debug_package %{nil} >%global goipath github.com/docker/libtrust >%global provider github.com >%global project docker >%global repo libtrust ># https://github.com/docker/libtrust >%global forgeurl https://%{provider}/%{project}/%{repo} >%global commit aabc10ec26b754e797f9028f4589c5b7bd90dc20 >%global commitdate 20160708 >%global shortcommit %(c=%{commit}; echo ${c:0:7}) > > >%global common_description %{expand: >Libtrust is library for managing authentication and authorization using public >key cryptography. > >Authentication is handled using the identity attached to the public key. >Libtrust provides multiple methods to prove possession of the private key >associated with an identity. > > TLS x509 certificates > Signature verification > Key Challenge > >Authorization and access control is managed through a distributed trust graph. >Trust servers are used as the authorities of the trust graph and allow caching >portions of the graph for faster access.} > >%global godeveldescription %{expand: >%{common_description} > >This package contains the source code needed for building packages that import >the %{goipath} Go namespace.} > >%global golicenses LICENSE >%global godocs CONTRIBUTING.md MAINTAINERS README.md >#The Go rpm macros will pick up â.mdâ files by default without this. > >%gometa > > >Name: %{goname} >Version: 0 >Release: %mkrel -c git%{commitdate} 1 >Summary: Primitives for identity and authorization >License: ASL-v2 >Group: Development/Other >URL: %{gourl} >Source0: %{gosource} > > >BuildRequires: golang > > >%description >%{common_description} > >#From Mga8 : ># godevelpkg >#For Mga7 and under: >%package devel >BuildArch: noarch >Summary: %{summary} > >Provides: golang-%{provider}-%{project}-%{repo}-devel = %{version}-%{release} > >%description devel >%{godeveldescription} > > >%prep >#From Mga8, use goprep instead of gosetup >%gosetup > > >%install >%goinstall > > >%if %{with check} >%check >#From Mga8, use gocheck instead of gochecks >%gochecks >%endif > > >#From mga8, if only source code: ># gopkgfiles >#Otherwise: >%files devel -f devel.file-list >%license LICENSE ># %license %{golicenses} ># %doc %{godocs} >%doc README.md
# Run tests in check section %bcond_without check # £global debug_package %{nil} %global goipath github.com/docker/libtrust %global provider github.com %global project docker %global repo libtrust # https://github.com/docker/libtrust %global forgeurl https://%{provider}/%{project}/%{repo} %global commit aabc10ec26b754e797f9028f4589c5b7bd90dc20 %global commitdate 20160708 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global common_description %{expand: Libtrust is library for managing authentication and authorization using public key cryptography. Authentication is handled using the identity attached to the public key. Libtrust provides multiple methods to prove possession of the private key associated with an identity. TLS x509 certificates Signature verification Key Challenge Authorization and access control is managed through a distributed trust graph. Trust servers are used as the authorities of the trust graph and allow caching portions of the graph for faster access.} %global godeveldescription %{expand: %{common_description} This package contains the source code needed for building packages that import the %{goipath} Go namespace.} %global golicenses LICENSE %global godocs CONTRIBUTING.md MAINTAINERS README.md #The Go rpm macros will pick up â.mdâ files by default without this. %gometa Name: %{goname} Version: 0 Release: %mkrel -c git%{commitdate} 1 Summary: Primitives for identity and authorization License: ASL-v2 Group: Development/Other URL: %{gourl} Source0: %{gosource} BuildRequires: golang %description %{common_description} #From Mga8 : # godevelpkg #For Mga7 and under: %package devel BuildArch: noarch Summary: %{summary} Provides: golang-%{provider}-%{project}-%{repo}-devel = %{version}-%{release} %description devel %{godeveldescription} %prep #From Mga8, use goprep instead of gosetup %gosetup %install %goinstall %if %{with check} %check #From Mga8, use gocheck instead of gochecks %gochecks %endif #From mga8, if only source code: # gopkgfiles #Otherwise: %files devel -f devel.file-list %license LICENSE # %license %{golicenses} # %doc %{godocs} %doc README.md
View Attachment As Raw
Actions:
View
Attachments on
bug 26392
:
11595
|
11597
| 11598 |
11600