watch: enabling UTF-8 (#965867)
This commit is contained in:
parent
99289a5875
commit
e0d1f64d14
@ -3,7 +3,7 @@
|
|||||||
Summary: System and process monitoring utilities
|
Summary: System and process monitoring utilities
|
||||||
Name: procps-ng
|
Name: procps-ng
|
||||||
Version: 3.3.8
|
Version: 3.3.8
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://sourceforge.net/projects/procps-ng/
|
URL: https://sourceforge.net/projects/procps-ng/
|
||||||
@ -82,7 +82,8 @@ autoreconf --verbose --force --install
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-w-from \
|
--disable-w-from \
|
||||||
--disable-kill \
|
--disable-kill \
|
||||||
--disable-rpath
|
--disable-rpath \
|
||||||
|
--enable-watch8bit
|
||||||
|
|
||||||
|
|
||||||
make CFLAGS="%{optflags}"
|
make CFLAGS="%{optflags}"
|
||||||
@ -125,6 +126,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
|
|||||||
%{_includedir}/proc
|
%{_includedir}/proc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 30 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-2
|
||||||
|
- watch: enabling UTF-8 (#965867)
|
||||||
|
|
||||||
* Wed May 29 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-1
|
* Wed May 29 2013 Jaromir Capik <jcapik@redhat.com> - 3.3.8-1
|
||||||
- Update to 3.3.8
|
- Update to 3.3.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user