]> git.pld-linux.org Git - packages/cwtext.git/commitdiff
- initial release, STBR.
authorTomasz Pala <gotar@pld-linux.org>
Thu, 23 May 2002 07:56:05 +0000 (07:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cwtext.spec -> 1.1

cwtext.spec [new file with mode: 0644]

diff --git a/cwtext.spec b/cwtext.spec
new file mode 100644 (file)
index 0000000..a45d0c7
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       ASCII to International Morse Code converter
+Summary(pl):   Konwerter ASCII do Miêdzynarodowego Kodu Morse'a
+Name:          cwtext
+Version:       0.91
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://prdownloads.sourceforge.net/cwtext/%{name}-%{version}.tar.gz
+URL:           http://cwtext.sourceforge.net/
+BuildRequires: python
+BuildRequires: python-modules
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ASCII to International Morse Code converter.
+
+%description -l pl
+Konwerter ASCII do Miêdzynarodowego Kodu Morse'a.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install PREFIX=$RPM_BUILD_ROOT%{_prefix}
+
+gzip -9nf README TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.069988 seconds and 4 git commands to generate.