fix license handling
This commit is contained in:
parent
3c0726e49a
commit
7012d15ca2
@ -4,7 +4,7 @@
|
|||||||
Summary: Tools for searching and reading man pages
|
Summary: Tools for searching and reading man pages
|
||||||
Name: man-db
|
Name: man-db
|
||||||
Version: 2.6.7.1
|
Version: 2.6.7.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
# GPLv2+ .. man-db
|
# GPLv2+ .. man-db
|
||||||
# GPLv3+ .. gnulib
|
# GPLv3+ .. gnulib
|
||||||
License: GPLv2+ and GPLv3+
|
License: GPLv2+ and GPLv3+
|
||||||
@ -82,7 +82,9 @@ install -D -p -m 0644 init/systemd/man-db.conf $RPM_BUILD_ROOT/usr/lib/tmpfiles.
|
|||||||
%{__rm} -rf %{cache}/*
|
%{__rm} -rf %{cache}/*
|
||||||
|
|
||||||
%files -f %{name}.lang -f %{name}-gnulib.lang
|
%files -f %{name}.lang -f %{name}-gnulib.lang
|
||||||
%doc README man-db-manual.txt man-db-manual.ps docs/COPYING ChangeLog NEWS
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license docs/COPYING
|
||||||
|
%doc README man-db-manual.txt man-db-manual.ps ChangeLog NEWS
|
||||||
%config(noreplace) %{_sysconfdir}/man_db.conf
|
%config(noreplace) %{_sysconfdir}/man_db.conf
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/man-db
|
%config(noreplace) %{_sysconfdir}/sysconfig/man-db
|
||||||
%config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron
|
%config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron
|
||||||
@ -125,6 +127,9 @@ install -D -p -m 0644 init/systemd/man-db.conf $RPM_BUILD_ROOT/usr/lib/tmpfiles.
|
|||||||
%lang(zh_CN) %{_datadir}/man/zh_CN/man*/*
|
%lang(zh_CN) %{_datadir}/man/zh_CN/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 2.6.7.1-5
|
||||||
|
- fix license handling
|
||||||
|
|
||||||
* Tue Jul 01 2014 jchaloup <jchaloup@redhat.com> - 2.6.7.1-4
|
* Tue Jul 01 2014 jchaloup <jchaloup@redhat.com> - 2.6.7.1-4
|
||||||
- related: #1110274
|
- related: #1110274
|
||||||
swapping root for man in man-db.conf
|
swapping root for man in man-db.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user