[ckeditor] Initial import

Orion Poplawski orion at fedoraproject.org
Mon Jan 23 20:49:49 UTC 2012


commit 8d29811a9490292d626543c889ed967ee8b2f482
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Jan 23 13:49:47 2012 -0700

    Initial import

 .gitignore    |    1 +
 ckeditor.conf |    1 +
 ckeditor.spec |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources       |    1 +
 4 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f07f4c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ckeditor_3.6.2.tar.gz
diff --git a/ckeditor.conf b/ckeditor.conf
new file mode 100644
index 0000000..eb90005
--- /dev/null
+++ b/ckeditor.conf
@@ -0,0 +1 @@
+Alias /ckeditor /usr/share/ckeditor
diff --git a/ckeditor.spec b/ckeditor.spec
new file mode 100644
index 0000000..0c5005e
--- /dev/null
+++ b/ckeditor.spec
@@ -0,0 +1,61 @@
+Name:		ckeditor
+Version:	3.6.2
+Release:	2%{?dist}
+Summary:	WYSIWYG text editor to be used inside web pages
+
+Group:		Applications/Internet
+License:	GPLv2+ or LGPLv2+ or MPLv1.1+
+URL:		http://ckeditor.com/
+Source0:	http://download.cksource.com/CKEditor/CKEditor/CKEditor%20%{version}/ckeditor_%{version}.tar.gz
+Source1:	%{name}.conf
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+BuildArch:	noarch
+
+Requires:	httpd
+
+%description
+CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor,
+which means that the text being edited on it looks as similar as possible to
+the results users have when publishing it. It brings to the web common editing
+features found on desktop editing applications like Microsoft Word and
+OpenOffice.
+
+
+%prep
+%setup -q -n %{name}
+
+
+%build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp -rp * $RPM_BUILD_ROOT%{_datadir}/%{name}
+chmod +x $RPM_BUILD_ROOT%{_datadir}/%{name}/_samples/adobeair/run.sh
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
+install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc CHANGES.html INSTALL.html LICENSE.html
+%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf
+%{_datadir}/%{name}
+
+
+%changelog
+* Mon Jan 23 2012 Orion Poplawski <orion at cora.nwra.com> 3.6.2-2
+- Make %%doc line explicit
+
+* Tue Oct 25 2011 Orion Poplawski <orion at cora.nwra.com> 3.6.2-1
+- Update to 3.6.2
+
+* Wed Aug 3 2011 Orion Poplawski <orion at cora.nwra.com> 3.6.1-1
+- Update to 3.6.1
+
+* Wed Oct 6 2010 Orion Poplawski <orion at cora.nwra.com> 3.4.1-1
+- Initial package
diff --git a/sources b/sources
index e69de29..0fc90a6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1c490b050c428e79a1f65ba5459e7ec9  ckeditor_3.6.2.tar.gz


More information about the scm-commits mailing list