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