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