]> git.pld-linux.org Git - packages/apparmor-profiles.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 9 May 2006 20:13:23 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apparmor-profiles.spec -> 1.2

apparmor-profiles.spec

index e7ff24f9df5f5009201dbdb99652fb1a25df3db0..8d20f959832852930807fadcff36a5da020e024c 100644 (file)
@@ -1,6 +1,7 @@
 %define                _ver 2.0
 %define                _svnrel 6376
 Summary:       AppArmor profiles
+Summary(pl):   Profile AppArmor
 Name:          apparmor-profiles
 Version:       %{_ver}.%{_svnrel}
 Release:       0.1
@@ -14,8 +15,8 @@ Obsoletes:    subdomain-profiles
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define extras_dir %{_sysconfdir}/apparmor/profiles/extras
-%define profiles_dir %{_sysconfdir}/apparmor.d
+%define                extras_dir      %{_sysconfdir}/apparmor/profiles/extras
+%define                profiles_dir    %{_sysconfdir}/apparmor.d
 
 %description
 Base AppArmor profiles (aka security policy). AppArmor is a file
@@ -24,14 +25,22 @@ resources allowed by the systems administrator and can constrain the
 scope of potential security vulnerabilities. This package is part of a
 suite of tools that used to be named SubDomain.
 
+%description -l pl
+Podstawowe profile AppArmor (zwane tak¿e polityk± bezpieczeñstwa).
+AppArmor to mechanizm obowi±zkowej kontroli dostêpu do plików.
+AppArmor ogranicza procesy do zasobów udostêpnionych przez
+administratora systemu i mo¿e ograniczaæ zakres potencjalnych luk w
+bezpieczeñstwie. Ten pakiet jest czê¶ci± zestawu narzêdzi zwanych
+SubDomain.
+
 %prep
 %setup -q -n %{name}-%{_ver}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
-       DESTDIR=${RPM_BUILD_ROOT} \
-       EXTRASDIR=${RPM_BUILD_ROOT}/%{extras_dir}
+       DESTDIR=$RPM_BUILD_ROOT \
+       EXTRASDIR=$RPM_BUILD_ROOT%{extras_dir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.15753 seconds and 4 git commands to generate.