]> git.pld-linux.org Git - packages/cwtext.git/blob - cwtext.spec
5a080d137570b444ec99b0abbd8a652833e2f985
[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.91
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        ftp://ftp.sourceforge.net/pub/sourceforge/cwtext/%{name}-%{version}.tar.gz
9 URL:            http://cwtext.sourceforge.net/
10 BuildRequires:  python
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.043098 seconds and 3 git commands to generate.