rpms/wesnoth/devel wesnoth.spec, 1.12, 1.13 wesnoth-64bit.patch, 1.1, NONE

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Jul 22 17:20:08 UTC 2005


Author: mschwendt

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

Modified Files:
	wesnoth.spec 
Removed Files:
	wesnoth-64bit.patch 
Log Message:
Delete obsolete patch and use an ugly %find_lang hack which also
works with FC3.



Index: wesnoth.spec
===================================================================
RCS file: /cvs/extras/rpms/wesnoth/devel/wesnoth.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- wesnoth.spec	8 Jul 2005 10:07:50 -0000	1.12
+++ wesnoth.spec	22 Jul 2005 17:20:06 -0000	1.13
@@ -85,7 +85,8 @@
 install -Dpm 644 %{SOURCE2} \
     $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/wesnoth
 
-/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT %name --all-name
+%find_lang %{name}.\*
+#/usr/lib/rpm/find-lang.sh $RPM_BUILD_ROOT %name --all-name
 
 find $RPM_BUILD_ROOT -name ".cvs*" | xargs rm -f
 find $RPM_BUILD_ROOT -name "CVS" | xargs rm -rf
@@ -114,7 +115,7 @@
 fi
 
 
-%files -f %{name}.lang
+%files -f %{name}.\*.lang
 %defattr(-,root,root,-)
 %doc COPYING changelog README copyright MANUAL* README.fedora
 %{_bindir}/wesnoth


--- wesnoth-64bit.patch DELETED ---




More information about the fedora-extras-commits mailing list