2 |
%define name smeserver-openoffice-portable |
%define name smeserver-openoffice-portable |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 2.3.1 |
%define version 2.3.1 |
5 |
%define release 9 |
%define release 10 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
AutoReq: no |
AutoReq: no |
17 |
Patch0: smeserver-openoffice-portable-2.3.1-pathesfix.patch |
Patch0: smeserver-openoffice-portable-2.3.1-pathesfix.patch |
18 |
|
Patch1: smeserver-openoffice-portable-2.3.1-inifile.patch |
19 |
|
Patch2: smeserver-openoffice-portable-2.3.1-DeleteHistory.patch |
20 |
|
|
21 |
%description |
%description |
22 |
Integrates the OpenOfficePortable application into the SME environment |
Integrates the OpenOfficePortable application into the SME environment |
29 |
See http://wiki.contribs.org/OpenOffice_for_Windows for full documentation. |
See http://wiki.contribs.org/OpenOffice_for_Windows for full documentation. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
* Thu Mar 14 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-8 |
* Sat Mar 15 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-10 |
33 |
|
openoffice-delete-history added |
34 |
|
* Fri Mar 14 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-9 |
35 |
|
rename OpenOfficePortable.ini to OpenOfficePortable.ini.contrib |
36 |
|
* Thu Mar 13 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-8 |
37 |
OO Pathes fixed |
OO Pathes fixed |
38 |
OpenOfficePortable.ini added |
OpenOfficePortable.ini added |
39 |
openoffice configuration db record for enable/disable program share |
openoffice configuration db record for enable/disable program share |
|
|
|
40 |
* Thu Feb 28 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-7 |
* Thu Feb 28 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-7 |
41 |
Spec file fix |
Spec file fix |
|
|
|
42 |
* Thu Feb 14 2008 Michael Weinberger <mweinber@neddix.de> |
* Thu Feb 14 2008 Michael Weinberger <mweinber@neddix.de> |
43 |
- Initial release |
- Initial release |
44 |
|
|
45 |
%prep |
%prep |
46 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
47 |
%patch0 -p1 |
%patch0 -p1 |
48 |
|
%patch1 -p1 |
49 |
|
%patch2 -p1 -b .DeleteHistory |
50 |
|
|
51 |
%build |
%build |
52 |
|
|
57 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
58 |
--dir /opt/openoffice 'attr(755,admin,admin)' \ |
--dir /opt/openoffice 'attr(755,admin,admin)' \ |
59 |
--dir /opt/openoffice/OpenOfficePortable 'attr(755,admin,admin)' \ |
--dir /opt/openoffice/OpenOfficePortable 'attr(755,admin,admin)' \ |
60 |
--file /opt/openoffice/OpenOfficePortable/OpenOfficePortable.ini 'attr(644,admin,admin)' \ |
--file /opt/openoffice/OpenOfficePortable/OpenOfficePortable.ini.contrib 'attr(644,admin,admin)' \ |
61 |
--file /opt/openoffice/download.url 'attr(644,admin,admin)' \ |
--file /opt/openoffice/download.url 'attr(644,admin,admin)' \ |
62 |
>> %{name}-%{version}-filelist |
>> %{name}-%{version}-filelist |
63 |
|
|