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