rpms/gnash/OLPC-2 gnash.spec,1.14,1.15

John (J5) Palmieri (johnp) fedora-extras-commits at redhat.com
Wed Jul 11 00:23:34 UTC 2007


Author: johnp

Update of /cvs/pkgs/rpms/gnash/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29440

Modified Files:
	gnash.spec 
Log Message:
- add find_lang



Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/OLPC-2/gnash.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gnash.spec	10 Jul 2007 23:33:40 -0000	1.14
+++ gnash.spec	11 Jul 2007 00:22:59 -0000	1.15
@@ -79,9 +79,6 @@
 rm \
  $RPM_BUILD_ROOT/%{_libdir}/libltdl* \
  $RPM_BUILD_ROOT/%{_includedir}/ltdl.h
-# asspec info isn't generated rightly
-rm \
- $RPM_BUILD_ROOT/%{_infodir}/asspec.info
 # omf is broken
 rm -rf \
  $RPM_BUILD_ROOT/%{_datadir}/omf
@@ -89,6 +86,7 @@
 rm \
  $RPM_BUILD_ROOT/%{_bindir}/cygnal
 
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -96,19 +94,13 @@
 
 %post 
 /sbin/ldconfig
-scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
-/sbin/install-info --entry="* Gnash: (gnash). GNU Flash Player" %{_infodir}/%{name}.info %{_infodir}/dir || :
 
 %preun
-if [ $1 = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
-fi
 
 %postun
 /sbin/ldconfig
-scrollkeeper-update -q || :
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README AUTHORS COPYING NEWS 
 %doc doc/C/gnash.html 




More information about the scm-commits mailing list