]> git.pld-linux.org Git - packages/brag.git/blob - brag.spec
- tabs in preamble
[packages/brag.git] / brag.spec
1 Summary:        Download and assemble multipart binaries from newsgroups
2 Summary(pl.UTF-8):      Ściąganie i łączenie wieloczęściowych binariów z grup dyskusyjnych
3 Name:           brag
4 Version:        1.4.3
5 Release:        2
6 License:        GPL
7 Group:          Applications/News
8 Source0:        http://dl.sourceforge.net/brag/%{name}-%{version}.tar.gz
9 # Source0-md5:  8d9317bb5a8e239e9593d5811c541dfa
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.UTF-8
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.126675 seconds and 3 git commands to generate.