rpms/asterisk/F-7 asterisk-strip.sh, 1.2, 1.3 .cvsignore, 1.9, 1.10 asterisk.spec, 1.10, 1.11 sources, 1.9, 1.10

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Thu Apr 3 02:05:28 UTC 2008


Author: jcollie

Update of /cvs/pkgs/rpms/asterisk/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4836

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.4.19-2
- 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	3 Apr 2008 02:04:53 -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/F-7/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	2 Apr 2008 20:16:29 -0000	1.9
+++ .cvsignore	3 Apr 2008 02:04:53 -0000	1.10
@@ -1 +1 @@
-asterisk-1.4.19.tar.gz
+asterisk-1.4.19-stripped.tar.gz


Index: asterisk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk/F-7/asterisk.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- asterisk.spec	2 Apr 2008 20:16:29 -0000	1.10
+++ asterisk.spec	3 Apr 2008 02:04:53 -0000	1.11
@@ -3,12 +3,30 @@
 Summary: The Open Source PBX
 Name: asterisk
 Version: 1.4.19
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
 
-Source0: http://downloads.digium.com/pub/telephony/asterisk/releases/asterisk-%{version}.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}.tar.gz
+# Then run the included script file to build the stripped tarball:
+#
+# sh asterisk-strip.sh %{version}
+#
+# MD5 Sums
+# ========
+# 2be30f9d35e808828ffb6876d6c947fe  asterisk-1.4.19.tar.gz
+# 0a80d34a43e3cd60e71a5434c4f7cb13  asterisk-1.4.19-stripped.tar.gz
+#
+# SHA1 Sums
+# =========
+# 92419351d6bef5bea0678aa2dffc7938d73390bf  asterisk-1.4.19.tar.gz
+# ad8a2f08ad2a4076a4deaabe62689ba9b675bffd  asterisk-1.4.19-stripped.tar.gz
+
+#Source0: http://downloads.digium.com/pub/telephony/asterisk/releases/asterisk-%{version}.tar.gz
+Source0: asterisk-%{version}-stripped.tar.gz
 Source1: asterisk-logrotate
 Source2: menuselect.makedeps
 Source3: menuselect.makeopts
@@ -884,6 +902,10 @@
 %{_libdir}/asterisk/modules/codec_zap.so
 
 %changelog
+* Wed Apr  2 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.19-2
+- Return to stripped tarballs since there's more non-free content in
+  the Asterisk tarballs than I thought.
+
 * Wed Apr  2 2008 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.19-1
 - Update to 1.4.19
 - Upstream removed iLBC code from tarball so we no longer need to


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk/F-7/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	2 Apr 2008 20:16:29 -0000	1.9
+++ sources	3 Apr 2008 02:04:53 -0000	1.10
@@ -1 +1 @@
-2be30f9d35e808828ffb6876d6c947fe  asterisk-1.4.19.tar.gz
+0a80d34a43e3cd60e71a5434c4f7cb13  asterisk-1.4.19-stripped.tar.gz




More information about the fedora-extras-commits mailing list