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