From 3c1e57e655f1880a14419a40b9552a4eff97f464 Mon Sep 17 00:00:00 2001 From: Stefano Cotta Ramusino Date: Fri, 5 Jan 2024 19:45:39 +0100 Subject: [PATCH] package created by autospec [release 1.2.0.6-1mamba;Wed Feb 17 2010] --- README.md | 13 +++++++++ xmlcopyeditor.spec | 66 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 xmlcopyeditor.spec diff --git a/README.md b/README.md index 9b347d2..7b42f33 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # xmlcopyeditor +XML Copy Editor is a fast, free, validating XML editor, with following features: +* DTD/XML Schema/RELAX NG validation +* XSLT +* XPath +* Pretty-printing +* Syntax highlighting +* Folding +* Tag completion +* Tag locking +* Tag-free editing +* Spelling and style check +* Built-in support for XHTML, XSL, DocBook and TEI + diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec new file mode 100644 index 0000000..55e1f5d --- /dev/null +++ b/xmlcopyeditor.spec @@ -0,0 +1,66 @@ +Name: xmlcopyeditor +Version: 1.2.0.6 +Release: 1mamba +Summary: A fast, free, validating XML editor +Group: Graphical Desktop/Applications/Development +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://xml-copy-editor.sourceforge.net +Source: http://downloads.sourceforge.net/project/xml-copy-editor/xmlcopyeditor-linux/%{version}/xmlcopyeditor-%{version}-2.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libenchant-devel +BuildRequires: libexpat-devel +BuildRequires: libgcc +BuildRequires: libglib-devel +BuildRequires: libpcre-devel +BuildRequires: libstdc++6-devel +BuildRequires: libwxBase-unicode-devel +BuildRequires: libwxGTK-unicode-devel +BuildRequires: libxerces-c-devel +BuildRequires: libxml2-devel +BuildRequires: libxslt-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +XML Copy Editor is a fast, free, validating XML editor, with following features: +* DTD/XML Schema/RELAX NG validation +* XSLT +* XPath +* Pretty-printing +* Syntax highlighting +* Folding +* Tag completion +* Tag locking +* Tag-free editing +* Spelling and style check +* Built-in support for XHTML, XSL, DocBook and TEI + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/xmlcopyeditor +%{_datadir}/applications/xmlcopyeditor.desktop +%{_datadir}/pixmaps/xmlcopyeditor.png +%{_datadir}/xmlcopyeditor +%doc AUTHORS COPYING ChangeLog NEWS README TODO + +%changelog +* Wed Feb 17 2010 Stefano Cotta Ramusino 1.2.0.6-1mamba +- package created by autospec