]> git.pld-linux.org Git - packages/procps.git/commitdiff
- package locales
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jun 2015 09:43:07 +0000 (11:43 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jun 2015 09:43:07 +0000 (11:43 +0200)
- explained what selinux bcond does

procps.spec

index 96b03aba36f86ec1dfdcae4ce150f8e0e2a8d596..f7f7fbeb1e8e773054704394e206e27791bca258 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without systemd         # systemd support
-%bcond_with    selinux         # selinux support
+%bcond_with    selinux         # libselinux support (get ps context values from dynamically loaded libselinux.so.1 instead of /proc/*/attr/current)
 %bcond_with    tests           # run tests. The testsuite is unsuitable for running on buildsystems
 
 Summary:       Utilities for monitoring your system and processes on your system
@@ -198,13 +198,15 @@ bzcat -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man1/{kill,oldps}.1
 %{__rm} $RPM_BUILD_ROOT%{_mandir}/README-procps-non-english-man-pages
 
+%find_lang procps-ng
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files
+%files -f procps-ng.lang
 %defattr(644,root,root,755)
 %doc AUTHORS Documentation/{BUGS,FAQ,TODO} NEWS README top/README.top
 %attr(755,root,root) /%{_lib}/libprocps.so.*.*
This page took 0.160893 seconds and 4 git commands to generate.