]> git.pld-linux.org Git - packages/cwtext.git/blobdiff - cwtext.spec
- up to 0.96
[packages/cwtext.git] / cwtext.spec
index a45d0c7d2607504519af3bb5a40f2486321acb8d..be8abd86356844bd1c8acaaeef89b634d3f78e39 100644 (file)
@@ -1,40 +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.91
+Version:       0.96
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         Applications
-Source0:       http://prdownloads.sourceforge.net/cwtext/%{name}-%{version}.tar.gz
-URL:           http://cwtext.sourceforge.net/
+Source0:       http://dl.sourceforge.net/cwtext/%{name}-%{version}.tar.gz
+# Source0-md5: d5083cd92d255fba6ff425fbd68aa405
+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}
-
-gzip -9nf README TODO
+%{__make} install \
+       PREFIX=$RPM_BUILD_ROOT%{_prefix}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc Changes README TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.08525 seconds and 4 git commands to generate.