Blob Blame History Raw
Name:           fig2ps
Version:        1.3.5
Release:        1
Summary:        Utility for converting xfig pictures to PS/PDF

Group:          Applications/Publishing
License:        GPL
URL:            http://fig2ps.sourceforge.net/
Source0:        http://prdownloads.sourceforge.net/fig2ps/%{name}_%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       tetex-latex tetex-dvips ghostscript transfig

%description
fig2ps is a perl script which converts xfig files to postscript or
PDF, using LaTeX for processing text (a capability not included in
transfig). This provides the benefit of seamless integration of
figures into documents (the font in the figures is the same as in the
text), and allows for special typesetting commands (such as
mathematical equations) to be included in figures.


%prep
%setup -q

%build


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README examples 
%{_bindir}/*
%{_mandir}/*/*
%config(noreplace) /etc/fig2ps

%changelog
* Mon Jan 16 2006 Quentin Spencer <qspencer@users.sourceforge.net> 1.3.5-1
- New upstream release

* Wed Sep 21 2005 Quentin Spencer <qspencer@users.sourceforge.net> 1.3.3-2
- fix make install command

* Tue Sep 20 2005 Quentin Spencer <qspencer@users.sourceforge.net> 1.3.3-1
- Initial version.