|
@@ -1,5 +1,5 @@
|
|
%define pkgname LibreOffice
|
|
%define pkgname LibreOffice
|
|
-%define version 4.3.3
|
|
|
|
|
|
+%define version 4.3.5
|
|
%ifarch %{ix86}
|
|
%ifarch %{ix86}
|
|
%define uarch x86
|
|
%define uarch x86
|
|
%define pkgarch x86
|
|
%define pkgarch x86
|
|
@@ -27,7 +27,7 @@ Group: Applications/Productivity
|
|
|
|
|
|
ExclusiveArch: %{ix86} x86_64
|
|
ExclusiveArch: %{ix86} x86_64
|
|
# Requires(posttrans) not yet implemented. So we use (post) instead.
|
|
# Requires(posttrans) not yet implemented. So we use (post) instead.
|
|
-Requires(post): self-build-setup >= 0.9.0
|
|
|
|
|
|
+Requires(post): self-build-setup >= 1.0
|
|
Requires: glibc >= 2.5
|
|
Requires: glibc >= 2.5
|
|
Requires: gtk2 >= 2.10.4
|
|
Requires: gtk2 >= 2.10.4
|
|
Requires: libgnome >= 2.16
|
|
Requires: libgnome >= 2.16
|
|
@@ -527,7 +527,7 @@ QUEDIR=/var/cache/self-build
|
|
[ ! -d ${QUEDIR} ] && %__mkdir_p ${QUEDIR}
|
|
[ ! -d ${QUEDIR} ] && %__mkdir_p ${QUEDIR}
|
|
|
|
|
|
(cd ${tmp}
|
|
(cd ${tmp}
|
|
- ## If exists cached tarballs, copy them into ${tmp}
|
|
|
|
|
|
+ ## If the cached tarballs exist, copy them into ${tmp}
|
|
if [ "${CACHE_DOWNLOADED_FILES}" = "yes" ]; then
|
|
if [ "${CACHE_DOWNLOADED_FILES}" = "yes" ]; then
|
|
for i in %{dlurl}; do
|
|
for i in %{dlurl}; do
|
|
[ -f ${QUEDIR}/$(basename $i) ] && %__cp -af ${QUEDIR}/$(basename $i) ${tmp}; done
|
|
[ -f ${QUEDIR}/$(basename $i) ] && %__cp -af ${QUEDIR}/$(basename $i) ${tmp}; done
|
|
@@ -553,6 +553,9 @@ QUEDIR=/var/cache/self-build
|
|
%files
|
|
%files
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Dec 19 2014 Munehiro Yamamoto <munepi@vinelinux.org> 4.3.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Tue Nov 4 2014 Munehiro Yamamoto <munepi@vinelinux.org> 4.3.3-1
|
|
* Tue Nov 4 2014 Munehiro Yamamoto <munepi@vinelinux.org> 4.3.3-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|