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
|
Name: uniconvertor
|
||||||
Version: 1.1.5
|
Version: 2.0rc5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A universal vector graphics translator
|
Summary: A universal vector graphics translator
|
||||||
Group: Applications/Graphics
|
Group: Applications/Graphics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sk1project.org/modules.php?name=Products&product=uniconvertor
|
URL: https://sk1project.net/uc2/
|
||||||
Source: http://sk1project.org/downloads/uniconvertor/v%{version}/uniconvertor-%{version}.tar.gz
|
Source: https://downloads.sk1project.net/uc2/uniconvertor-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
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
|
## AUTOBUILDREQ-END
|
||||||
Requires: python-lcms
|
Requires: python-lcms
|
||||||
Requires: python-Imaging
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} setup.py build
|
%{__python27} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python} setup.py install \
|
%{__python27} setup.py install \
|
||||||
--prefix=%{_prefix} \
|
--root=%{buildroot} \
|
||||||
--root=%{buildroot}
|
--optimize=1 \
|
||||||
|
--skip-build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/uc2
|
||||||
%{_bindir}/uniconvertor
|
%{_bindir}/uniconvertor
|
||||||
%{python_sitearch}/uniconvertor-%{version}-py*.egg-info
|
%{_prefix}/lib/uniconvertor-%{version}/uniconvertor-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/uniconvertor/*
|
%dir %{_prefix}/lib/uniconvertor-%{version}
|
||||||
%doc README
|
%{_prefix}/lib/uniconvertor-%{version}/*
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 31 2013 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user