X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=cwtext.spec;h=e132eda71a4fde82ecfd6db1d765efce9e41be8a;hb=2b3ce2799238cbfed1deb1c6e2bf0aa84271804e;hp=e797355dd3df9ea5c16b37664e660c92e152b3c1;hpb=c30402465964b13b2a53afb9389606a0b2036044;p=packages%2Fcwtext.git diff --git a/cwtext.spec b/cwtext.spec index e797355..e132eda 100644 --- a/cwtext.spec +++ b/cwtext.spec @@ -1,37 +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.93 +Version: 0.95 Release: 1 -License: GPL +License: GPL v2 Group: Applications -Source0: ftp://ftp.sourceforge.net/pub/sourceforge/cwtext/%{name}-%{version}.tar.gz -URL: http://cwtext.sourceforge.net/ +Source0: http://dl.sourceforge.net/cwtext/%{name}-%{version}.tar.gz +# 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}/*