]> git.pld-linux.org Git - packages/fckeditor.git/blobdiff - fckeditor.spec
- 2.6.2
[packages/fckeditor.git] / fckeditor.spec
index 1a7c2818a02261a55df2313149010f950bb45a82..3e0778644a28727045e1006db87cb683f08885db 100644 (file)
@@ -1,13 +1,14 @@
 # TODO
 # - connectors subpackages
 Summary:       The text editor for Internet
+Summary(pl.UTF-8):     Edytor tekstowy dla Internetu
 Name:          fckeditor
-Version:       2.1.1
+Version:       2.6.2
 Release:       0.1
 License:       LGPL v2.1
 Group:         Applications/WWW
 Source0:       http://dl.sourceforge.net/fckeditor/FCKeditor_%{version}.tar.gz
-# Source0-md5: c41f2eeb93757ed06a8556dc8f2a15a0
+# Source0-md5: edc7270914e17fdfc5ad00e22eee1c38
 URL:           http://www.fckeditor.net/
 BuildRequires: sed >= 4.0
 BuildArch:     noarch
@@ -20,8 +21,15 @@ This HTML text editor brings to the web many of the powerful
 functionalities of desktop editors like MS Word. It's lightweight and
 doesn't require any kind of installation on the client computer.
 
+%description -l pl.UTF-8
+Ten edytor tekstu HTML udostępnia stronom WWW wiele potężnych funkcji
+edytorów biurowych, takich jak MS Word. Jest lekki i nie wymaga żadnej
+inicjalizacji na komputerze klienckim.
+
 %prep
-%setup -q -n FCKeditor
+%setup -qc
+mv fckeditor/* .
+rmdir fckeditor
 
 # don't know if there's any interpreter for those on linux, so kill
 rm -f fckeditor.{afp,asp,cfc,cfm,lasso}
@@ -30,8 +38,6 @@ rm -f fckeditor.{afp,asp,cfc,cfm,lasso}
 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 '*.suspended' | xargs rm -v
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_appdir}
This page took 0.035661 seconds and 4 git commands to generate.