]> git.pld-linux.org Git - packages/brag.git/blame - brag.spec
- adapterized and some few cosmetics.
[packages/brag.git] / brag.spec
CommitLineData
44196499
JR
1Summary: Download and assemble multipart binaries from newsgroups
2Name: brag
b11474ff 3Version: 1.1.0
44196499
JR
4Release: 1
5License: GPL
6Group: Applications/News
8962202b 7Group(de): Applikationen/News
8Group(pl): Aplikacje/News
9Source0: http://brag.sourceforge.net/%{name}-%{version}.tar.gz
10Patch0: %{name}-install.patch
44196499
JR
11Requires: tcl >= 8.0
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Brag is command line tool to collect and assemble multipart binary
17attachements from newsgroups. Ideal for regular news scanning using
18cron. Supported message encodings: uuencode and MIME base64.
19
20%prep
21%setup -q
22%patch0 -p1
23
24%build
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
44196499 29
8962202b 30%{__make} install ROOT="$RPM_BUILD_ROOT"
31
32gzip -9nf CHANGES README
44196499
JR
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
8962202b 39%doc *.gz
44196499
JR
40%attr(755,root,root) %{_bindir}/brag
41%{_mandir}/man1/brag.1*
This page took 0.071803 seconds and 4 git commands to generate.