]> git.pld-linux.org Git - packages/aub.git/blob - aub.spec
25ef7917c344f8dc66d7a7398115710e8a0bd1e4
[packages/aub.git] / aub.spec
1 Summary:        Assemble Usenet Binaries
2 Name:           aub
3 Version:        2.1.2
4 Release:        1
5 License:        GPL
6 Group:          Applications/News
7 Source0:        http://yukidoke.org/~mako/projects/aub/download/aub-2.1.2.tar.gz
8 URL:            http://yukidoke.org/~mako/projects/aub/
9 BuildRequires:  rpm-perlprov
10 BuildRequires:  perl >= 5.6
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 aub is a time-tested Perl program to download articles from newsgroups and decode
15 them automatically. It is simple, well documented, and easy to use and configure.
16 It handles multi-part postings, and both uuencoded and base64 encodings.
17
18 %prep
19 %setup -q
20
21 %build
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25
26 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
27
28 install aub $RPM_BUILD_ROOT%{_bindir}
29 install aub.1 aubconf.1 $RPM_BUILD_ROOT%{_mandir}/man1
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %attr(755,root,root) %{_bindir}/aub
37 %{_mandir}/man1/*.1.gz
This page took 0.072286 seconds and 2 git commands to generate.