Author: glen Date: Thu Aug 23 14:23:11 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - fix line endings of readme.txt
---- Files affected: SPECS: swfobject.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/swfobject.spec diff -u SPECS/swfobject.spec:1.1 SPECS/swfobject.spec:1.2 --- SPECS/swfobject.spec:1.1 Thu Aug 23 16:21:45 2007 +++ SPECS/swfobject.spec Thu Aug 23 16:23:06 2007 @@ -8,6 +8,7 @@ Source0: http://blog.deconcept.com/swfobject/swfobject.zip # Source0-md5: c165bb34978ed008ed2108f2df40ba93 URL: http://blog.deconcept.com/swfobject/ +BuildRequires: sed >= 4.0 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -22,7 +23,8 @@ years to come. %prep -%setup -q -n swfobject1-5/ +%setup -q -n swfobject1-5 +%{__sed} -i -e 's,\r,\n,g' readme.txt %install rm -rf $RPM_BUILD_ROOT @@ -43,6 +45,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/08/23 14:23:06 glen +- fix line endings of readme.txt + Revision 1.1 2007/08/23 14:21:45 glen - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/swfobject.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
