rpms/mingw32-gettext/devel mingw32-gettext.spec,1.1,1.2

Richard W.M. Jones rjones at fedoraproject.org
Fri Jan 23 11:21:20 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/mingw32-gettext/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6847

Modified Files:
	mingw32-gettext.spec 
Log Message:
Use find_lang macro.


Index: mingw32-gettext.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-gettext/devel/mingw32-gettext.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mingw32-gettext.spec	17 Jan 2009 11:38:26 -0000	1.1
+++ mingw32-gettext.spec	23 Jan 2009 11:20:49 -0000	1.2
@@ -6,7 +6,7 @@
 
 Name:      mingw32-gettext
 Version:   0.17
-Release:   7%{?dist}
+Release:   8%{?dist}
 Summary:   GNU libraries and utilities for producing multi-lingual messages
 
 License:   GPLv2+ and LGPLv2+
@@ -68,12 +68,14 @@
 rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}/man1/
 rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}/man3/
 
+%find_lang %{name} --all-name
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc COPYING
 %{_mingw32_bindir}/autopoint
@@ -121,11 +123,11 @@
 %{_mingw32_datadir}/info/autosprintf.info
 %{_mingw32_datadir}/info/gettext.info
 
-%{_mingw32_datadir}/locale/*/LC_MESSAGES/gettext-tools.mo
-%{_mingw32_datadir}/locale/*/LC_MESSAGES/gettext-runtime.mo
-
 
 %changelog
+* Fri Jan 23 2009 Richard W.M. Jones <rjones at redhat.com> - 0.17-8
+- Use find_lang macro.
+
 * Fri Jan 16 2009 Richard W.M. Jones <rjones at redhat.com> - 0.17-7
 - Remove the manpages - already available in base Fedora gettext-devel.
 - Use _smp_mflags for build.




More information about the fedora-extras-commits mailing list