1 |
# $Id: smeserver-openoffice-portable.spec,v 1.9 2008/04/02 15:03:58 slords Exp $ |
# $Id: smeserver-openoffice-portable.spec,v 1.12 2008/04/22 05:27:51 mweinber Exp $ |
2 |
# Authority: mweinber |
# Authority: mweinber |
3 |
# Name: Michael Weinberger |
# Name: Michael Weinberger |
4 |
|
|
6 |
%define name smeserver-openoffice-portable |
%define name smeserver-openoffice-portable |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.4.0 |
%define version 2.4.0 |
9 |
%define release 1 |
%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.4.0-touchlicense.patch |
22 |
|
Patch1: smeserver-openoffice-portable-2.4.0-typo.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 |
* Mon Apr 21 2008 Michael Weinberger <mweinber@neddix.de> 2.4.0 |
* 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 |
Update to 2.4 |
41 |
Fix ownership of /opt/openoffice in script openoffice-init |
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 |
56 |
|
|
57 |
%prep |
%prep |
58 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
59 |
|
%patch0 -p1 |
60 |
|
%patch1 -p1 |
61 |
|
|
62 |
%build |
%build |
63 |
|
|