packages: libreoffice/libreoffice.spec - properly unpack sources
arekm
arekm at pld-linux.org
Sun Oct 23 23:02:42 CEST 2011
Author: arekm Date: Sun Oct 23 21:02:42 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- properly unpack sources
---- Files affected:
packages/libreoffice:
libreoffice.spec (1.905 -> 1.906)
---- Diffs:
================================================================
Index: packages/libreoffice/libreoffice.spec
diff -u packages/libreoffice/libreoffice.spec:1.905 packages/libreoffice/libreoffice.spec:1.906
--- packages/libreoffice/libreoffice.spec:1.905 Sun Oct 23 21:58:39 2011
+++ packages/libreoffice/libreoffice.spec Sun Oct 23 23:02:28 2011
@@ -2439,7 +2439,11 @@
bashowe uzupełnianie nazw dla LibreOffice.
%prep
-%setup -q -n %{name}-bootstrap-%{version} -b1 -b2 -b3 -b4 -b5 -b6 -b7 -b8 -b9 -b10 -b11 -b12 -b13 -b14 -b15 -b16 -b17 -b18 -b19
+%setup -q -n %{name}-bootstrap-%{version} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a17 -a18 -a19
+for dir in *-%{version}; do
+ [ -f $dir/ChangeLog ] && mv $dir/ChangeLog ChangeLog-$dir
+ mv $dir/* .
+done
install -d ext_sources
ln %{SOURCE20} ext_sources
@@ -4129,6 +4133,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.906 2011/10/23 21:02:28 arekm
+- properly unpack sources
+
Revision 1.905 2011/10/23 19:58:39 arekm
- it starts building now
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libreoffice/libreoffice.spec?r1=1.905&r2=1.906&f=u
More information about the pld-cvs-commit
mailing list