rpms/opal/devel opal.spec,1.56,1.57

Peter Robinson pbrobinson at fedoraproject.org
Tue Jan 26 16:08:03 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/opal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8436

Modified Files:
	opal.spec 
Log Message:
- Package review cleanup


Index: opal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/opal/devel/opal.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -p -r1.56 -r1.57
--- opal.spec	22 Sep 2009 16:17:51 -0000	1.56
+++ opal.spec	26 Jan 2010 16:08:02 -0000	1.57
@@ -1,7 +1,7 @@
 Name:		opal
 Summary:	Open Phone Abstraction Library
 Version:	3.6.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 URL:		http://www.opalvoip.org/
 # We cannot use unmodified upstream source code because it contains the 
 # non-free iLBC codec.
@@ -42,6 +42,10 @@ header files for opal.
 %setup -q 
 %patch0 -p1 -b .noilbc
 
+for file in dll so bin lib exe; do 
+  find . -name "*.$file" -exec rm -f {} \; ; 
+done    
+
 %build
 %configure
 
@@ -75,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/opal.pc
 
 %changelog
+* Tue Jan 26 2010 Peter Robinson <pbrobinson at gmail.com> - 3.6.6-2
+- Package review cleanup
+
 * Tue Sep 22 2009 Peter Robinson <pbrobinson at gmail.com> - 3.6.6-1
 - New 3.6.6 stable release
 



More information about the scm-commits mailing list