Blob Blame History Raw
Name:           fig2ps
Version:        1.3.6
Release:        4%{?dist}
Summary:        Utility for converting xfig pictures to PS/PDF

Group:          Applications/Publishing
License:        GPLv2+
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 gv 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
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.3.6-3
- fix license tag

* Thu Jan 25 2007 Quentin Spencer <qspencer@users.sourceforge.net> 1.3.6-2
- Fix broken source URL.

* Thu Jan 25 2007 Quentin Spencer <qspencer@users.sourceforge.net> 1.3.6-1
- New release.

* Fri Sep 15 2006 Quentin Spencer <qspencer@users.sourceforge.net> 1.3.5-3
- Rebuild for FC6.

* Fri May 12 2006 Quentin Spencer <qspencer@users.sourceforge.net> 1.3.5-2
- Add gv as a dependency.
- Add dist tag.

* 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.