]> git.pld-linux.org Git - packages/aub.git/commitdiff
- initial
authortrojan <trojan@pld-linux.org>
Wed, 10 Apr 2002 11:33:47 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
NEED: Polish description

Changed files:
    aub.spec -> 1.1

aub.spec [new file with mode: 0644]

diff --git a/aub.spec b/aub.spec
new file mode 100644 (file)
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
This page took 0.095359 seconds and 4 git commands to generate.