Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main-src > by-pkgid > c036b7b959faa7ebceb608b3145d714b > files > 2

latex-eurosym-1.4-1ark.src.rpm

Name: latex-eurosym
Version: 1.4
Release: 1ark
Summary: LaTeX module for writing invoices
URL: ftp://ftp.tex.ac.uk/tex-archive/help/Catalogue/entries/eurosym.html
Source: ftp://ftp.tex.ac.uk/tex-archive/fonts/eurosym.tar.bz2
License: GPL
Group: Applications/Publishing/TeX
Requires: tetex tetex-latex
Prereq: tetex
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root
BuildArch: noarch

%description
LaTeX module for using the Euro sign

%prep
%setup -q -n eurosym

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_datadir/texmf/fonts/source \
         $RPM_BUILD_ROOT%_datadir/texmf/fonts/tfm \
         $RPM_BUILD_ROOT%_datadir/texmf/tex/latex
cp -a src $RPM_BUILD_ROOT%_datadir/texmf/fonts/source/eurosym
cp -a tfm $RPM_BUILD_ROOT%_datadir/texmf/fonts/tfm/eurosym
cp -a sty $RPM_BUILD_ROOT%_datadir/texmf/tex/latex/eurosym

%post -p %_bindir/texhash

%postun -p %_bindir/texhash

%files
%defattr(-,root,root)
%_datadir/texmf/fonts/source/eurosym
%_datadir/texmf/fonts/tfm/eurosym
%_datadir/texmf/tex/latex/eurosym

%clean
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%{name}-%{version}

%changelog
* Sun Jun 13 2004 Bernhard Rosenkraenzer <bero@arklinux.org> 0.7-1ark
- initial RPM