]> git.pld-linux.org Git - packages/golang-varlink.git/blob - golang-varlink.spec
disable debug packages
[packages/golang-varlink.git] / golang-varlink.spec
1 Summary:        Implementation of the varlink protocol in golang
2 Name:           golang-varlink
3 Version:        0.3.0
4 Release:        1
5 License:        Apache v2.0
6 Group:          Libraries
7 #Source0Download: https://github.com/varlink/go/releases
8 Source0:        https://github.com/varlink/go/archive/v%{version}/%{name}-%{version}.tar.gz
9 # Source0-md5:  ef568f337755816a952b58199027d446
10 URL:            https://github.com/varlink/go
11 Requires:       golang
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _enable_debug_packages 0
15
16 %description
17 Implementation of the varlink protocol in golang.
18
19 %prep
20 %setup -q -n go-%{version}
21
22 %install
23 rm -rf $RPM_BUILD_ROOT
24 install -d $RPM_BUILD_ROOT%{_libdir}/golang/src/github.com/varlink/go
25
26 cp -rp varlink $RPM_BUILD_ROOT%{_libdir}/golang/src/github.com/varlink/go
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %doc README.md
34 %dir %{_libdir}/golang/src/github.com/varlink
35 %{_libdir}/golang/src/github.com/varlink/go
This page took 0.0662 seconds and 3 git commands to generate.