From 4a2d7aed6c8a6675dbaaeb46283de8455f87c36e Mon Sep 17 00:00:00 2001 From: trojan Date: Wed, 10 Apr 2002 11:33:47 +0000 Subject: [PATCH] - initial NEED: Polish description Changed files: aub.spec -> 1.1 --- aub.spec | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 aub.spec diff --git a/aub.spec b/aub.spec new file mode 100644 index 0000000..25ef791 --- /dev/null +++ b/aub.spec @@ -0,0 +1,37 @@ +Summary: Assemble Usenet Binaries +Name: aub +Version: 2.1.2 +Release: 1 +License: GPL +Group: Applications/News +Source0: http://yukidoke.org/~mako/projects/aub/download/aub-2.1.2.tar.gz +URL: http://yukidoke.org/~mako/projects/aub/ +BuildRequires: rpm-perlprov +BuildRequires: perl >= 5.6 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +aub is a time-tested Perl program to download articles from newsgroups and decode +them automatically. It is simple, well documented, and easy to use and configure. +It handles multi-part postings, and both uuencoded and base64 encodings. + +%prep +%setup -q + +%build + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} + +install aub $RPM_BUILD_ROOT%{_bindir} +install aub.1 aubconf.1 $RPM_BUILD_ROOT%{_mandir}/man1 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/aub +%{_mandir}/man1/*.1.gz -- 2.44.0