]> git.pld-linux.org Git - packages/cwtext.git/blob - cwtext.spec
- upgraded to 0.94
[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:        1
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 %description
15 ASCII to International Morse Code converter.
16
17 %description -l pl
18 Konwerter ASCII do Miêdzynarodowego Kodu Morse'a.
19
20 %prep
21 %setup -q
22
23 %build
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT%{_bindir}
29
30 %{__make} install PREFIX=$RPM_BUILD_ROOT%{_prefix}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %doc README TODO
38 %attr(755,root,root) %{_bindir}/*
This page took 0.105626 seconds and 3 git commands to generate.