2024-01-05 19:45:39 +01:00
|
|
|
Name: xmlcopyeditor
|
2024-01-05 19:45:40 +01:00
|
|
|
Version: 1.3.0.0
|
2024-01-05 19:45:39 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A fast, free, validating XML editor
|
|
|
|
Group: Graphical Desktop/Applications/Development
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 19:45:40 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://xml-copy-editor.sourceforge.io/
|
|
|
|
Source: http://downloads.sourceforge.net/project/xml-copy-editor/xmlcopyeditor-linux/%{version}/xmlcopyeditor-%{version}.tar.gz
|
2024-01-05 19:45:39 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 19:45:40 +01:00
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libenchant1-devel
|
2024-01-05 19:45:39 +01:00
|
|
|
BuildRequires: libexpat-devel
|
|
|
|
BuildRequires: libgcc
|
2024-01-05 19:45:40 +01:00
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
2024-01-05 19:45:39 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 19:45:40 +01:00
|
|
|
BuildRequires: libgtk3-devel
|
|
|
|
BuildRequires: libharfbuzz-devel
|
|
|
|
BuildRequires: liblzma-devel
|
|
|
|
BuildRequires: libpango-devel
|
2024-01-05 19:45:39 +01:00
|
|
|
BuildRequires: libpcre-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-05 19:45:40 +01:00
|
|
|
BuildRequires: libwx_baseu30-devel
|
|
|
|
BuildRequires: libwx_gtk3u30-devel
|
2024-01-05 19:45:39 +01:00
|
|
|
BuildRequires: libxerces-c-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxslt-devel
|
2024-01-05 19:45:40 +01:00
|
|
|
BuildRequires: libz-devel
|
2024-01-05 19:45:39 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
2024-01-05 19:45:40 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 19:45:39 +01:00
|
|
|
%prep
|
2024-01-05 19:45:40 +01:00
|
|
|
%setup -q -n %{name}
|
2024-01-05 19:45:39 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-05 19:45:40 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2024-01-05 19:45:39 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 19:45:40 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-05 19:45:39 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/xmlcopyeditor
|
|
|
|
%{_datadir}/applications/xmlcopyeditor.desktop
|
2024-01-05 19:45:40 +01:00
|
|
|
%{_datadir}/metainfo/xmlcopyeditor.appdata.xml
|
2024-01-05 19:45:39 +01:00
|
|
|
%{_datadir}/pixmaps/xmlcopyeditor.png
|
|
|
|
%{_datadir}/xmlcopyeditor
|
2024-01-05 19:45:40 +01:00
|
|
|
%{_mandir}/man1/xmlcopyeditor.1*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog NEWS README TODO
|
2024-01-05 19:45:39 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:45:40 +01:00
|
|
|
* Sun Jan 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0.0-1mamba
|
|
|
|
- update to 1.3.0.0
|
|
|
|
|
2024-01-05 19:45:39 +01:00
|
|
|
* Wed Feb 17 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.2.0.6-1mamba
|
|
|
|
- package created by autospec
|