]> git.pld-linux.org Git - projects/template-specs.git/blob - go-package.spec
module note
[projects/template-specs.git] / go-package.spec
1 Summary:        -
2 Summary(pl.UTF-8):      -
3 Name:           go-package
4 Version:        _
5 Release:        0.1
6 License:        - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
7 Group:          Applications
8 Source0:        %{name}-%{version}.tar.gz
9 # Source0-md5:  -
10 URL:            -
11 BuildRequires:  golang >= 1.3.1
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _enable_debug_packages 0
15
16 %description
17 A package written in go language
18
19 %description -l pl.UTF-8
20
21 %prep
22 %setup -q
23
24 %build
25 export GOPATH=$(pwd)/vendor
26 install -d $GOPATH
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc AUTHORS CREDITS CHANGES ChangeLog NEWS README THANKS TODO
This page took 0.044645 seconds and 3 git commands to generate.