]> git.pld-linux.org Git - packages/cwtext.git/blobdiff - cwtext.spec
- tabs in preamble
[packages/cwtext.git] / cwtext.spec
index bbcc1bef0474d017bfbbfa18a8840d606ab42c2b..e132eda71a4fde82ecfd6db1d765efce9e41be8a 100644 (file)
@@ -1,38 +1,44 @@
 Summary:       ASCII to International Morse Code converter
-Summary(pl):   Konwerter ASCII do Miêdzynarodowego Kodu Morse'a
+Summary(pl.UTF-8):     Konwerter ASCII do Międzynarodowego Kodu Morse'a
 Name:          cwtext
-Version:       0.94
+Version:       0.95
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         Applications
 Source0:       http://dl.sourceforge.net/cwtext/%{name}-%{version}.tar.gz
-# Source0-md5: cc98ed413ec36b39fd1e9ed921635bb0
-URL:           http://cwtext.sourceforge.net/
+# Source0-md5: b6fd950f5c970027b8be1a6df720017d
+URL:           http://cwtext.sourceforge.net/index.php
+BuildRequires: python
 BuildRequires: python-modules
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                specflags_ia32   -fomit-frame-pointer 
+
 %description
 ASCII to International Morse Code converter.
 
-%description -l pl
-Konwerter ASCII do Miêdzynarodowego Kodu Morse'a.
+%description -l pl.UTF-8
+Konwerter ASCII do Międzynarodowego Kodu Morse'a.
 
 %prep
 %setup -q
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}" 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
-%{__make} install PREFIX=$RPM_BUILD_ROOT%{_prefix}
+%{__make} install \
+       PREFIX=$RPM_BUILD_ROOT%{_prefix}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README TODO
+%doc Changes README TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.096607 seconds and 4 git commands to generate.