package created by autospec [release 1.2.0.6-1mamba;Wed Feb 17 2010]

This commit is contained in:
Stefano Cotta Ramusino 2024-01-05 19:45:39 +01:00
parent 8694dd24d2
commit 3c1e57e655
2 changed files with 79 additions and 0 deletions

View File

@ -1,2 +1,15 @@
# xmlcopyeditor # 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

66
xmlcopyeditor.spec Normal file
View File

@ -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 <stefano.cotta@openmamba.org>
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 <stefano.cotta@openmamba.org> 1.2.0.6-1mamba
- package created by autospec