88 lines
2.6 KiB
RPMSpec
88 lines
2.6 KiB
RPMSpec
Name: uniconvertor
|
|
Version: 2.0rc5
|
|
Release: 1mamba
|
|
Summary: A universal vector graphics translator
|
|
Group: Applications/Graphics
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://sk1project.net/uc2/
|
|
Source: https://downloads.sk1project.net/uc2/uniconvertor-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libMagick-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: liblcms2-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpython27-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: python-lcms
|
|
|
|
%description
|
|
UniConvertor is a universal vector graphics translator. It is a command line tool which uses sK1 object model to convert one format to another.
|
|
Development of the import/export modules for this program goes through different stages, quality and feature coverage are different among formats.
|
|
UniConvetor is used in Inkscape and Scribus projects as external tool for CorelDraw files importing.
|
|
|
|
Import filters:
|
|
* CorelDRAW ver.7-X3,X4 (CDR/CDT/CCX/CDRX/CMX)
|
|
* Adobe Illustrator up to 9 ver. (AI postscript based)
|
|
* Postscript (PS)
|
|
* Encapsulated Postscript (EPS)
|
|
* Computer Graphics Metafile (CGM)
|
|
* Windows Metafile (WMF)
|
|
* XFIG
|
|
* Scalable Vector Graphics (SVG)
|
|
* Skencil/Sketch/sK1 (SK and SK1)
|
|
* Acorn Draw (AFF)
|
|
|
|
Export filters:
|
|
* AI (Postscript based Adobe Illustrator 5.0 format)
|
|
* SVG (Scalable Vector Graphics)
|
|
* SK (Sketch/Skencil format)
|
|
* SK1 (sK1 format)
|
|
* CGM (Computer Graphics Metafile)
|
|
* WMF (Windows Metafile)
|
|
* PDF (Portable Document Format)
|
|
* PS (PostScript)
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%{__python27} setup.py build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__python27} setup.py install \
|
|
--root=%{buildroot} \
|
|
--optimize=1 \
|
|
--skip-build
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/uc2
|
|
%{_bindir}/uniconvertor
|
|
%{_prefix}/lib/uniconvertor-%{version}/uniconvertor-%{version}-py*.egg-info
|
|
%dir %{_prefix}/lib/uniconvertor-%{version}
|
|
%{_prefix}/lib/uniconvertor-%{version}/*
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Fri Aug 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0rc5-1mamba
|
|
- update to 2.0rc5
|
|
|
|
* Fri Aug 09 2024 Automatic Build System <autodist@openmamba.org> 1.1.5-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Thu Jan 31 2013 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 10 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.3-1mamba
|
|
- package created by autospec
|