rpms/openal/FC-3 openal-arch.patch, NONE, 1.1 openal-pkgconfig.patch, NONE, 1.1 openal.spec, 1.7, 1.8

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Jan 30 23:05:25 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/openal/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5911/FC-3

Modified Files:
	openal.spec 
Added Files:
	openal-arch.patch openal-pkgconfig.patch 
Log Message:
- build patches from fc4


openal-arch.patch:

--- NEW FILE openal-arch.patch ---
--- openal-0.0.8/src/Makefile.in.org	2006-01-30 17:52:29.000000000 +0100
+++ openal-0.0.8/src/Makefile.in	2006-01-30 17:53:40.000000000 +0100
@@ -327,7 +327,7 @@
 
 
 # Add compiler flags.
-libopenal_la_CFLAGS = $(WARNINGCFLAGS) $(OPTIMIZATIONCFLAGS) $(FEATURECFLAGS)
+libopenal_la_CFLAGS = $(WARNINGCFLAGS) $(OPTIMIZATIONCFLAGS) $(FEATURECFLAGS) $(ARCH_INCLUDES)
 
 # The -no-undefined flag is neccessary for building DLLs on Windows.
 libopenal_la_LDFLAGS = -no-undefined $(PROFILINGLDFLAGS)

openal-pkgconfig.patch:

--- NEW FILE openal-pkgconfig.patch ---
--- admin/pkgconfig/Makefile.am.orig	2006-01-30 23:41:34.000000000 +0100
+++ admin/pkgconfig/Makefile.am	2006-01-30 23:41:44.000000000 +0100
@@ -1,3 +1,3 @@
-pkgconfigdir   = $(prefix)/lib/pkgconfig
+pkgconfigdir   = $(libdir)/pkgconfig
 pkgconfig_DATA = openal.pc
 bin_SCRIPTS    = openal-config
--- admin/pkgconfig/Makefile.in.orig	2006-01-30 23:45:01.000000000 +0100
+++ admin/pkgconfig/Makefile.in	2006-01-30 23:45:42.000000000 +0100
@@ -192,7 +192,7 @@
 target_cpu = @target_cpu@
 target_os = @target_os@
 target_vendor = @target_vendor@
-pkgconfigdir = $(prefix)/lib/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = openal.pc
 bin_SCRIPTS = openal-config
 all: all-am


Index: openal.spec
===================================================================
RCS file: /cvs/extras/rpms/openal/FC-3/openal.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openal.spec	19 Jan 2006 08:43:25 -0000	1.7
+++ openal.spec	30 Jan 2006 23:05:24 -0000	1.8
@@ -8,6 +8,8 @@
 URL:            http://www.openal.org/
 Source0:        http://www.openal.org/openal_webstf/downloads/openal-0.0.8.tar.gz
 Source1:        openalrc
+Patch0:         openal-arch.patch
+Patch1:         openal-pkgconfig.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  alsa-lib-devel
@@ -43,6 +45,8 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1
 
 %build
 %configure --enable-arts                   \




More information about the fedora-extras-commits mailing list