File culmus.spec of Package culmus
#
# spec file for package culmus (Version 0.101)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: culmus
License: GPL
Group: System/X11/Fonts
Autoreqprov: on
Prereq: %suseconfig_fonts_prereq
Provides: locale(he)
Version: 0.101
Release: 13
URL: http://culmus.sourceforge.net/
Source0: http://mesh.dl.sourceforge.net/sourceforge/culmus/culmus-0.101.tar.bz2
BuildArchitectures: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Free Hebrew Fonts
%description
Nine Hebrew font families. ASCII glyphs partially borrowed from the URW
and Bitstream fonts. Those families provide a basic set of a serif
(Frank Ruehl), sans serif (Nachlieli), and monospaced (Miriam Mono)
fonts. Also included Miriam, Drugulin, Aharoni, David, Yehuda, and
Ellinia.
Authors:
--------
Maxim Iorsh <iorsh@math.technion.ac.il>
%prep
%setup -q
%build
%install
%define fontdir /usr/share/fonts/Type1
mkdir -p $RPM_BUILD_ROOT%fontdir
install -c -m 644 *.afm *.pf? $RPM_BUILD_ROOT%fontdir
install -c -m 644 fonts.scale \
$RPM_BUILD_ROOT%fontdir/fonts.scale.culmus
%clean
rm -rf $RPM_BUILD_ROOT
%post
%run_suseconfig_fonts
%postun
%run_suseconfig_fonts
%files
%defattr(-, root,root)
%doc CHANGES fonts.alias fonts.scale culmus.conf local.conf GNU-GPL LICENSE LICENSE-BITSTREAM
%fontdir
%changelog -n culmus
* Wed Aug 09 2006 - dmueller@suse.de
- install into /usr/share/fonts
* Wed Mar 01 2006 - mfabian@suse.de
- add "Provides: locale(he)".
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Sep 29 2005 - mfabian@suse.de
- new package: culmus, version 0.101.