diff --git a/.cjkuni-uming-fonts.metadata b/.cjkuni-uming-fonts.metadata
new file mode 100644
index 0000000..c227783
--- /dev/null
+++ b/.cjkuni-uming-fonts.metadata
@@ -0,0 +1 @@
+d6b11cc84142364c66d17a0f02fdffbc1b98cedf SOURCES/ttf-arphic-uming_0.2.20080216.1.orig.tar.gz
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a291161
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+SOURCES/ttf-arphic-uming_0.2.20080216.1.orig.tar.gz
diff --git a/SOURCES/90-ttf-arphic-uming-embolden.conf b/SOURCES/90-ttf-arphic-uming-embolden.conf
new file mode 100644
index 0000000..30b1999
--- /dev/null
+++ b/SOURCES/90-ttf-arphic-uming-embolden.conf
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+ AR PL UMing
+
+
+
+ 100
+
+
+ 180
+
+
+ true
+
+
+
+
diff --git a/SOURCES/cjkuni-uming-fonts-fontconfig.conf b/SOURCES/cjkuni-uming-fonts-fontconfig.conf
new file mode 100644
index 0000000..24d7ce4
--- /dev/null
+++ b/SOURCES/cjkuni-uming-fonts-fontconfig.conf
@@ -0,0 +1,111 @@
+
+
+
+
+
+ zh-hk
+
+
+ serif
+
+
+ AR PL UMing HK
+
+
+
+
+ zh-tw
+
+
+ serif
+
+
+ AR PL UMing TW
+
+
+
+
+ AR PL UMing TW
+
+ serif
+
+
+
+ AR PL UMing HK
+
+ serif
+
+
+
+
+
+ zh-hk
+
+
+ sans-serif
+
+
+ AR PL UMing HK
+
+
+
+
+ zh-tw
+
+
+ sans-serif
+
+
+ AR PL UMing TW
+
+
+
+
+ AR PL UMing TW
+
+ sans-serif
+
+
+
+ AR PL UMing HK
+
+ sans-serif
+
+
+
+
+
+ zh-hk
+
+
+ monospace
+
+
+ AR PL UMing HK
+
+
+
+
+ zh-tw
+
+
+ monospace
+
+
+ AR PL UMing TW
+
+
+
+
+ AR PL UMing TW
+
+ monospace
+
+
+
+ AR PL UMing HK
+
+ monospace
+
+
+
diff --git a/SPECS/cjkuni-uming-fonts.spec b/SPECS/cjkuni-uming-fonts.spec
new file mode 100644
index 0000000..3330562
--- /dev/null
+++ b/SPECS/cjkuni-uming-fonts.spec
@@ -0,0 +1,112 @@
+%global fontname cjkuni-uming
+%global fontconf 65-0-ttf-arphic-uming.conf
+%global fontconf3 90-ttf-arphic-uming-embolden.conf
+
+%global catalogue %{_sysconfdir}/X11/fontpath.d
+
+%global common_desc \
+CJK Unifonts are Unicode TrueType fonts derived from original fonts made \
+available by Arphic Technology under "Arphic Public License" and extended by \
+the CJK Unifonts project.
+
+%global umingbuilddir %{name}-%{version}
+
+Name: %{fontname}-fonts
+Version: 0.2.20080216.1
+Release: 53%{?dist}
+Summary: Chinese Unicode TrueType font in Ming face
+
+Group: User Interface/X
+License: Arphic
+URL: http://www.freedesktop.org/wiki/Software/CJKUnifonts
+Source0: http://ftp.debian.org/debian/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_%{version}.orig.tar.gz
+Source1: %{name}-fontconfig.conf
+Source3: %{fontconf3}
+
+BuildArch: noarch
+BuildRequires: fontpackages-devel
+Requires: fontpackages-filesystem
+Obsoletes: cjkuni-fonts-common < 0.2.20080216.1-42
+Provides: cjkuni-fonts-common = 0.2.20080216.1-42
+
+%description
+%common_desc
+
+CJK Unifonts in Ming face.
+
+%prep
+%setup -q -c -n %{name}-%{version}
+
+
+%build
+%{nil}
+
+%install
+install -m 0755 -d %{buildroot}%{_fontdir}
+install -m 0644 -p *.ttc %{buildroot}%{_fontdir}
+
+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}
+
+
+install -m 0644 -p %{SOURCE3} \
+ %{buildroot}%{_fontconfig_templatedir}/%{fontconf3}
+ln -s %{_fontconfig_templatedir}/%{fontconf3} \
+ %{buildroot}%{_fontconfig_confdir}/%{fontconf3}
+
+# catalogue
+install -m 0755 -d %{buildroot}%{catalogue}
+ln -s %{_fontdir}/ %{buildroot}%{catalogue}/%{name}
+
+
+%_font_pkg -f *.conf *.ttc
+
+%defattr(-,root,root,-)
+%doc ../%{umingbuilddir}/license
+%doc ../%{umingbuilddir}/CONTRIBUTERS
+%doc ../%{umingbuilddir}/FONTLOG
+%doc ../%{umingbuilddir}/KNOWN_ISSUES
+%doc ../%{umingbuilddir}/NEWS
+%doc ../%{umingbuilddir}/README
+%{catalogue}/%{name}
+
+%changelog
+* Fri Dec 27 2013 Daniel Mach - 0.2.20080216.1-53
+- Mass rebuild 2013-12-27
+
+* Wed Feb 13 2013 Fedora Release Engineering - 0.2.20080216.1-52
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Tue Nov 13 2012 Peng Wu - 0.2.20080216.1-51
+- Improves spec file
+
+* Wed Jul 18 2012 Fedora Release Engineering - 0.2.20080216.1-50
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Tue Jul 10 2012 Peng Wu - 0.2.20080216.1-49
+- Fixes fontconf
+
+* Thu Jan 12 2012 Fedora Release Engineering - 0.2.20080216.1-48
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Mar 16 2011 Peng Wu - 0.2.20080216.1-47
+- Clean up spec.
+ Remove fonts.dir, fonts.scale and 25-ttf-arphic-uming-render.conf.
+
+* Tue Feb 08 2011 Fedora Release Engineering - 0.2.20080216.1-46
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Jul 20 2010 Peng Wu - 0.2.20080216.1-45
+- Fixes font_pkg macro usage.
+
+* Mon Jul 19 2010 Peng Wu - 0.2.20080216.1-44
+- Clean up the spec.
+
+* Mon Jul 12 2010 Peng Wu - 0.2.20080216.1-43
+- The Initial Version.
+ Split from cjkuni-fonts.