[tinymce-spellchecker/f15] Rebuild this package.

paragn paragn at fedoraproject.org
Mon Nov 28 05:21:33 UTC 2011


commit 73cb231b15a80817a81a842c6ea3263df8e4e74d
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Mon Nov 28 10:50:13 2011 +0530

    Rebuild this package.

 tinymce-spellchecker.spec |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/tinymce-spellchecker.spec b/tinymce-spellchecker.spec
index 5dc01d4..2810f2c 100644
--- a/tinymce-spellchecker.spec
+++ b/tinymce-spellchecker.spec
@@ -1,22 +1,21 @@
 %global		ver %(echo %{version} | tr . _)
+%global         _plugindir      %{_datadir}/tinymce/jscripts/tiny_mce/plugins
+
 Summary:	TinyMCE spellchecker plugin
 Name:		tinymce-spellchecker
 Version:	2.0.5
-Release:	4%{?dist}
+Release:	5%{?dist}
 Group:		Applications/Publishing
 URL:		http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker
 License:	LGPLv2+
 
 Source0:	http://cloud.github.com/downloads/tinymce/tinymce/tinymce_spellchecker_php_%{ver}.zip
 BuildArch:	noarch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	tinymce >= 3.1.1
 Requires:	php >= 5.2.0
 Requires:	php-pspell
 Requires:	php-mbstring
 
-%global		_plugindir	%{_datadir}/tinymce/jscripts/tiny_mce/plugins
-
 %description
 This plugin adds spellchecker functionality to TinyMCE by providing a
 new button that performs a AJAX call to a back-end PHP page that uses
@@ -55,27 +54,29 @@ find ${RPM_BUILD_ROOT}%{_plugindir}/spellchecker -type f | xargs chmod 644
 # These are docs, remove them from here, docify them later
 rm -f ${RPM_BUILD_ROOT}%{_plugindir}/spellchecker/changelog.txt
 
-%clean
-rm -rf ${RPM_BUILD_ROOT}
-
 %files
-%defattr(-,root,root,-)
 %dir %{_plugindir}/spellchecker
 %doc changelog.txt
 %{_plugindir}/spellchecker/*
 
 
 %changelog
+* Mon Nov 28 2011 Parag Nemade <pnemade AT fedoraproject DOT org> - 2.0.5-5
+- Rebuild this package.
+
 * Tue Jul 26 2011 Neal Gompa <ngompa13{%}gmail{*}com> - 2.0.5-4
 - Converted defined macros into globally defined ones
 - Corrected spelling of "backend" to "back-end" to shut up rpmlinit
+
 * Mon Jul 11 2011 Neal Gompa <ngompa13{%}gmail{*}com> - 2.0.5-3
 - Update to 2.0.5
 - Change to new source URL
 - Removed redundant entries
+
 * Mon Jun 28 2010 Neal Gompa <ngompa13{%}gmail{*}com> - 2.0.3-2
 - Remove explicit unzip BuildRequires
 - Remove php-curl Requires, it is in php-common
+
 * Sun Jun 27 2010 Neal Gompa <ngompa13{%}gmail{*}com> - 2.0.3-1
 - Initial package created
 


More information about the scm-commits mailing list