]> git.pld-linux.org Git - packages/crashmail.git/blame - crashmail.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/crashmail.git] / crashmail.spec
CommitLineData
a9cfe260 1Summary: A Fidonet *.JAM and MSG tosser
5a8aa0ac 2Summary(pl): Program do rzucania *.JAM i MSG w Fidonecie
a9cfe260 3Name: crashmail
c5afe57b 4Version: 0.62
a9cfe260 5Release: 1
cea9f7ac 6License: GPL
a9cfe260 7Group: Applications/Mail
c5afe57b 8Source0: http://www.df.lth.se/~billing/crashmail/cm062linux.zip
a9cfe260 9URL: http://http://www.df.lth.se/~billing/crashmail.html
7e7128f0 10BuildRequires: unzip
a9cfe260 11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
5a8aa0ac
JB
14A Fidonet *.JAM and MSG tosser.
15
16%description -l pl
17Program do rzucania *.JAM i MSG w Fidonecie.
a9cfe260 18
19%prep
7e7128f0 20%setup -q -n CrashMail
a9cfe260 21
22%build
23cd src
24%{__make} linux
25
26%install
27rm -rf $RPM_BUILD_ROOT
a9cfe260 28install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
29
30install bin/* $RPM_BUILD_ROOT%{_bindir}
31install man/* $RPM_BUILD_ROOT%{_mandir}/man1
32
33gzip -9nf doc/*
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(644,root,root,755)
40%doc doc/*
41%attr(755,root,root) %{_bindir}/*
42%{_mandir}/man1/*
This page took 0.081638 seconds and 4 git commands to generate.