]> git.pld-linux.org Git - packages/brag.git/commitdiff
- PLD style, spec ready
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 16 Jun 2000 19:05:52 +0000 (19:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    brag.spec -> 1.1

brag.spec [new file with mode: 0644]

diff --git a/brag.spec b/brag.spec
new file mode 100644 (file)
index 0000000..8398648
--- /dev/null
+++ b/brag.spec
@@ -0,0 +1,38 @@
+Summary:       Download and assemble multipart binaries from newsgroups
+Name:          brag
+Version:       1.0.0
+Release:       1
+License:       GPL
+Group:         Applications/News
+Source:                http://brag.sourceforge.net/%{name}-%{version}.tar.gz
+Patch:         brag-install.patch
+Requires:      tcl >= 8.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Brag is command line tool to collect and assemble multipart binary
+attachements from newsgroups. Ideal for regular news scanning using
+cron. Supported message encodings: uuencode and MIME base64.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+%{__make} ROOT="$RPM_BUILD_ROOT" install
+
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/brag.1 CHANGES README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES.gz README.gz
+%attr(755,root,root) %{_bindir}/brag
+%{_mandir}/man1/brag.1*
This page took 0.072126 seconds and 4 git commands to generate.