]> git.pld-linux.org Git - packages/dlm.git/commitdiff
- lib License is LGPL v2+, more verbose files
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 14 Apr 2005 19:15:32 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dlm.spec -> 1.10

dlm.spec

index fb8ef10af60635126c2c696ec4856702480e717f..3169ae7e89b54b5efb6e5fa03637cfc4efcd8e7b 100644 (file)
--- a/dlm.spec
+++ b/dlm.spec
@@ -4,7 +4,7 @@ Name:           dlm
 %define        _pre    pre21
 Version:       1.0
 Release:       0.%{_pre}.1
-License:       GPL
+License:       LGPL v2+
 Group:         Libraries
 Source0:       http://people.redhat.com/cfeist/cluster/tgz/%{name}-%{version}-%{_pre}.tar.gz
 # Source0-md5: 37d5b471549af746ff93af7cac3b5a55
@@ -89,15 +89,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so.*.*
+%attr(755,root,root) %{_libdir}/libdlm*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/*.txt
-%attr(755,root,root) %{_libdir}/*.so
-%{_includedir}/*.h
+%attr(755,root,root) %{_libdir}/libdlm*.so
+%{_includedir}/libdlm.h
 %{_includedir}/cluster
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libdlm*.a
This page took 0.035344 seconds and 4 git commands to generate.