Accepting request 664660 from home:iznogood
Tweak to please factory reviewers, see https://build.opensuse.org/request/show/664209 recjection OBS-URL: https://build.opensuse.org/request/show/664660 OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=155
This commit is contained in:
parent
efe2873f08
commit
1dad25cc45
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 11 13:59:16 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Package AUTHORS, ChangeLog and README via standard doc macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 09:16:31 UTC 2018 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fontconfig
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -105,7 +105,6 @@ pushd %{buildroot}%{_sysconfdir}/fonts/conf.d
|
||||
mv 60-latin.conf 61-latin.conf
|
||||
popd
|
||||
mkdir -p %{buildroot}/%{_docdir}/%{name}
|
||||
install -m 644 AUTHORS ChangeLog README %{buildroot}/%{_docdir}/%{name}
|
||||
%find_lang %{name}
|
||||
%find_lang %{name}-conf
|
||||
|
||||
@ -113,6 +112,8 @@ install -m 644 AUTHORS ChangeLog README %{buildroot}/%{_docdir}/%{name}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog README
|
||||
%{_libdir}/libfontconfig.so.*
|
||||
%{_bindir}/*
|
||||
%dir %{_sysconfdir}/fonts
|
||||
@ -131,10 +132,8 @@ install -m 644 AUTHORS ChangeLog README %{buildroot}/%{_docdir}/%{name}
|
||||
%dir %{_localstatedir}/cache/fontconfig/
|
||||
%dir %{_docdir}/%{name}
|
||||
%doc %{_docdir}/%{name}/*.{html,pdf,txt}
|
||||
%doc %{_docdir}/%{name}/{AUTHORS,ChangeLog,README}
|
||||
%{_mandir}/man5/fonts-conf.5%{ext_man}
|
||||
%{_mandir}/man1/*
|
||||
%license COPYING
|
||||
|
||||
%files lang -f %{name}.lang -f %{name}-conf.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user