|
@@ -4,13 +4,14 @@
|
|
Name: TrueType-%{fontname}
|
|
Name: TrueType-%{fontname}
|
|
Summary: Roboto font
|
|
Summary: Roboto font
|
|
Summary(ja): Roboto フォント
|
|
Summary(ja): Roboto フォント
|
|
-Version: 20120823
|
|
+Epoch: 1
|
|
|
|
+Version: 1.100141
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: apache License 2.0
|
|
License: apache License 2.0
|
|
Group: User Interface/X
|
|
Group: User Interface/X
|
|
#URL: https://github.com/android/platform_frameworks_base/tree/master/data/fonts
|
|
#URL: https://github.com/android/platform_frameworks_base/tree/master/data/fonts
|
|
URL: http://developer.android.com/design/downloads/index.html
|
|
URL: http://developer.android.com/design/downloads/index.html
|
|
-Source0: Roboto_Hinted_%{version}.zip
|
|
+Source0: roboto-%{version}.zip
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
@@ -40,8 +41,9 @@ includes enduser license.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -c -T
|
|
+%setup -q -c -T
|
|
-%{_bindir}/unzip -oq %{SOURCE0}
|
|
+%{_bindir}/unzip -jq %{SOURCE0}
|
|
|
|
+#chmod 644 *
|
|
|
|
|
|
%clean
|
|
%clean
|
|
if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
|
|
if test -n "${RPM_BUILD_ROOT}" && test "/" != "${RPM_BUILD_ROOT}"; then
|
|
@@ -64,12 +66,18 @@ cp -a *.ttf $RPM_BUILD_ROOT%{_fontdir}
|
|
|
|
|
|
%files
|
|
%files
|
|
%{_fontdir}/Roboto-*.ttf
|
|
%{_fontdir}/Roboto-*.ttf
|
|
|
|
+%{_fontdir}/RobotoCondensed-*.ttf
|
|
|
|
|
|
%files doc
|
|
%files doc
|
|
-%doc COPYING.txt RobotoSpecimenBook.pdf
|
|
+%doc *.txt README.md RobotoSpecimenBook.pdf
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
-* Sun Oct 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120823-1
|
|
+* Fri Oct 11 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.100141-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added Epoch:1
|
|
|
|
+ - changed versioning from upstream
|
|
|
|
+
|
|
|
|
+* Sat Oct 13 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 20120823-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- changed URL and Source
|
|
- changed URL and Source
|
|
- added BuildRequires: unzip
|
|
- added BuildRequires: unzip
|