update to 1.3.0.0 [release 1.3.0.0-1mamba;Sun Jan 23 2022]
This commit is contained in:
parent
3c1e57e655
commit
1055440706
@ -1,29 +1,36 @@
|
|||||||
Name: xmlcopyeditor
|
Name: xmlcopyeditor
|
||||||
Version: 1.2.0.6
|
Version: 1.3.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A fast, free, validating XML editor
|
Summary: A fast, free, validating XML editor
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://xml-copy-editor.sourceforge.net
|
URL: https://xml-copy-editor.sourceforge.io/
|
||||||
Source: http://downloads.sourceforge.net/project/xml-copy-editor/xmlcopyeditor-linux/%{version}/xmlcopyeditor-%{version}-2.tar.gz
|
Source: http://downloads.sourceforge.net/project/xml-copy-editor/xmlcopyeditor-linux/%{version}/xmlcopyeditor-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libenchant-devel
|
BuildRequires: libatk-devel
|
||||||
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libenchant1-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgtk3-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: liblzma-devel
|
||||||
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpcre-devel
|
BuildRequires: libpcre-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libwxBase-unicode-devel
|
BuildRequires: libwx_baseu30-devel
|
||||||
BuildRequires: libwxGTK-unicode-devel
|
BuildRequires: libwx_gtk3u30-devel
|
||||||
BuildRequires: libxerces-c-devel
|
BuildRequires: libxerces-c-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
XML Copy Editor is a fast, free, validating XML editor, with following features:
|
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
|
* Spelling and style check
|
||||||
* Built-in support for XHTML, XSL, DocBook and TEI
|
* Built-in support for XHTML, XSL, DocBook and TEI
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -50,17 +59,25 @@ XML Copy Editor is a fast, free, validating XML editor, with following features:
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/xmlcopyeditor
|
%{_bindir}/xmlcopyeditor
|
||||||
%{_datadir}/applications/xmlcopyeditor.desktop
|
%{_datadir}/applications/xmlcopyeditor.desktop
|
||||||
|
%{_datadir}/metainfo/xmlcopyeditor.appdata.xml
|
||||||
%{_datadir}/pixmaps/xmlcopyeditor.png
|
%{_datadir}/pixmaps/xmlcopyeditor.png
|
||||||
%{_datadir}/xmlcopyeditor
|
%{_datadir}/xmlcopyeditor
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
%{_mandir}/man1/xmlcopyeditor.1*
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
#ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0.0-1mamba
|
||||||
|
- update to 1.3.0.0
|
||||||
|
|
||||||
* Wed Feb 17 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.2.0.6-1mamba
|
* Wed Feb 17 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.2.0.6-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user