rpms/asterisk-sounds-core/devel asterisk-sounds-core.spec,1.6,1.7

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Dec 4 13:01:50 UTC 2009


Author: jcollie

Update of /cvs/pkgs/rpms/asterisk-sounds-core/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29272

Modified Files:
	asterisk-sounds-core.spec 
Log Message:
* Fri Dec  4 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.16-3
- Add fr/1.g729 back and build with new version of RPM.



Index: asterisk-sounds-core.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk-sounds-core/devel/asterisk-sounds-core.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- asterisk-sounds-core.spec	2 Nov 2009 18:26:51 -0000	1.6
+++ asterisk-sounds-core.spec	4 Dec 2009 13:01:49 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:           asterisk-sounds-core
 Version:        1.4.16
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Core sounds for Asterisk
 
 Group:          Applications/Internet
@@ -43,6 +43,8 @@ Source28:       http://downloads.asteris
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
+BuildRequires:  rpm >= 4.7.2-2
+
 %description
 Core sound files for Asterisk.
 
@@ -364,7 +366,7 @@ mkdir fr
 
 for file in %{S:20} %{S:21} %{S:22} %{S:23} %{S:24} %{S:25} %{S:26} %{S:27} %{S:28}
 do
-  tar tf $file | grep -v '1.g729' | grep -E '.(alaw|g722|g729|gsm|siren7|siren14|sln16|ulaw|wav)$' | sed -e 's!^!%{sounds_dir}/fr/!' > `basename $file .tar.gz`.list
+  tar --list --file $file | grep -E '.(alaw|g722|g729|gsm|siren7|siren14|sln16|ulaw|wav)$' | sed -e 's!^!%{sounds_dir}/fr/!' > `basename $file .tar.gz`.list
   tar --extract --directory ./fr/  --file $file
 done
 
@@ -535,6 +537,9 @@ rm -rf %{buildroot}
 %doc asterisk-core-sounds-fr-wav-%{version}.list
 
 %changelog
+* Fri Dec  4 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.16-3
+- Add fr/1.g729 back and build with new version of RPM.
+
 * Mon Nov  2 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.16-2
 - Remove fr/1.g729 as it's triggering an error in magic_file(3) (BZ#532489)
 




More information about the fedora-extras-commits mailing list