]> git.pld-linux.org Git - packages/crashmail.git/blob - crashmail.spec
- use -C option for make
[packages/crashmail.git] / crashmail.spec
1 Summary:        A Fidonet *.JAM and MSG tosser
2 Summary(pl.UTF-8):      Program do rzucania *.JAM i MSG w Fidonecie
3 Name:           crashmail
4 Version:        0.71
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://www.df.lth.se/~billing/crashmail/cm071linux.zip
9 # Source0-md5:  c10de7a0e6f48e7b1cd2cabad8ed8289
10 URL:            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.UTF-8
18 Program do rzucania *.JAM i MSG w Fidonecie.
19
20 %prep
21 %setup -q
22
23 %build
24 %{__make} -C src linux
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d      $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
29
30 install bin/*   $RPM_BUILD_ROOT%{_bindir}
31 install man/*   $RPM_BUILD_ROOT%{_mandir}/man1
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %doc doc/*
39 %attr(755,root,root) %{_bindir}/*
40 %{_mandir}/man1/*
This page took 0.062434 seconds and 3 git commands to generate.