]> git.pld-linux.org Git - packages/brag.git/blob - brag.spec
- release 2,
[packages/brag.git] / brag.spec
1 Summary:        Download and assemble multipart binaries from newsgroups
2 Summary(pl):    ¦ci±ganie i ³±czenie wieloczê¶ciowych binariów z news-grup
3 Name:           brag
4 Version:        1.1.0
5 Release:        2
6 License:        GPL
7 Group:          Applications/News
8 Group(de):      Applikationen/News
9 Group(pl):      Aplikacje/News
10 Source0:        http://prdownloads.sourceforge.net/brag/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-install.patch
12 Patch1:         %{name}-tclsh.patch
13 Requires:       tcl >= 8.0
14 Requires:       sharutils
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Brag is command line tool to collect and assemble multipart binary
20 attachements from newsgroups. Ideal for regular news scanning using
21 cron. Supported message encodings: uuencode and MIME base64.
22
23 %description -l pl
24 Brag jest narzêdziem uruchamianym z linii komend s³u¿±cym do ¶ci±gania
25 i ³±czenia wieloczê¶ciowych za³±czników binarnych z grup dyskusyjnych.
26 Jest idealny do regularnego skanowania grup przy wykorzystaniu crona.
27 Obs³uguje nastêpuj±ce kodowania wiadomo¶ci: uuencode oraz MIME base64.
28
29 %prep
30 %setup -q
31 %patch0 -p1
32 %patch1 -p1
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
37
38 %{__make} install ROOT="$RPM_BUILD_ROOT"
39
40 gzip -9nf CHANGES README
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.gz
48 %attr(755,root,root) %{_bindir}/brag
49 %{_mandir}/man1/brag.1*
This page took 0.070465 seconds and 3 git commands to generate.