%global hghash 9260a2461344 %global hgdate 20091127 Name: inkscape-textext Version: 0.4.4 Release: 4.%{?hgdate}hg%{hghash}%{?dist} Summary: Inkscape extension to add LaTeX-generated text objects to the SVG drawings Group: Applications/Productivity License: BSD URL: http://pav.iki.fi/software/textext/ Source0: https://bitbucket.org/pv/textext/get/%{hghash}.tar.gz BuildArch: noarch Requires: inkscape tex(latex) pdf2svg %description Textext is an extension for Inkscape that allows adding LaTeX-generated text objects to your SVG drawing. What's more, you can also *edit* these text objects after creating them. This brings some of the power of TeX typesetting to Inkscape. %prep %setup -q -n pv-textext-%{hghash} %build %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_datadir}/inkscape/extensions/ install -pm 0644 textext.inx %{buildroot}%{_datadir}/inkscape/extensions/ install -p textext.py %{buildroot}%{_datadir}/inkscape/extensions/ %files %doc README.txt LICENSE.txt %{_datadir}/inkscape/extensions/textext.inx %{_datadir}/inkscape/extensions/textext.py* %changelog * Sat Jan 7 2012 Willington Vega - 0.4.4-4.20091127hg9260a2461344 - Add commit hash to release tag * Sat Dec 24 2011 Willington Vega - 0.4.4-3.20091127hg - Require tex(latex) instead of textlive-latex - Remove no longer necessary sections and tags - Remove python-lxml as a dependency - Add Group tag - Changes suggested by Mohamed El Morabity (#699316) * Mon Nov 21 2011 Willington Vega - 0.4.4-2.20091127hg - Add documentation files - Fix rpmlint warnings and errors * Sun Apr 24 2011 Willington Vega - 0.4.4-1 - First release