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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:25 UTC 2005


Author: thias

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

Modified Files:
	openal.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: openal.spec
===================================================================
RCS file: /cvs/extras/rpms/openal/devel/openal.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openal.spec	2 Feb 2005 14:16:49 -0000	1.6
+++ openal.spec	5 Mar 2005 21:10:23 -0000	1.7
@@ -97,7 +97,7 @@
        ${RPM_BUILD_ROOT}%{_libdir}/openal/Makefile* \
        ${RPM_BUILD_ROOT}%{_libdir}/openal/CVS
 #
-# info 
+# info
 install -m0755 -d ${RPM_BUILD_ROOT}%{_infodir}
 install -m0644 linux/doc/openal.info ${RPM_BUILD_ROOT}%{_infodir}
 #
@@ -118,7 +118,7 @@
 
 
 %preun
-if [ "$1" -eq 0 ]; then
+if [ $1 -eq 0 ]; then
   /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
 fi
 
@@ -128,7 +128,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES COPYING CREDITS README 
+%doc CHANGES COPYING CREDITS README
 %config %{_sysconfdir}/openalrc
 %attr(0644,root,root)%{_libdir}/libopenal.so.*
 %attr(0644,root,root)%{_infodir}/*.info*




More information about the fedora-extras-commits mailing list