f41
David Tardon 12 years ago
parent e6dc0f6267
commit 115d56e327

3
.gitignore vendored

@ -45,3 +45,6 @@
/libreoffice-4.0.0.0.beta2.tar.xz
/libreoffice-help-4.0.0.0.beta2.tar.xz
/libreoffice-translations-4.0.0.0.beta2.tar.xz
/libreoffice-4.0.0.1.tar.xz
/libreoffice-help-4.0.0.1.tar.xz
/libreoffice-translations-4.0.0.1.tar.xz

@ -3,7 +3,7 @@
# Should contain .alphaX / .betaX, if this is pre-release (actually
# pre-RC) version. The pre-release string is part of tarball file names,
# so we need a way to define it easily at one place.
%define libo_prerelease .beta2
# %%define libo_prerelease .beta2
# rhbz#715152 state vendor
%if 0%{?rhel}
%define vendoroption --with-vendor="Red Hat, Inc."
@ -42,8 +42,8 @@
Summary: Free Software Productivity Suite
Name: libreoffice
Epoch: 1
Version: %{libo_version}.0
Release: 4%{?libo_prerelease}%{?dist}
Version: %{libo_version}.1
Release: 1%{?libo_prerelease}%{?dist}
License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic and MPLv2.0
Group: Applications/Productivity
URL: http://www.documentfoundation.org/develop
@ -2051,6 +2051,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
%endif
%changelog
* Tue Jan 15 2013 David Tardon <dtardon@redhat.com> - 1:4.0.0.1-1
- 4.0.0 rc1
* Sat Dec 22 2012 David Tardon <dtardon@redhat.com> - 1:4.0.0.0-4.beta2
- use system cpp instead of ucpp

@ -5,6 +5,6 @@
74939c9ea525374776f09bf972ede99f libreoffice-multiliblauncher.sh
a7983f859eafb2677d7ff386a023bc40 a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
1f24ab1d39f4a51faf22244c94a6203f 1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
f0abec2ab5b8a31ba47b00f9cfea0305 libreoffice-4.0.0.0.beta2.tar.xz
847b75db75e5b0a501216bb5420083d2 libreoffice-help-4.0.0.0.beta2.tar.xz
b6caba12606c6616ff283fea4575d118 libreoffice-translations-4.0.0.0.beta2.tar.xz
4713fda4b085ef1203457b7e8597c3ea libreoffice-4.0.0.1.tar.xz
f7b4afe09fe2df154aeb9e503d39488a libreoffice-help-4.0.0.1.tar.xz
28ad48c32050d35d4fbb87e6df05a22d libreoffice-translations-4.0.0.1.tar.xz

Loading…
Cancel
Save