]> git.pld-linux.org Git - packages/fckeditor.git/commitdiff
- undos also .html
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 23 Jul 2008 14:11:16 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fckeditor.spec -> 1.6

fckeditor.spec

index 3e0778644a28727045e1006db87cb683f08885db..b6607d8eee84b19c3fb505853ab88784d298accf 100644 (file)
@@ -4,7 +4,7 @@ Summary:        The text editor for Internet
 Summary(pl.UTF-8):     Edytor tekstowy dla Internetu
 Name:          fckeditor
 Version:       2.6.2
 Summary(pl.UTF-8):     Edytor tekstowy dla Internetu
 Name:          fckeditor
 Version:       2.6.2
-Release:       0.1
+Release:       0.2
 License:       LGPL v2.1
 Group:         Applications/WWW
 Source0:       http://dl.sourceforge.net/fckeditor/FCKeditor_%{version}.tar.gz
 License:       LGPL v2.1
 Group:         Applications/WWW
 Source0:       http://dl.sourceforge.net/fckeditor/FCKeditor_%{version}.tar.gz
@@ -36,7 +36,7 @@ rm -f fckeditor.{afp,asp,cfc,cfm,lasso}
 
 # undos the source
 sed -i -e 's,\r$,,' fckeditor.*
 
 # undos the source
 sed -i -e 's,\r$,,' fckeditor.*
-find '(' -name '*.js' -o -name '*.css' -o -name '*.txt' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
+find '(' -name '*.js' -o -name '*.css' -o -name '*.txt' -o -name '*.html' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.064748 seconds and 4 git commands to generate.