0054d6b
%global fontname gdouros-musica
0054d6b
%global fontconf 62-%{fontname}.conf
0054d6b
0054d6b
Name:           %{fontname}-fonts
0054d6b
Version:        2.52
0054d6b
Release:        2%{?dist}
0054d6b
Summary:        A font for musical symbols
0054d6b
0054d6b
Group:          User Interface/X
0054d6b
License:        Copyright only
0054d6b
URL:            http://users.teilar.gr/~g1951d/
0054d6b
Source0:        http://users.teilar.gr/~g1951d/Musica.zip
0054d6b
Source1:        %{name}-fontconfig.conf
0054d6b
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
0054d6b
0054d6b
BuildArch:      noarch
0054d6b
BuildRequires:  fontpackages-devel
0054d6b
Requires:       fontpackages-filesystem
0054d6b
0054d6b
%description
0054d6b
Musica covers the following scripts and symbols supported by The Unicode
0054d6b
Standard 5.2: Basic Latin, Greek and Coptic, some Punctuation and other
0054d6b
Symbols, Byzantine Musical Symbols, (Western) Musical Symbols, Archaic Greek
0054d6b
Musical Notation.
0054d6b
0054d6b
It was created by George Douros.
0054d6b
%prep
0054d6b
%setup -q -c
0054d6b
0054d6b
0054d6b
%build
0054d6b
0054d6b
0054d6b
%install
0054d6b
rm -fr %{buildroot}
0054d6b
0054d6b
install -m 0755 -d %{buildroot}%{_fontdir}
0054d6b
install -m 0644 -p Musica.otf %{buildroot}%{_fontdir}
0054d6b
0054d6b
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
0054d6b
                   %{buildroot}%{_fontconfig_confdir}
0054d6b
0054d6b
install -m 0644 -p %{SOURCE1} \
0054d6b
        %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
0054d6b
ln -s %{_fontconfig_templatedir}/%{fontconf} \
0054d6b
      %{buildroot}%{_fontconfig_confdir}/%{fontconf}
0054d6b
0054d6b
0054d6b
%clean
0054d6b
rm -fr %{buildroot}
0054d6b
0054d6b
0054d6b
%_font_pkg -f %{fontconf} Musica.otf
0054d6b
0054d6b
%doc
0054d6b
0054d6b
0054d6b
%changelog
0054d6b
* Fri Nov 20 2009 Robin Sonefors <ozamosi@flukkost.nu> - 2.52-2
0054d6b
- Fix fontconfig priority and category
0054d6b
* Thu Oct 22 2009 Robin Sonefors <ozamosi@flukkost.nu> - 2.52-1
0054d6b
- Initial packaging