]> git.pld-linux.org Git - packages/cwtext.git/blob - cwtext.spec
- up to 0.96
[packages/cwtext.git] / cwtext.spec
1 Summary:        ASCII to International Morse Code converter
2 Summary(pl.UTF-8):      Konwerter ASCII do MiÄ™dzynarodowego Kodu Morse'a
3 Name:           cwtext
4 Version:        0.96
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/cwtext/%{name}-%{version}.tar.gz
9 # Source0-md5:  d5083cd92d255fba6ff425fbd68aa405
10 URL:            http://cwtext.sourceforge.net/index.php
11 BuildRequires:  python
12 BuildRequires:  python-modules
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         specflags_ia32   -fomit-frame-pointer 
16
17 %description
18 ASCII to International Morse Code converter.
19
20 %description -l pl.UTF-8
21 Konwerter ASCII do MiÄ™dzynarodowego Kodu Morse'a.
22
23 %prep
24 %setup -q
25
26 %build
27 %{__make} \
28         CC="%{__cc}" \
29         CFLAGS="%{rpmcflags}" 
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT%{_bindir}
34
35 %{__make} install \
36         PREFIX=$RPM_BUILD_ROOT%{_prefix}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc Changes README TODO
44 %attr(755,root,root) %{_bindir}/*
This page took 0.055703 seconds and 3 git commands to generate.