Make rpmlint happier
This commit is contained in:
parent
338210222f
commit
bd8e771af5
@ -1,6 +1,6 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
%global forgeurl https://pagure.io/fonts-rpm-macros
|
%global forgeurl https://pagure.io/fonts-rpm-macros
|
||||||
Version: 2.0.2
|
Version: 2.0.3
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
#https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/51
|
#https://src.fedoraproject.org/rpms/redhat-rpm-config/pull-request/51
|
||||||
@ -140,12 +140,16 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}
|
|||||||
%files -n fonts-rpm-templates
|
%files -n fonts-rpm-templates
|
||||||
%license LICENSE-templates.txt
|
%license LICENSE-templates.txt
|
||||||
%doc *.md changelog.txt
|
%doc *.md changelog.txt
|
||||||
%config(noreplace) %{_spectemplatedir}/*.spec
|
%{_spectemplatedir}/*.spec
|
||||||
%dir %{ftcgtemplatedir}
|
%dir %{ftcgtemplatedir}
|
||||||
%doc %{ftcgtemplatedir}/*conf
|
%doc %{ftcgtemplatedir}/*conf
|
||||||
%doc %{ftcgtemplatedir}/*txt
|
%doc %{ftcgtemplatedir}/*txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 29 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||||
|
- 2.0.3-1
|
||||||
|
✅ minor rpmlint-oriented fixlets
|
||||||
|
|
||||||
* Sat Feb 22 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
* Sat Feb 22 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||||
- 2.0.2-1
|
- 2.0.2-1
|
||||||
✅ improve experimental fontconfig configuration generator
|
✅ improve experimental fontconfig configuration generator
|
||||||
|
Loading…
Reference in New Issue
Block a user