diff --git a/procps-ng.spec b/procps-ng.spec index 3f3c7a2..767cc3a 100644 --- a/procps-ng.spec +++ b/procps-ng.spec @@ -4,7 +4,7 @@ Summary: System and process monitoring utilities Name: procps-ng Version: 3.3.10 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ Group: Applications/System URL: https://sourceforge.net/projects/procps-ng/ @@ -130,6 +130,8 @@ rmdir %{buildroot}/share find man-po/ -type d -maxdepth 1 -mindepth 1 | while read dirname; do cp -a $dirname %{buildroot}%{_mandir}/ ; done rm -f %{buildroot}%{_mandir}/{de,fr,uk}/man1/kill.1 +%find_lang %{name} + ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof %post -p /sbin/ldconfig @@ -161,10 +163,12 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof %{_includedir}/proc %{_mandir}/man3/* -%files i18n -%{_datadir}/locale/* +%files i18n -f %{name}.lang %changelog +* Tue Nov 25 2014 Jaromir Capik - 3.3.10-5 +- Fixing locale dirs ownership (#1167443) + * Mon Oct 20 2014 Jaromir Capik - 3.3.10-4 - Bringing the old 'top' defaults back (#1153049)