SPECS: samba.spec - added subpackage libtalloc - added install.patch

sls sls at pld-linux.org
Tue Oct 14 04:24:06 CEST 2008


Author: sls                          Date: Tue Oct 14 02:24:06 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added subpackage libtalloc
- added install.patch

---- Files affected:
SPECS:
   samba.spec (1.416 -> 1.417) 

---- Diffs:

================================================================
Index: SPECS/samba.spec
diff -u SPECS/samba.spec:1.416 SPECS/samba.spec:1.417
--- SPECS/samba.spec:1.416	Fri Oct 10 19:22:11 2008
+++ SPECS/samba.spec	Tue Oct 14 04:24:01 2008
@@ -70,6 +70,7 @@
 Patch9:		%{name}-printerlocation.patch
 Patch10:	%{name}-ac.patch
 Patch11:	%{name}-link.patch
+Patch12:	%{name}-install.patch
 URL:		http://www.samba.org/
 BuildRequires:	acl-devel
 BuildRequires:	autoconf
@@ -474,6 +475,22 @@
 %description -n libsmbclient-static -l pl.UTF-8
 Statyczna biblioteka libsmbclient.
 
+%package -n libtalloc
+Summary:	The talloc library
+Group:		Libraries
+
+%description -n libtalloc
+The talloc library from the Samba suite.
+
+%package -n libtalloc-devel
+Summary:	Developer tools for the talloc library
+Group:		Development/Libraries
+Requires:	libtalloc = %{epoch}:%{version}-%{release}
+
+%description -n libtalloc-devel
+The libtalloc-devel package contains the header files and libraries needed to
+develop programs that link against the talloc library in the Samba suite.
+
 %package devel
 Summary:	Header files for Samba
 Summary(pl.UTF-8):	Pliki nagłówkowe Samby
@@ -949,6 +966,7 @@
 #?
 #%patch10 -p1
 %patch11 -p1
+%patch12 -p1
 %{__sed} -i 's#%SAMBAVERSION%#%{version}#' docs/htmldocs/index.html
 
 cd examples/VFS
@@ -1308,6 +1326,14 @@
 %{_includedir}/libsmbclient.h
 %{_includedir}/wbclient.h
 
+%files -n libtalloc
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtalloc.so.*
+
+%files -n libtalloc-devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtalloc.so
+
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/%{name}
@@ -1480,6 +1506,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.417  2008/10/14 02:24:01  sls
+- added subpackage libtalloc
+- added install.patch
+
 Revision 1.416  2008/10/10 17:22:11  qboosh
 - sorted -client mess
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/samba.spec?r1=1.416&r2=1.417&f=u



More information about the pld-cvs-commit mailing list