Author: glen Date: Wed Jan 28 14:30:42 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - use find-lang
---- Files affected: SPECS: dokuwiki-plugin-zip.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/dokuwiki-plugin-zip.spec diff -u SPECS/dokuwiki-plugin-zip.spec:1.2 SPECS/dokuwiki-plugin-zip.spec:1.3 --- SPECS/dokuwiki-plugin-zip.spec:1.2 Wed Jan 28 15:29:13 2009 +++ SPECS/dokuwiki-plugin-zip.spec Wed Jan 28 15:30:37 2009 @@ -9,6 +9,7 @@ Group: Applications/WWW Source0: http://wiki.pilsch.com/doku-zip-%{version}.zip # Source0-md5: 7525314836db3ab7fd2f97d5a9e3bf89 +Source1: dokuwiki-find-lang.sh URL: http://wiki.pilsch.com/zip.html Requires: dokuwiki >= 20061106 Requires: php-pear-File_Archive @@ -36,6 +37,9 @@ install -d $RPM_BUILD_ROOT%{plugindir} cp -a . $RPM_BUILD_ROOT%{plugindir} +# find locales +sh %{SOURCE1} %{name}.lang + %clean rm -rf $RPM_BUILD_ROOT @@ -45,9 +49,11 @@ touch %{dokuconf}/local.php fi -%files +%files -f %{name}.lang %defattr(644,root,root,755) -%{plugindir} +%dir %{plugindir} +%{plugindir}/*.php +%{plugindir}/*.css %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -55,6 +61,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2009/01/28 14:30:37 glen +- use find-lang + Revision 1.2 2009/01/28 14:29:13 glen - refresh dw cache on install ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dokuwiki-plugin-zip.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
