]> git.pld-linux.org Git - packages/cman.git/commitdiff
- -devel/-static deps
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Nov 2005 19:27:21 +0000 (19:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cman.spec -> 1.7

cman.spec

index 7bc4b97431c3aa094e0c7d3f50ca627abaaac964..28922d633da7af4cf3498b37e302c21ea7ad677f 100644 (file)
--- a/cman.spec
+++ b/cman.spec
@@ -40,6 +40,7 @@ dost
 Summary:       CMAN header files
 Summary(pl):   Pliki nag³ówkowe CMAN
 Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 CMAN header files.
@@ -51,6 +52,7 @@ Pliki nag
 Summary:       CMAN static library
 Summary(pl):   Biblioteka statyczna CMAN
 Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 CMAN static library.
@@ -93,8 +95,8 @@ install include/cluster/cnxman-socket.h $RPM_BUILD_ROOT%{_includedir}/cluster
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
This page took 0.052089 seconds and 4 git commands to generate.