From adfbda1c27023f515b7a9fe73b6ac07a9f21c969 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:42:14 +0100 Subject: [PATCH] automatic rebuild by autodist [release 1.10-2mamba;Thu Sep 05 2013] --- README.md | 2 ++ ttf-bitstream-vera.spec | 51 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 ttf-bitstream-vera.spec diff --git a/README.md b/README.md index 122622c..dffb31b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # ttf-bitstream-vera +Bitstream Vera TrueType Fonts. + diff --git a/ttf-bitstream-vera.spec b/ttf-bitstream-vera.spec new file mode 100644 index 0000000..de3d6bd --- /dev/null +++ b/ttf-bitstream-vera.spec @@ -0,0 +1,51 @@ +Name: ttf-bitstream-vera +Version: 1.10 +Release: 2mamba +Summary: Bitstream Vera TrueType Fonts +Group: System/Fonts +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.gnome.org/fonts/ +Source: http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/%{version}/ttf-bitstream-vera-%{version}.tar.bz2 +License: no OSI Approved +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildArch: noarch + +%description +Bitstream Vera TrueType Fonts. + +%prep +%setup -q + +%build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -d %{buildroot}%{_datadir}/fonts/truetype +install -m 0644 *.ttf %{buildroot}%{_datadir}/fonts/truetype + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post +# something has probably changed, update the font-config cache +[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache +exit 0 + +%preun +# erase +[ -x %{_bindir}/fc-cache ] && %{_bindir}/fc-cache +exit 0 + +%files +%defattr(-,root,root) +%{_datadir}/fonts/truetype/Vera*.ttf +%doc README.TXT COPYRIGHT.TXT + +%changelog +* Thu Sep 05 2013 Automatic Build System 1.10-2mamba +- automatic rebuild by autodist + +* Wed May 09 2007 Silvan Calarco 1.10-1mamba +- package created by autospec