diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 5ce168fcffde100f5a808bf145f6af585c8cf2c6..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# oldstandard-sfd-fonts - -#### Description -Old Standard True-Type Fonts - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index 660840fe26d3dae638475a027890800dd842af98..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -# oldstandard-sfd-fonts - -#### 介绍 -Old Standard True-Type Fonts - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/oldstand-manual.pdf b/oldstand-manual.pdf new file mode 100644 index 0000000000000000000000000000000000000000..99ab131da3cf518d1755b520bf514a90e7494839 Binary files /dev/null and b/oldstand-manual.pdf differ diff --git a/oldstandard-2.0.2.src.zip b/oldstandard-2.0.2.src.zip new file mode 100644 index 0000000000000000000000000000000000000000..280e5ecc98e1a4f3b87aa7ab03b4d90b88414ece Binary files /dev/null and b/oldstandard-2.0.2.src.zip differ diff --git a/oldstandard-sfd-fonts-fontconfig.conf b/oldstandard-sfd-fonts-fontconfig.conf new file mode 100644 index 0000000000000000000000000000000000000000..5da1768bacb900ba028e518e2f68d976399e5d29 --- /dev/null +++ b/oldstandard-sfd-fonts-fontconfig.conf @@ -0,0 +1,34 @@ + + + + + + Old Standard + + + + + serif + + + + Old Standard + + Old Standard TTF + + + + Old Standard + + Old Standard SFD + + + + serif + + Old Standard SFD + + + + + diff --git a/oldstandard-sfd-fonts.spec b/oldstandard-sfd-fonts.spec new file mode 100644 index 0000000000000000000000000000000000000000..d45c66d2a058e279e6ef2932a85a39362fc394b7 --- /dev/null +++ b/oldstandard-sfd-fonts.spec @@ -0,0 +1,81 @@ +%global fontname oldstandard +%global fontconf 60-%{fontname}.conf + +Name: %{fontname}-sfd-fonts +Version: 2.0.2 +Release: 1 +Summary: Old Standard True-Type Fonts + +License: OFL-1.1 +URL: https://fontlibrary.org/en/font/old-standard +Source0: http://www.thessalonica.org.ru/downloads/oldstandard-2.0.2.src.zip +# This is used to generate the fontconfig configuration file, thanks to Ankur Sinha. +# https://src.fedoraproject.org/rpms/oldstandard-sfd-fonts/raw/main/f/oldstandard-sfd-fonts-fontconfig.conf +Source1: %{name}-fontconfig.conf +Source2: http://www.thessalonica.org.ru/downloads/oldstand-manual.pdf +# This is for appstream, thanks to Parag Nemade. +# https://src.fedoraproject.org/rpms/oldstandard-sfd-fonts/raw/main/f/oldstandard.metainfo.xml +Source3: %{fontname}.metainfo.xml + +BuildArch: noarch +BuildRequires: fontforge,fontpackages-devel +Requires: fontpackages-filesystem + +%description +The Old Standard font family is an attempt to revive +a specific type of Modern (classicist) style of serif +typefaces, very commonly used in various editions +printed in the late 19th and early 20th century, +but almost completely abandoned later. + +%prep +%setup -q -c -n oldstandard-%{version} + +for i in $(ls OldStandard*.sfd);do + sed -i -e 's/OldStandardTT/OldStandardSFD/' -e 's/Old \Standard \TT/Old \Standard \SFD/' $i; +done +for txt in OFL* ; do + sed 's/\r//' $txt > $txt.new + touch -r $txt $txt.new + mv $txt.new $txt +done + +install -m 644 -p %{SOURCE2} . + +%build +fontforge -lang=ff -script "-" OldStandard*.sfd < - 2.0.2-1 +- Init package (Thanks to fedora team) diff --git a/oldstandard.metainfo.xml b/oldstandard.metainfo.xml new file mode 100644 index 0000000000000000000000000000000000000000..d31207cbe229f8c09f02f09b7e8e2f6ceb86cf4e --- /dev/null +++ b/oldstandard.metainfo.xml @@ -0,0 +1,19 @@ + + + + oldstandard + CC-BY-3.0 + Old Standard + Old Standard True-Type Fonts + +

+ The Old Standard font family is an attempt to revive + a specific type of Modern (classicist) style of serif + typefaces, very commonly used in various editions + printed in the late 19th and early 20th century, + but almost completely abandoned later. +

+
+ pnemade_at_redhat_dot_com + http://www.thessalonica.org.ru/en/fonts.html +