Name: TeXamator Version: 1.7.3 Release: 0%{?dist} Summary: Helping you making your exercise sheets License: GPL URL: http://snouffy.free.fr/blog-en/index.php/category/TeXamator Source0: http://snouffy.free.fr/blog-en/public/TeXamator/%{name}.v.%{version}.tar.gz BuildArch: noarch Requires: python Requires: PyQt4 Requires: texlive-latex Requires: dvipng %description TeXamator is written in Python/Qt4. It is aimed at helping you making your exercise sheets. Basically, it browses a specified directory, looks for .tex files containing exercises and builds a tree with all your exercises in it. You can click on an element of the tree to have a preview of the exercise and add it to a list if you wish to. Then you can save your work to a .tex file or you can generate a .dvi file. %prep %setup -q -n %{name} %build %install mkdir -p %{buildroot}%{_bindir} mkdir -p %{buildroot}%{_datadir}/%{name} cp -rp partielatormods %{buildroot}%{_datadir}/%{name} cp -rp ts_files %{buildroot}%{_datadir}/%{name} cp -rp ui_files %{buildroot}%{_datadir}/%{name} cp -p %{name}.py %{buildroot}%{_datadir}/%{name}/%{name}.py ln -s %{_datadir}/%{name}/%{name}.py %{buildroot}%{_bindir}/%{name} %files %doc README %{_bindir}/%{name} %{_datadir}/%{name} %changelog * Mon Jan 09 2012 Mario Santagiuliana - 1.7.3-0 - initial build