summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Salim <salimma@fedoraproject.org>2010-09-08 16:28:00 +0200
committerMichel Salim <salimma@fedoraproject.org>2010-09-08 16:28:00 +0200
commite61d5c86014651645f6ea01856474aa34c24cb3e (patch)
treeebd1b1276a4454e5c1c4b31f6a64b3c7241c8c8d
parentaf3ab144f0116b7a757c3ec8f9f74da4775f1178 (diff)
downloadspecs-e61d5c86014651645f6ea01856474aa34c24cb3e.tar.gz
specs-e61d5c86014651645f6ea01856474aa34c24cb3e.tar.xz
specs-e61d5c86014651645f6ea01856474aa34c24cb3e.zip
Remove OFLB SMonohand from review queue
-rw-r--r--fonts/oflb-smonohand-fonts.spec60
1 files changed, 0 insertions, 60 deletions
diff --git a/fonts/oflb-smonohand-fonts.spec b/fonts/oflb-smonohand-fonts.spec
deleted file mode 100644
index 39eefa0..0000000
--- a/fonts/oflb-smonohand-fonts.spec
+++ /dev/null
@@ -1,60 +0,0 @@
-%global fontname oflb-smonohand
-%global fontconf 64-%{fontname}.conf
-
-Name: %{fontname}-fonts
-Version: 20090423
-Release: 2%{?dist}
-Summary: A handwritten monospace font
-
-Group: User Interface/X
-License: OFL
-URL: http://openfontlibrary.org/media/files/dalles/403
-Source0: http://openfontlibrary.org/people/dalles/dalles_-_SMonohand.ttf
-Source1: %{name}-fontconfig.conf
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
-BuildArch: noarch
-BuildRequires: fontpackages-devel
-Requires: fontpackages-filesystem
-
-%description
-SMonohand is a handwritten monospace Latin font with German
-characters.
-
-
-%prep
-
-
-%build
-
-
-%install
-rm -rf %{buildroot}
-
-install -m 0755 -d %{buildroot}%{_fontdir}
-install -m 0644 -p %{SOURCE0} %{buildroot}%{_fontdir}/SMonohand.ttf
-
-install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
- %{buildroot}%{_fontconfig_confdir}
-
-install -m 0644 -p %{SOURCE1} \
- %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
-ln -s %{_fontconfig_templatedir}/%{fontconf} \
- %{buildroot}%{_fontconfig_confdir}/%{fontconf}
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%_font_pkg -f %{fontconf} *.ttf
-
-#doc
-
-
-%changelog
-* Thu Oct 1 2009 Michel Salim <salimma@fedoraproject.org> - 20090423-2
-- Incorporate review feedbacks (bz #526607)
-
-* Wed Sep 30 2009 Michel Salim <salimma@fedoraproject.org> - 20090423-1
-- Initial package
-