Hi, I'm updating indiana/SUNWgetting-started-guide.spec and indiana/SUNWopensolaris-welcome.spec to include new languages.
Best Regards, Harry Index: indiana/SUNWgetting-started-guide.spec =================================================================== --- indiana/SUNWgetting-started-guide.spec (revision 18209) +++ indiana/SUNWgetting-started-guide.spec (working copy) @@ -9,7 +9,7 @@ Name: SUNWgetting-started-guide Summary: Indiana Getting Started Guide -Version: 1.0.1 +Version: 1.0.2 Source: http://dlc.sun.com/osol/jds/downloads/extras/getting-started-guide/getting-started-guide-%{version}.tar.bz2 SUNW_BaseDir: %{_basedir} SUNW_Copyright: %{name}.copyright @@ -124,6 +124,15 @@ SUNW_PkgList: %{name} %include default-depend.inc +%package -n SUNWgetting-started-l10n-extra +Summary: %{summary} for extra languages +SUNW_BaseDir: %{_basedir} +SUNW_Copyright: %{name}.copyright +BuildRoot: %{_tmppath}/%{name}-%{version}-build +SUNW_Loc: ar,cs,el,nl,pl +SUNW_PkgList: %{name} + +%include default-depend.inc %prep %setup -q -n getting-started-guide-%{version} @@ -211,7 +220,19 @@ %dir %attr (0755, root, other) %{_datadir}/doc %{_datadir}/doc/getting-started/html/zh_TW +%files -n SUNWgetting-started-l10n-extra +%defattr (-, root, bin) +%dir %attr (0755, root, sys) %{_datadir} +%dir %attr (0755, root, other) %{_datadir}/doc +%{_datadir}/doc/getting-started/html/ar +%{_datadir}/doc/getting-started/html/cs +%{_datadir}/doc/getting-started/html/el +%{_datadir}/doc/getting-started/html/nl +%{_datadir}/doc/getting-started/html/pl + %changelog +* Tue May 6 2009 - harry.fu at sun.com +- bump to 1.0.2 * Tue Apr 9 2009 - laca at sun.com - bump to 1.0.1 * Tue Mar 31 2009 - laca at sun.com Index: indiana/SUNWopensolaris-welcome.spec =================================================================== --- indiana/SUNWopensolaris-welcome.spec (revision 18211) +++ indiana/SUNWopensolaris-welcome.spec (working copy) @@ -9,7 +9,7 @@ Name: SUNWopensolaris-welcome Summary: OpenSolaris Welcome document -Version: 0.0.27 +Version: 0.0.28 Source: http://dlc.sun.com/osol/jds/downloads/extras/opensolaris-welcome/opensolaris-welcome-%{version}.tar.bz2 SUNW_BaseDir: / SUNW_Copyright: %{name}.copyright @@ -31,6 +31,7 @@ cd $RPM_BUILD_ROOT/%_datadir/locale; \ /bin/ls | grep -v '^de$' | grep -v '^es$' | grep -v '^fr$' | grep -v '^it$' |\ grep -v '^ja$' | grep -v '^ko$' | grep -v '^pt_BR$' | grep -v '^ru$' |\ + grep -v '^el$' | grep -v '^id$' | grep -v '^nl$' | grep -v '^pl$' |\ grep -v '^sv$' | grep -v '^zh_CN$' | grep -v '^zh_HK$' | grep -v '^zh_TW$' |\ xargs /bin/rm -r; \ ) @@ -63,6 +64,11 @@ %dir %attr (0755, root, other) %{_datadir}/locale/de/LC_MESSAGES %{_datadir}/locale/de/LC_MESSAGES/*.mo +%{_datadir}/doc/opensolaris-welcome/html/el +%dir %attr (0755, root, other) %{_datadir}/locale/el +%dir %attr (0755, root, other) %{_datadir}/locale/el/LC_MESSAGES +%{_datadir}/locale/el/LC_MESSAGES/*.mo + %{_datadir}/doc/opensolaris-welcome/html/es %dir %attr (0755, root, other) %{_datadir}/locale/es %dir %attr (0755, root, other) %{_datadir}/locale/es/LC_MESSAGES @@ -78,6 +84,11 @@ %dir %attr (0755, root, other) %{_datadir}/locale/it/LC_MESSAGES %{_datadir}/locale/it/LC_MESSAGES/*.mo +%{_datadir}/doc/opensolaris-welcome/html/id +%dir %attr (0755, root, other) %{_datadir}/locale/id +%dir %attr (0755, root, other) %{_datadir}/locale/id/LC_MESSAGES +%{_datadir}/locale/id/LC_MESSAGES/*.mo + %{_datadir}/doc/opensolaris-welcome/html/ja %dir %attr (0755, root, other) %{_datadir}/locale/ja %dir %attr (0755, root, other) %{_datadir}/locale/ja/LC_MESSAGES @@ -88,6 +99,16 @@ %dir %attr (0755, root, other) %{_datadir}/locale/ko/LC_MESSAGES %{_datadir}/locale/ko/LC_MESSAGES/*.mo +%{_datadir}/doc/opensolaris-welcome/html/nl +%dir %attr (0755, root, other) %{_datadir}/locale/nl +%dir %attr (0755, root, other) %{_datadir}/locale/nl/LC_MESSAGES +%{_datadir}/locale/nl/LC_MESSAGES/*.mo + +%{_datadir}/doc/opensolaris-welcome/html/pl +%dir %attr (0755, root, other) %{_datadir}/locale/pl +%dir %attr (0755, root, other) %{_datadir}/locale/pl/LC_MESSAGES +%{_datadir}/locale/pl/LC_MESSAGES/*.mo + %{_datadir}/doc/opensolaris-welcome/html/pt_BR %dir %attr (0755, root, other) %{_datadir}/locale/pt_BR %dir %attr (0755, root, other) %{_datadir}/locale/pt_BR/LC_MESSAGES @@ -124,6 +145,8 @@ %attr (-, root, sys) %{_sysconfdir}/xdg/autostart/* %changelog +* Tue May 06 2009 - harry.fu at sun.com +- Bump to 0.0.28, update translations. * Tue Apr 07 2009 - matt.keenan at sun.com - Bump to 0.0.27, fix d.o.o. 7956 * Tue Apr 07 2009 - dave.lin at sun.com
