3.0.3
This commit is contained in:
parent
2b0ad038c1
commit
c248adcfc1
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/Overpass-Desktop-Fonts.zip
|
||||
/3.0.tar.gz
|
||||
/3.0.2.tar.gz
|
||||
/3.0.3.tar.gz
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
%global monofontconf 60-%{fontname}-mono.conf
|
||||
|
||||
Name: %{fontname}-fonts
|
||||
Version: 3.0.2
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Typeface based on the U.S. interstate highway road signage type system
|
||||
License: OFL or LGPLv2+
|
||||
URL: https://github.com/RedHatBrand/overpass/
|
||||
@ -55,6 +55,12 @@ ln -s %{_fontconfig_templatedir}/%{fontconf} \
|
||||
ln -s %{_fontconfig_templatedir}/%{monofontconf} \
|
||||
%{buildroot}%{_fontconfig_confdir}/%{monofontconf}
|
||||
|
||||
# I do not think this is useful to package, but if it is...
|
||||
%if 0
|
||||
mkdir -p %{buildroot}/usr/lib/node_modules/overpass/
|
||||
cp -a bower.json package.json %{buildroot}/usr/lib/node_modules/overpass/
|
||||
%endif
|
||||
|
||||
# Add AppStream metadata
|
||||
install -Dm 0644 -p %{SOURCE2} \
|
||||
%{buildroot}%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||
@ -66,6 +72,9 @@ install -Dm 0644 -p %{SOURCE4} \
|
||||
%doc README.md overpass-specimen.pdf
|
||||
%license LICENSE.md
|
||||
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||
%if 0
|
||||
/usr/lib/node_modules/overpass/
|
||||
%endif
|
||||
|
||||
%_font_pkg -n overpass-mono -f %{monofontconf} overpass-mono-*.otf
|
||||
%doc README.md overpass-mono-specimen.pdf
|
||||
@ -73,6 +82,9 @@ install -Dm 0644 -p %{SOURCE4} \
|
||||
%{_datadir}/appdata/%{fontname}-mono.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Mon May 21 2018 Tom Callaway <spot@fedoraproject.org> - 3.0.3-1
|
||||
- update to 3.0.3
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (3.0.2.tar.gz) = ea9dc82b6935c68f6208ae6ad95e488c01867064cb9c83e47c8bc8a8f767e4144ffc468ed1ae38d0f204b5ecb50b9147081411e7d9f21c0735125e7db6c22f58
|
||||
SHA512 (3.0.3.tar.gz) = d2a3284f6f82e80e46af23064a374da2926a3563ee668683aa1a8db7a9163cc80c4fa8a3077876dc552a36e9d621c45218df44485b7b6a6adc3fc6df62c448d0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user