update to 2.0rc5 [release 2.0rc5-1mamba;Fri Aug 09 2024]
This commit is contained in:
parent
6fd03fd857
commit
aec05600b1
@ -1,21 +1,25 @@
|
||||
Name: uniconvertor
|
||||
Version: 1.1.5
|
||||
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: http://sk1project.org/modules.php?name=Products&product=uniconvertor
|
||||
Source: http://sk1project.org/downloads/uniconvertor/v%{version}/uniconvertor-%{version}.tar.gz
|
||||
URL: https://sk1project.net/uc2/
|
||||
Source: https://downloads.sk1project.net/uc2/uniconvertor-%{version}.tar.gz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython-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
|
||||
Requires: python-Imaging
|
||||
|
||||
%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.
|
||||
@ -48,25 +52,34 @@ Export filters:
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
%{__python27} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} setup.py install \
|
||||
--prefix=%{_prefix} \
|
||||
--root=%{buildroot}
|
||||
%{__python27} setup.py install \
|
||||
--root=%{buildroot} \
|
||||
--optimize=1 \
|
||||
--skip-build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/uc2
|
||||
%{_bindir}/uniconvertor
|
||||
%{python_sitearch}/uniconvertor-%{version}-py*.egg-info
|
||||
%{python_sitearch}/uniconvertor/*
|
||||
%doc README
|
||||
%{_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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user