rpms/libtalloc/EL-5 generate-talloc-compat-tarball.sh, NONE, 1.1 libtalloc.spec, 1.12, 1.13

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jun 14 18:55:21 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/libtalloc/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16925

Modified Files:
	libtalloc.spec 
Added Files:
	generate-talloc-compat-tarball.sh 
Log Message:
* Mon Jun 14 2010 Stephen Gallagher <sgallagh at redhat.com> - 2.0.1-7
- Rebuild libtalloc from the samba3x sources
- Remove Conflicts: samba3x



--- NEW FILE generate-talloc-compat-tarball.sh ---
#!/bin/sh

SAMBA_VERSION=3.3.12
TALLOC_VERSION=1.2.0

tar -xzf samba-$SAMBA_VERSION.tar.gz

mkdir -p libtalloc-$TALLOC_VERSION
cp -a samba-$SAMBA_VERSION/source/lib/replace/ libtalloc-$TALLOC_VERSION/
cp -a samba-$SAMBA_VERSION/source/lib/talloc/ libtalloc-$TALLOC_VERSION/
tar -czf libtalloc-$TALLOC_VERSION.tar.gz libtalloc-$TALLOC_VERSION

rm -Rf samba-$SAMBA_VERSION libtalloc-$TALLOC_VERSION


Index: libtalloc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtalloc/EL-5/libtalloc.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- libtalloc.spec	14 Jun 2010 18:51:35 -0000	1.12
+++ libtalloc.spec	14 Jun 2010 18:55:21 -0000	1.13
@@ -2,7 +2,7 @@
 
 Name: libtalloc
 Version: 2.0.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 Group: System Environment/Daemons
 Summary: The talloc library
 License: LGPLv3+
@@ -14,7 +14,7 @@ Source0: http://samba.org/ftp/talloc/tal
 # The tarball is created with generate-talloc1-tarball.sh
 # The original samba source tarball is:
 # http://www.samba.org/samba/ftp/samba/samba-3.3.12.tar.gz
-Source1: generate-talloc1-tarball.sh
+Source1: generate-talloc-compat-tarball.sh
 Source2: libtalloc-%{compat_version}.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -88,7 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
-* Mon Jun 14 2010 Stephen Gallagher <sgallagh at redhat.com> - 2.0.1-6
+* Mon Jun 14 2010 Stephen Gallagher <sgallagh at redhat.com> - 2.0.1-7
 - Rebuild libtalloc from the samba3x sources
 - Remove Conflicts: samba3x
 



More information about the scm-commits mailing list