######################################################################## ## dvisvgm.spec ## ## ## ## This file is part of dvisvgm -- the DVI to SVG converter ## ## Copyright (C) 2005-2007 Martin Gieseking ## ## ## ## This program is free software; you can redistribute it and/or ## ## modify it under the terms of the GNU General Public License ## ## as published by the Free Software Foundation; either version 2 ## ## of the License, or (at your option) any later version. ## ## ## ## This program is distributed in the hope that it will be useful, ## ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## ## GNU General Public License for more details. ## ## ## ## You should have received a copy of the GNU General Public License ## ## along with this program; if not, write to the Free Software ## ## Foundation, Inc., 51 Franklin Street, Fifth Floor, ## ## Boston, MA 02110-1301, USA. ## ######################################################################## ## $Id: dvisvgm.spec.in 45 2007-03-21 10:00:51Z mgieseki $ Summary: command-line utility to convert DVI files to SVG Name: dvisvgm Version: @VERSION@ Release: 1%{?dist} Packager: Martin Gieseking License: GPL Distribution: Fedora Core 6 Group: Applications/Publishing Source0: %{name}-%{version}.tar.gz URL: http://dvisvgm.sourceforge.net BuildRoot: %{_tmppath}/%{name}-root BuildRequires: freetype-devel BuildRequires: tetex BuildRequires: zlib-devel Requires: freetype Requires: tetex Requires: tetex-fonts Requires: zlib %description dvisvgm is a command-line utility that converts DVI files, as created by TeX, to the XML-based scalable vector graphics format SVG. %prep %setup %build %configure make %install make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README %{_bindir}/dvisvgm %{_mandir}/man1/dvisvgm.1.gz %changelog * Tue Mar 20 2007 Martin Gieseking - added distribution tag - changed group to Applications/Publishing - added required package tetex-fonts * Mon Jan 01 2007 Martin Gieseking - Initial RPM release.