]> git.pld-linux.org Git - packages/brag.git/blame - brag.spec
- tabs in preamble
[packages/brag.git] / brag.spec
CommitLineData
44196499 1Summary: Download and assemble multipart binaries from newsgroups
7924a9f8 2Summary(pl.UTF-8): Ściąganie i łączenie wieloczęściowych binariów z grup dyskusyjnych
44196499 3Name: brag
08012cd2 4Version: 1.4.3
a4c0224b 5Release: 2
44196499
JR
6License: GPL
7Group: Applications/News
2d33f2fe 8Source0: http://dl.sourceforge.net/brag/%{name}-%{version}.tar.gz
08012cd2 9# Source0-md5: 8d9317bb5a8e239e9593d5811c541dfa
8962202b 10Patch0: %{name}-install.patch
4f0d0cad 11URL: http://brag.sourceforge.net/
a45479d3 12Requires: sharutils
2d33f2fe 13Requires: tcl >= 8.0
44196499
JR
14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Brag is command line tool to collect and assemble multipart binary
267c9e1c 19attachments from newsgroups. Ideal for regular news scanning using
44196499
JR
20cron. Supported message encodings: uuencode and MIME base64.
21
404e9fdc
JR
22%description -l pl.UTF-8
23Brag jest narzędziem uruchamianym z linii komend służącym do ściągania
24i łączenia wieloczęściowych załączników binarnych z grup dyskusyjnych.
8216343e 25Jest idealny do regularnego skanowania grup przy wykorzystaniu crona.
404e9fdc 26Obsługuje następujące kodowania wiadomości: uuencode oraz MIME base64.
a45479d3 27
44196499
JR
28%prep
29%setup -q
30%patch0 -p1
44196499
JR
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
44196499 35
83df4257
PG
36%{__make} install \
37 ROOT="$RPM_BUILD_ROOT"
8962202b 38
44196499
JR
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
8f0ed08b 44%doc CHANGES README
44196499
JR
45%attr(755,root,root) %{_bindir}/brag
46%{_mandir}/man1/brag.1*
This page took 0.065889 seconds and 4 git commands to generate.