diff options
| -rw-r--r-- | samba40.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/samba40.spec b/samba40.spec index 5a81b6a..4b96a2f 100644 --- a/samba40.spec +++ b/samba40.spec @@ -184,20 +184,20 @@ The samba-swat package includes the new SWAT (Samba Web Administration Tool), for remotely managing Samba's smb.conf file using your favorite Web browser. -%package -n libsmbclient-4.0 +%package -n libsmbclient Summary: The SMB client library Group: Applications/System -%description -n libsmbclient-4.0 +%description -n libsmbclient The libsmbclient contains the SMB client library from the Samba suite. -%package -n libsmbclient-4.0-devel +%package -n libsmbclient-devel Summary: Developer tools for the SMB client library Group: Development -Requires: libsmbclient-4.0 = %{version}-%{release} +Requires: libsmbclient = %{version}-%{release} -%description -n libsmbclient-4.0-devel +%description -n libsmbclient-devel The libsmbclient-devel package contains the header files and libraries needed to develop programs that link against the SMB client library in the Samba suite. @@ -364,10 +364,10 @@ if [ $1 = 0 ] ; then fi exit 0 -%post -n libsmbclient-4.0 +%post -n libsmbclient /sbin/ldconfig -%postun -n libsmbclient-4.0 +%postun -n libsmbclient /sbin/ldconfig %post libs -p /sbin/ldconfig @@ -894,12 +894,12 @@ rm -rf $RPM_BUILD_ROOT #%{_mandir}/man8/swat.8* #%attr(755,root,root) %{_libdir}/samba/*.msg -%files -n libsmbclient-4.0 +%files -n libsmbclient %defattr(-,root,root) %attr(755,root,root) %{_libdir}/libsmbclient.so.* %attr(755,root,root) %{_libdir}/libsmbsharemodes.so.* -%files -n libsmbclient-4.0-devel +%files -n libsmbclient-devel %defattr(-,root,root) #%{_includedir}/samba-4.0/libsmbclient.h %{_includedir}/samba-4.0/libsmbclient.h |
