Mark localization files correctly (#1712514)
This commit is contained in:
parent
5bf4b0a1aa
commit
e6bdc70e4b
@ -3,7 +3,7 @@
|
|||||||
Summary: Network monitoring tools including ping
|
Summary: Network monitoring tools including ping
|
||||||
Name: iputils
|
Name: iputils
|
||||||
Version: 20190515
|
Version: 20190515
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# some parts are under the original BSD (ping.c)
|
# some parts are under the original BSD (ping.c)
|
||||||
# some are under GPLv2+ (tracepath.c)
|
# some are under GPLv2+ (tracepath.c)
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
@ -71,6 +71,7 @@ gcc -Wall $RPM_OPT_FLAGS $CFLAGS $LDFLAGS ifenslave.c -o ifenslave
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
||||||
ln -sf ../bin/ping ${RPM_BUILD_ROOT}%{_sbindir}/ping
|
ln -sf ../bin/ping ${RPM_BUILD_ROOT}%{_sbindir}/ping
|
||||||
@ -100,7 +101,7 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|||||||
%postun ninfod
|
%postun ninfod
|
||||||
%systemd_postun_with_restart ninfod.service
|
%systemd_postun_with_restart ninfod.service
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%doc README.bonding
|
%doc README.bonding
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license bsd.txt gpl-2.0.txt
|
%license bsd.txt gpl-2.0.txt
|
||||||
@ -123,7 +124,6 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|||||||
%attr(644,root,root) %{_mandir}/man8/tracepath.8.gz
|
%attr(644,root,root) %{_mandir}/man8/tracepath.8.gz
|
||||||
%{_mandir}/man8/tracepath6.8.gz
|
%{_mandir}/man8/tracepath6.8.gz
|
||||||
%attr(644,root,root) %{_mandir}/man8/ifenslave.8.gz
|
%attr(644,root,root) %{_mandir}/man8/ifenslave.8.gz
|
||||||
%{_datadir}/locale/ja/LC_MESSAGES/iputils.mo
|
|
||||||
|
|
||||||
%files ninfod
|
%files ninfod
|
||||||
%attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/ninfod
|
%attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/ninfod
|
||||||
@ -131,6 +131,9 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|||||||
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
|
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 22 2019 Jan Synáček <jsynacek@redhat.com> - 20190515-2
|
||||||
|
- Mark localization files correctly (#1712514)
|
||||||
|
|
||||||
* Wed May 22 2019 Jan Synáček <jsynacek@redhat.com> - 20190515-1
|
* Wed May 22 2019 Jan Synáček <jsynacek@redhat.com> - 20190515-1
|
||||||
- Update to s20190515 (#1710647)
|
- Update to s20190515 (#1710647)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user