]> git.pld-linux.org Git - packages/libcap.git/commitdiff
- release 2: spec adapterized and added using more macros.
authorkloczek <kloczek@pld-linux.org>
Thu, 7 Feb 2002 02:20:30 +0000 (02:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libcap.spec -> 1.24

libcap.spec

index a0b03f38ffd35796bcb11af861130a3619163e29..60366c28f82e7b7f17fcd3be89cf8d70a5accd08 100644 (file)
@@ -2,17 +2,24 @@ Summary:      POSIX.1e capability suite
 Summary(pl):   Wsparcie dla standardu "capability" POSIX.1e
 Name:          libcap
 Version:       1.92
-Release:       1
+Release:       2
 License:       BSD or GNU GPL
 Group:         Applications/System
 Group(de):     Applikationen/System
+Group(es):     Aplicaciones/Sistema
+Group(fr):     Aplicaciones/Système
 Group(pl):     Aplikacje/System
+Group(pt):     Aplicações/Sistema
+Group(pt_BR):  Aplicações/Sistema
+Group(ru):     ðÒÉÌÏÖÅÎÉÑ/óÉÓÔÅÍÁ
 Source0:       ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.2/%{name}-%{version}.tar.gz
 Patch0:                %{name}-1.92-make.patch
 Icon:          libcap.gif
 URL:           http://linux.kernel.org/pub/linux/libs/security/linux-privs/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sbindir                /sbin
+
 %description
 The POSIX.1e capability library for Linux. This package contains the
 getcap and setcap binaries and manual pages.
@@ -25,11 +32,12 @@ Biblioteka, programy oraz strony manuala zawieraj
 Summary:       Header files and development documentation for libcap
 Summary(pl):   Pliki nag³ówkowe i dokumentacja do libcap
 Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
+Group(de):     Entwicklung/Bibliotheken
 Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(pt):     Desenvolvimento/Bibliotecas
 Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
 Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
@@ -64,8 +72,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindor}/*
 %attr(755,root,root) /lib/lib*.so.*.*
-%attr(755,root,root) /sbin/*
 %{_mandir}/man8/*
 
 %files devel
This page took 0.047537 seconds and 4 git commands to generate.