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