]> git.pld-linux.org Git - packages/acl.git/commitdiff
- more docs, fixed License
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 6 May 2003 21:49:16 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acl.spec -> 1.38

acl.spec

index 4c9c46a36e34b43aac907bd1eac8ab52bb71ab82..a03744e77bfb9d6269210e1005ef12c04f68a3c5 100644 (file)
--- a/acl.spec
+++ b/acl.spec
@@ -3,7 +3,7 @@ Summary(pl):    Komenda do manipulacji listami kontroli dost
 Name:          acl
 Version:       2.2.7
 Release:       1
-License:       GPL
+License:       GPL v2 (chacl utility), LGPL v2+ (library and the rest)
 Group:         Applications/System
 Source0:       ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz
 Patch0:                %{name}-miscfix.patch
@@ -98,15 +98,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc doc/CHANGES
+%doc README doc/{CHANGES,TODO}
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
-%{_libexecdir}/lib*.la
+%doc doc/{extensions.txt,libacl.txt}
 %attr(755,root,root) %{_libexecdir}/lib*.so
+%{_libexecdir}/lib*.la
 %{_includedir}/acl
 %{_includedir}/sys/*
 %{_mandir}/man[235]/*
This page took 0.042454 seconds and 4 git commands to generate.