]> git.pld-linux.org Git - packages/golang-varlink.git/blame - golang-varlink.spec
disable debug packages
[packages/golang-varlink.git] / golang-varlink.spec
CommitLineData
e0bda760
JP
1Summary: Implementation of the varlink protocol in golang
2Name: golang-varlink
3Version: 0.3.0
4Release: 1
5License: Apache v2.0
6Group: Libraries
7#Source0Download: https://github.com/varlink/go/releases
8Source0: https://github.com/varlink/go/archive/v%{version}/%{name}-%{version}.tar.gz
9# Source0-md5: ef568f337755816a952b58199027d446
10URL: https://github.com/varlink/go
11Requires: golang
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
1a21d32f
JP
14%define _enable_debug_packages 0
15
e0bda760
JP
16%description
17Implementation of the varlink protocol in golang.
18
19%prep
20%setup -q -n go-%{version}
21
22%install
23rm -rf $RPM_BUILD_ROOT
24install -d $RPM_BUILD_ROOT%{_libdir}/golang/src/github.com/varlink/go
25
26cp -rp varlink $RPM_BUILD_ROOT%{_libdir}/golang/src/github.com/varlink/go
27
28%clean
29rm -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.174512 seconds and 4 git commands to generate.