1 |
|
# $Id: smeserver-openoffice-portable.spec,v 1.12 2008/04/22 05:27:51 mweinber Exp $ |
2 |
|
# Authority: mweinber |
3 |
|
# Name: Michael Weinberger |
4 |
|
|
5 |
Summary: OpenOfficePortable integration |
Summary: OpenOfficePortable integration |
6 |
%define name smeserver-openoffice-portable |
%define name smeserver-openoffice-portable |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.3.1 |
%define version 2.4.0 |
9 |
%define release 11 |
%define release 3 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
18 |
Requires: perl-XML-Twig >= 3.29 |
Requires: perl-XML-Twig >= 3.29 |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
AutoReq: no |
AutoReq: no |
21 |
Patch0: smeserver-openoffice-portable-2.3.1-pathesfix.patch |
Patch0: smeserver-openoffice-portable-2.4.0-touchlicense.patch |
22 |
Patch1: smeserver-openoffice-portable-2.3.1-inifile.patch |
Patch1: smeserver-openoffice-portable-2.4.0-typo.patch |
|
Patch2: smeserver-openoffice-portable-2.3.1-DeleteHistory.patch |
|
|
Patch3: smeserver-openoffice-portable-2.3.1-DeleteHistoryScript.patch |
|
23 |
|
|
24 |
%description |
%description |
25 |
Integrates the OpenOfficePortable application into the SME environment |
Integrates the OpenOfficePortable application into the SME environment |
32 |
See http://wiki.contribs.org/OpenOffice_for_Windows for full documentation. |
See http://wiki.contribs.org/OpenOffice_for_Windows for full documentation. |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Tue Apr 22 2008 Michael Weinberger <mweinber@neddix.de> 2.4.0-3 |
36 |
|
Typo fixed |
37 |
|
* Mon Apr 21 2008 Michael Weinberger <mweinber@neddix.de> 2.4.0-2 |
38 |
|
Touch license files to avoid license dialog |
39 |
|
* Mon Apr 21 2008 Michael Weinberger <mweinber@neddix.de> 2.4.0-1 |
40 |
|
Update to 2.4 |
41 |
|
Fix ownership of /opt/openoffice in script openoffice-init |
42 |
* Sun Mar 16 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-11 |
* Sun Mar 16 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-11 |
43 |
openoffice-delete-history as seperate script |
openoffice-delete-history as seperate script |
44 |
* Sat Mar 15 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-10 |
* Sat Mar 15 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-10 |
56 |
|
|
57 |
%prep |
%prep |
58 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
59 |
%patch0 -p1 |
%patch0 -p1 |
60 |
%patch1 -p1 |
%patch1 -p1 |
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
61 |
|
|
62 |
%build |
%build |
63 |
|
|