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