diff options
| author | Günther Deschner <gd@samba.org> | 2011-11-22 15:34:04 +0100 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2011-11-22 15:34:04 +0100 |
| commit | 8cb55852f0afc8a3c1c067f86997bcdcd02e08a0 (patch) | |
| tree | 1fa67fff3dbc0bd75420e3ec4815e91a125d105b | |
| parent | 5af388e784699a2a9e466b97ea769423cb85993c (diff) | |
| download | samba4-8cb55852f0afc8a3c1c067f86997bcdcd02e08a0.tar.gz samba4-8cb55852f0afc8a3c1c067f86997bcdcd02e08a0.tar.xz samba4-8cb55852f0afc8a3c1c067f86997bcdcd02e08a0.zip | |
rename libsmbclient-4.0 to libsmbclient.
Guenther
| -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 |
