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