SPECS: cwtext.spec - updated to 0.95

darekr darekr at pld-linux.org
Thu Jan 12 10:59:54 CET 2006


Author: darekr                       Date: Thu Jan 12 09:59:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.95

---- Files affected:
SPECS:
   cwtext.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/cwtext.spec
diff -u SPECS/cwtext.spec:1.13 SPECS/cwtext.spec:1.14
--- SPECS/cwtext.spec:1.13	Wed Jun  1 15:59:07 2005
+++ SPECS/cwtext.spec	Thu Jan 12 10:59:48 2006
@@ -2,13 +2,13 @@
 Summary:	ASCII to International Morse Code converter
 Summary(pl):	Konwerter ASCII do Międzynarodowego Kodu Morse'a
 Name:		cwtext
-Version:	0.94
-Release:	2
-License:	GPL
+Version:	0.95
+Release:	1
+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)
@@ -25,20 +25,23 @@
 %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}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -47,6 +50,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/01/12 09:59:48  darekr
+- updated to 0.95
+
 Revision 1.13  2005/06/01 13:59:07  zbyniu
 - BR: python
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/cwtext.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list