]> git.pld-linux.org Git - packages/crashmail.git/blob - crashmail.spec
- removed all Group fields translations (oure rpm now can handle translating
[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 URL:            http://http://www.df.lth.se/~billing/crashmail.html
10 BuildRequires:  unzip
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 A Fidonet *.JAM and MSG tosser.
15
16 %description -l pl
17 Program do rzucania *.JAM i MSG w Fidonecie.
18
19 %prep
20 %setup -q -n CrashMail
21
22 %build
23 cd src
24 %{__make} 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 gzip -9nf doc/*
34
35 %clean
36 rm -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.07258 seconds and 3 git commands to generate.