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