Author: ankry Date: Thu Feb 24 21:36:02 2005 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- missing %defattr, rel. 2
---- Files affected:
SPECS:
openoffice.spec (1.493.2.5 -> 1.493.2.6)
---- Diffs:
================================================================
Index: SPECS/openoffice.spec
diff -u SPECS/openoffice.spec:1.493.2.5 SPECS/openoffice.spec:1.493.2.6
--- SPECS/openoffice.spec:1.493.2.5 Wed Feb 23 23:39:49 2005
+++ SPECS/openoffice.spec Thu Feb 24 22:35:57 2005
@@ -27,7 +27,7 @@
Summary(pl): OpenOffice - potężny pakiet biurowy
Name: openoffice
Version: %{fullver}
-Release: 1%{?with_vfs:vfs}
+Release: 2%{?with_vfs:vfs}
Epoch: 1
License: GPL/LGPL
Group: X11/Applications
@@ -3016,8 +3016,10 @@
# cp ${lang}.lang ${lang}.lang.gnome
# cp ${lang}.lang ${lang}.lang.kde
# program/resource.*/*${code}.res (for kde and gnome versions)
- grep '/program/resource.gnome/.*res$' ${lfile} >
${lang}.lang.gnome
- grep '/program/resource.kde/.*res$' ${lfile} > ${lang}.lang.kde
+ echo "%%defattr(644,root,root,755)" > ${lang}.lang.gnome
+ echo "%%defattr(644,root,root,755)" > ${lang}.lang.kde
+ grep '/program/resource.gnome/.*res$' ${lfile} >>
${lang}.lang.gnome
+ grep '/program/resource.kde/.*res$' ${lfile} >> ${lang}.lang.kde
fi
done
@@ -3194,6 +3196,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.493.2.6 2005/02/24 21:35:57 ankry
+- missing %defattr, rel. 2
+
Revision 1.493.2.5 2005/02/23 22:39:49 qboosh
- reworked locales packaging to kill duplicates (over 100MB overhead)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/openoffice.spec?r1=1.493.2.5&r2=1.493.2.6&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit