migrate from %{_datadir}/texmf to %{_datadir}/texmf-dist [release 20110207-2mamba;Tue Aug 20 2013]

This commit is contained in:
Silvan Calarco 2024-01-06 03:33:06 +01:00
parent 414de5f945
commit 368df966d5
2 changed files with 53 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# latex-font-bera
A collection for Type1 fonts and the files required to use them with LaTeX.

51
latex-font-bera.spec Normal file
View File

@ -0,0 +1,51 @@
Name: latex-font-bera
Version: 20110207
Release: 2mamba
Summary: A collection for Type1 fonts and the files required to use them with LaTeX
Group: System/Fonts
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.ctan.org/tex-archive/fonts/bera/
Source: http://mirror.ctan.org/fonts/bera.zip
License: no OSI Approved
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires(post):tetex
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
A collection for Type1 fonts and the files required to use them with LaTeX.
%prep
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d -m0755 %{buildroot}%{_datadir}/texmf-dist
cd %{buildroot}%{_datadir}/texmf-dist/
unzip %{SOURCE0}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
mktexlsr 2>/dev/null
:
%postun
mktexlsr 2>/dev/null
:
%files
%defattr(-,root,root)
%{_datadir}/texmf-dist/*
%changelog
* Tue Aug 20 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 20110207-2mamba
- migrate from %{_datadir}/texmf to %{_datadir}/texmf-dist
* Mon Feb 07 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 20110207-1mamba
- package created by autospec