/[packages]/cauldron/golang-ActiveState-tail/current/SPECS/golang-ActiveState-tail.spec
ViewVC logotype

Annotation of /cauldron/golang-ActiveState-tail/current/SPECS/golang-ActiveState-tail.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 552147 - (hide annotations) (download)
Thu Nov 21 11:21:01 2013 UTC (10 years, 5 months ago) by thatsamguy
File size: 947 byte(s)
SILENT fix URL and Source0 references
1 thatsamguy 552142 %define prerelease c5b73d348500e127fc50788ee93ef5a6f740cc96
2     %define gopath %{_libdir}/golang
3     %define gosrc %{gopath}/src/github.com/ActiveState/tail
4     Summary: Go package striving to emulate the features of the tail program
5     Name: golang-ActiveState-tail
6     Version: 0.20131114
7     Release: %mkrel 1
8     License: BSD
9     Group: Development/Other
10 thatsamguy 552147 Url: https://github.com/ActiveState/tail
11     Source0: https://github.com/ActiveState/tail/archive/%{prerelease}.tar.gz
12 thatsamguy 552142
13     %description
14     A Go package striving to emulate the features of the BSD tail program
15    
16     Tail comes with full support for truncation/move detection as it is designed to
17     work with log rotation tools.
18    
19     %prep
20     %setup -q -n tail-%{prerelease}
21    
22     %build
23    
24     %install
25     mkdir -p %{buildroot}%{gosrc}
26     cp -av * %{buildroot}%{gosrc}/
27     rm -f %{buildroot}%{gosrc}/LICENSE.txt
28     rm -f %{buildroot}%{gosrc}/README.md
29     rm -f %{buildroot}%{gosrc}/CHANGES.md
30    
31     %files
32     %doc LICENSE.txt
33     %doc README.md
34     %doc CHANGES.md
35     %{gosrc}/*

  ViewVC Help
Powered by ViewVC 1.1.30