]> git.pld-linux.org Git - packages/aub.git/blob - aub.spec
- pl description, removed empty %%build
[packages/aub.git] / aub.spec
1 Summary:        Assemble Usenet Binaries
2 Summary(pl):    Narzêdzie do ¶ci±gania binariów z usenetu
3 Name:           aub
4 Version:        2.1.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/News
8 Source0:        http://yukidoke.org/~mako/projects/aub/download/aub-2.1.2.tar.gz
9 URL:            http://yukidoke.org/~mako/projects/aub/
10 BuildRequires:  rpm-perlprov
11 BuildRequires:  perl >= 5.6
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 aub is a time-tested Perl program to download articles from newsgroups
16 and decode them automatically. It is simple, well documented, and easy
17 to use and configure. It handles multi-part postings, and both
18 uuencoded and base64 encodings.
19
20 %description -l pl
21 aub jest programem w Perlu do ¶ci±gania artyku³ów z grup usenetowych i
22 ich automatycznego dekodowania. Jest prosty, dobrze udokumentowany,
23 ³atwy w u¿yciu i konfiguracji. Obs³uguje przesy³ki wieloczê¶ciowe,
24 zakodowane uuencode lub base64.
25
26 %prep
27 %setup -q
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
33
34 install aub $RPM_BUILD_ROOT%{_bindir}
35 install aub.1 aubconf.1 $RPM_BUILD_ROOT%{_mandir}/man1
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/aub
43 %{_mandir}/man1/*.1.gz
This page took 0.118802 seconds and 3 git commands to generate.