Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3fa247ec5 | ||
|
|
0936b037f3 | ||
|
|
d99f04dfa8 | ||
|
|
70f5081da7 |
6 changed files with 2 additions and 100 deletions
|
|
@ -1 +0,0 @@
|
||||||
scribite_3_2_basic.zip
|
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: zikula-module-scribite
|
|
||||||
# $Id$
|
|
||||||
NAME := zikula-module-scribite
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attept a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
||||||
2
dead.package
Normal file
2
dead.package
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
2014-12-20: Retired orphaned package, because it was not built.
|
||||||
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
zikula-module-scribite-3_2-3_fc11:HEAD:zikula-module-scribite-3.2-3.fc11.src.rpm:1248471298
|
|
||||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
||||||
84cfdce4a38f7eb1dd44bb3d8359b561 scribite_3_2_basic.zip
|
|
||||||
|
|
@ -1,76 +0,0 @@
|
||||||
%global zikula_base %{_datadir}/zikula
|
|
||||||
%global zikula_moddir %{zikula_base}/modules
|
|
||||||
%global zikula_modname scribite
|
|
||||||
|
|
||||||
Name: zikula-module-%{zikula_modname}
|
|
||||||
Version: 3.2
|
|
||||||
Release: 3%{?dist}
|
|
||||||
Summary: Integration of several JavaScript text editors with Zikula
|
|
||||||
|
|
||||||
Group: Applications/Publishing
|
|
||||||
License: GPLv2+
|
|
||||||
# Use top-level URL from Zikula site for the module
|
|
||||||
URL: http://code.zikula.org/scribite/downloads/
|
|
||||||
# http://code.zikula.org/scribite/downloads/24
|
|
||||||
Source0: %{zikula_modname}_3_2_basic.zip
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildArch: noarch
|
|
||||||
#BuildRequires:
|
|
||||||
Requires: zikula
|
|
||||||
|
|
||||||
%description
|
|
||||||
scribite! is a module for easy integration of WYSIWYG scripts, TinyMCE,
|
|
||||||
FCKeditor, openWYSIWYG, NicEdit or YUI Rich Text Editor into textarea fields in
|
|
||||||
order to make text editing a little bit nicer and more comfortable for users.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -qn modules/%{zikula_modname}
|
|
||||||
# Remove empty index.html and others
|
|
||||||
find -size 0 | xargs rm -f
|
|
||||||
|
|
||||||
# Remove CC-licensed pieces
|
|
||||||
#rm -rf javascript/scribite_editors/xinha/skins/titan
|
|
||||||
#rm -rf javascript/scribite_editors/xinha/skins/inditreuse
|
|
||||||
#rm -rf javascript/scribite_editors/xinha/iconsets/Tango
|
|
||||||
|
|
||||||
%build
|
|
||||||
#Fixing wrong-file-end-of-line-encoding error
|
|
||||||
cd pndocs
|
|
||||||
sed -i 's/\r//' Snoopy_gpl_license.txt
|
|
||||||
sed -i 's/\r//' changelog.txt
|
|
||||||
sed -i 's/\r//' tinymce_lgpl_license.txt
|
|
||||||
sed -i 's/\r//' openwysiwyg_license.txt
|
|
||||||
sed -i 's/\r//' fckeditor_license.txt
|
|
||||||
|
|
||||||
%install
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
%{__mkdir} -p $RPM_BUILD_ROOT/%{zikula_moddir}/%{zikula_modname}
|
|
||||||
cp -pr . $RPM_BUILD_ROOT/%{zikula_moddir}/%{zikula_modname}
|
|
||||||
rm -rf $RPM_BUILD_ROOT/%{zikula_moddir}/%{zikula_modname}/pndocs
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc pndocs/changelog.txt pndocs/fckeditor_license.txt pndocs/license.txt pndocs/nicedit_license.txt pndocs/openwysiwyg_license.txt pndocs/scribite!-dev-deu.odt pndocs/scribite!-dev-deu.pdf pndocs/scribite!-dev-eng.odt pndocs/scribite!-dev-eng.pdf pndocs/scribite!-dev-fra.odt pndocs/scribite!-dev-fra.pdf pndocs/scribite!-documentation-deu.odt pndocs/scribite!-documentation-deu.pdf pndocs/scribite!-documentation-eng.odt pndocs/scribite!-documentation-eng.pdf pndocs/scribite!-documentation-fra.odt pndocs/scribite!-documentation-fra.pdf pndocs/Snoopy_gpl_license.txt pndocs/tinymce_lgpl_license.txt pndocs/todo.txt pndocs/xinha_htmlarea_license.txt
|
|
||||||
|
|
||||||
%{zikula_moddir}/%{zikula_modname}
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Wed Jul 22 2009 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 3.2-3
|
|
||||||
- Updated source with new version of scribite!.
|
|
||||||
|
|
||||||
* Wed Jul 22 2009 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 3.2-2
|
|
||||||
- Updated SPEC to remove non-GPL skins and icons.
|
|
||||||
- Fixed wrong-file-end-of-line-encoding errors in SPEC.
|
|
||||||
|
|
||||||
* Tue Jun 23 2009 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 3.2-1
|
|
||||||
- Updated package to remove non-GPL code.
|
|
||||||
|
|
||||||
* Mon Jun 15 2009 Eric "Sparks" Christensen <sparks@fedoraproject.org> - 3.1-1
|
|
||||||
- Initial RPM build
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue