rpms/asterisk/devel asterisk-strip.sh, 1.2, 1.3 .cvsignore, 1.12, 1.13 asterisk.spec, 1.22, 1.23 sources, 1.12, 1.13

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Wed Apr 2 21:30:40 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/asterisk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28147

Modified Files:
	.cvsignore asterisk.spec sources 
Added Files:
	asterisk-strip.sh 
Log Message:
* Wed Apr  2 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.0-0.12.beta7.1
- Return to stripped tarballs since there's more non-free content in
  the Asterisk tarballs than I thought.



Index: asterisk-strip.sh
===================================================================
RCS file: asterisk-strip.sh
diff -N asterisk-strip.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ asterisk-strip.sh	2 Apr 2008 21:30:00 -0000	1.3
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+version=$1
+if [ ! -f asterisk-$version.tar.gz ]; then
+    echo "Can't find asterisk-$version.tar.gz!"
+    exit 1
+fi
+
+tar xf asterisk-$version.tar.gz
+rm asterisk-$version/sounds/*.tar.gz
+tar czf asterisk-$version-stripped.tar.gz asterisk-$version
+rm -rf asterisk-$version
+
+echo "MD5 Sums"
+echo "========"
+md5sum asterisk-$version.tar.gz  asterisk-$version-stripped.tar.gz
+echo
+echo "SHA1 Sums"
+echo "========="
+sha1sum asterisk-$version.tar.gz  asterisk-$version-stripped.tar.gz
+


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	31 Mar 2008 00:43:07 -0000	1.12
+++ .cvsignore	2 Apr 2008 21:30:00 -0000	1.13
@@ -1 +1 @@
-asterisk-1.6.0-beta7.1.tar.gz
+asterisk-1.6.0-beta7.1-stripped.tar.gz


Index: asterisk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk/devel/asterisk.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- asterisk.spec	31 Mar 2008 00:43:07 -0000	1.22
+++ asterisk.spec	2 Apr 2008 21:30:00 -0000	1.23
@@ -4,12 +4,30 @@
 Summary: The Open Source PBX
 Name: asterisk
 Version: 1.6.0
-Release: 0.11.beta%{beta}%{?dist}
+Release: 0.12.beta%{beta}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
 
-Source0: http://downloads.digium.com/pub/telephony/asterisk/releases/asterisk-%{version}%{?beta:-beta%{beta}}.tar.gz
+# The Asterisk tarball contains some items that we don't want in there,
+# so start with the original tarball from here:
+# http://downloads.digium.com/pub/telephony/asterisk/releases/asterisk-%{version}%{?beta:-beta%{beta}}.tar.gz
+# Then run the included script file to build the stripped tarball:
+#
+# sh asterisk-strip.sh %{version}
+
+# MD5 Sums
+# ========
+# 26b035dcdbbd4b8fdefbddb243ac3b57  asterisk-1.6.0-beta7.1.tar.gz
+# c83860aa75b95aa3a0e826c88821e115  asterisk-1.6.0-beta7.1-stripped.tar.gz
+#
+# SHA1 Sums
+# =========
+# 4d108b0be7044c19ca016b580c6839f98f5eeb1c  asterisk-1.6.0-beta7.1.tar.gz
+# 5f889c572e448f39f42872886260f6a49ae6bd5f  asterisk-1.6.0-beta7.1-stripped.tar.gz
+
+#Source0: http://downloads.digium.com/pub/telephony/asterisk/releases/asterisk-%{version}%{?beta:-beta%{beta}}.tar.gz
+Source0: asterisk-%{version}%{?beta:-beta%{beta}}-stripped.tar.gz
 Source1: asterisk-logrotate
 Source2: menuselect.makedeps
 Source3: menuselect.makeopts
@@ -1001,6 +1019,10 @@
 %{_libdir}/asterisk/modules/codec_zap.so
 
 %changelog
+* Wed Apr  2 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.0-0.12.beta7.1
+- Return to stripped tarballs since there's more non-free content in
+  the Asterisk tarballs than I thought.
+
 * Sun Mar 30 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.0-0.11.beta7.1
 - Update to 1.6.0-beta7.1
 - Update patches


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	31 Mar 2008 00:43:07 -0000	1.12
+++ sources	2 Apr 2008 21:30:00 -0000	1.13
@@ -1 +1 @@
-26b035dcdbbd4b8fdefbddb243ac3b57  asterisk-1.6.0-beta7.1.tar.gz
+c83860aa75b95aa3a0e826c88821e115  asterisk-1.6.0-beta7.1-stripped.tar.gz




More information about the fedora-extras-commits mailing list