summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2009-10-01 18:47:13 -0400
committerMichel Alexandre Salim <salimma@fedoraproject.org>2009-10-01 18:47:13 -0400
commit5ffe4d5e1c9fef322e2c656713123e14eddc7a98 (patch)
tree96f6b1159aaf7519f7bbecd3a5697c3ddfc94218
parentc90012c696cea771b76b03ff08bebb0c99e1a9fe (diff)
downloadspecs-5ffe4d5e1c9fef322e2c656713123e14eddc7a98.tar.gz
specs-5ffe4d5e1c9fef322e2c656713123e14eddc7a98.tar.xz
specs-5ffe4d5e1c9fef322e2c656713123e14eddc7a98.zip
SMonohand: some fixes from review process
-rw-r--r--fonts/oflb-smonohand-fonts.spec (renamed from fonts/openfontlibrary-smonohand.spec)27
1 files changed, 17 insertions, 10 deletions
diff --git a/fonts/openfontlibrary-smonohand.spec b/fonts/oflb-smonohand-fonts.spec
index f7d57e6..39eefa0 100644
--- a/fonts/openfontlibrary-smonohand.spec
+++ b/fonts/oflb-smonohand-fonts.spec
@@ -1,9 +1,9 @@
-%global fontname openfontlibrary-smonohand
-%global fontconf 65-%{fontname}.conf
+%global fontname oflb-smonohand
+%global fontconf 64-%{fontname}.conf
Name: %{fontname}-fonts
Version: 20090423
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A handwritten monospace font
Group: User Interface/X
@@ -19,10 +19,7 @@ Requires: fontpackages-filesystem
%description
SMonohand is a handwritten monospace Latin font with German
-characters. It is comparable to Microsoft's Comic Sans or Apple's
-Chalkboard.
-
-%_font_pkg -f %{fontconf} *.ttf
+characters.
%prep
@@ -33,12 +30,15 @@ Chalkboard.
%install
rm -rf %{buildroot}
+
install -m 0755 -d %{buildroot}%{_fontdir}
-install -m 0644 -p %{SOURCE0} %{buildroot}%{_fontdir}
+install -m 0644 -p %{SOURCE0} %{buildroot}%{_fontdir}/SMonohand.ttf
+
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
- %{buildroot}%{_fontconfig_confdir}
+ %{buildroot}%{_fontconfig_confdir}
+
install -m 0644 -p %{SOURCE1} \
- %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
+ %{buildroot}%{_fontconfig_templatedir}/%{fontconf}
ln -s %{_fontconfig_templatedir}/%{fontconf} \
%{buildroot}%{_fontconfig_confdir}/%{fontconf}
@@ -46,8 +46,15 @@ ln -s %{_fontconfig_templatedir}/%{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