]> git.pld-linux.org Git - packages/cman.git/commitdiff
- don't include autogenerated symlink
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Nov 2005 19:57:39 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cman.spec -> 1.8

cman.spec

index 28922d633da7af4cf3498b37e302c21ea7ad677f..8d0a3ed7f9f170fe2b2351fe16baf8668ad27b92 100644 (file)
--- a/cman.spec
+++ b/cman.spec
@@ -101,7 +101,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/*
-%attr(755,root,root) %{_libdir}/*.so.*
+%attr(755,root,root) %{_libdir}/libcman.so.*.*
 %{_mandir}/man5/cman.5*
 %{_mandir}/man8/cman_tool.8*
 #%attr(754,root,root) /etc/rc.d/init.d/cman
@@ -112,8 +112,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_includedir}/cluster
 %{_includedir}/*.h
 %{_includedir}/cluster/*.h
-%attr(755,root,root) %{_libdir}/*.so
+%attr(755,root,root) %{_libdir}/libcman.so
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/libcman.a
This page took 0.106947 seconds and 4 git commands to generate.