diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 55e1f5d..038b126 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,29 +1,36 @@ Name: xmlcopyeditor -Version: 1.2.0.6 +Version: 1.3.0.0 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 +Packager: Silvan Calarco +URL: https://xml-copy-editor.sourceforge.io/ +Source: http://downloads.sourceforge.net/project/xml-copy-editor/xmlcopyeditor-linux/%{version}/xmlcopyeditor-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libenchant-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libenchant1-devel BuildRequires: libexpat-devel BuildRequires: libgcc +BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel +BuildRequires: libgtk3-devel +BuildRequires: libharfbuzz-devel +BuildRequires: liblzma-devel +BuildRequires: libpango-devel BuildRequires: libpcre-devel BuildRequires: libstdc++6-devel -BuildRequires: libwxBase-unicode-devel -BuildRequires: libwxGTK-unicode-devel +BuildRequires: libwx_baseu30-devel +BuildRequires: libwx_gtk3u30-devel BuildRequires: libxerces-c-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel +BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description XML Copy Editor is a fast, free, validating XML editor, with following features: @@ -39,8 +46,10 @@ XML Copy Editor is a fast, free, validating XML editor, with following features: * Spelling and style check * Built-in support for XHTML, XSL, DocBook and TEI +%debug_package + %prep -%setup -q +%setup -q -n %{name} %build %configure @@ -50,17 +59,25 @@ XML Copy Editor is a fast, free, validating XML editor, with following features: [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall +%find_lang %{name} + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files +%files -f %{name}.lang %defattr(-,root,root) %{_bindir}/xmlcopyeditor %{_datadir}/applications/xmlcopyeditor.desktop +%{_datadir}/metainfo/xmlcopyeditor.appdata.xml %{_datadir}/pixmaps/xmlcopyeditor.png %{_datadir}/xmlcopyeditor -%doc AUTHORS COPYING ChangeLog NEWS README TODO +%{_mandir}/man1/xmlcopyeditor.1* +%doc AUTHORS COPYING +#ChangeLog NEWS README TODO %changelog +* Sun Jan 23 2022 Silvan Calarco 1.3.0.0-1mamba +- update to 1.3.0.0 + * Wed Feb 17 2010 Stefano Cotta Ramusino 1.2.0.6-1mamba - package created by autospec