rpms/openal/devel openal.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Feb 2 14:16:51 UTC 2005


Author: thias

Update of /cvs/extras/rpms/openal/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv835

Modified Files:
	openal.spec 
Log Message:
Picky, picky : Fix tab vs. space mixing.



Index: openal.spec
===================================================================
RCS file: /cvs/extras/rpms/openal/devel/openal.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openal.spec	19 Dec 2004 13:21:47 -0000	1.5
+++ openal.spec	2 Feb 2005 14:16:49 -0000	1.6
@@ -71,13 +71,13 @@
 %build
 cd linux
 sh ./autogen.sh
-%configure --enable-arts 	           \
+%configure --enable-arts                   \
            --enable-alsa                   \
-           --enable-esd 	           \
+           --enable-esd                    \
            --enable-vorbis                 \
            --enable-sdl                    \
            --disable-smpeg                 \
-           --enable-capture	
+           --enable-capture
 
 make %{?_smp_mflags}
 make -C doc
@@ -87,8 +87,8 @@
 %install
 rm -rf ${RPM_BUILD_ROOT}
 make -C linux DESTDIR=${RPM_BUILD_ROOT}%{_prefix}/ \
-	      DESTLIB=${RPM_BUILD_ROOT}%{_libdir} \
-	      install
+              DESTLIB=${RPM_BUILD_ROOT}%{_libdir} \
+              install
 #
 # tests
 install -m0755 -d ${RPM_BUILD_ROOT}%{_libdir}/openal




More information about the fedora-extras-commits mailing list