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 |
|
|
20 |
%description |
%description |
21 |
Integrates the OpenOfficePortable application into the SME environment |
Integrates the OpenOfficePortable application into the SME environment |
28 |
See http://wiki.contribs.org/OpenOffice_for_Windows for full documentation. |
See http://wiki.contribs.org/OpenOffice_for_Windows for full documentation. |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Thu Mar 14 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-9 |
32 |
|
rename OpenOfficePortable.ini to OpenOfficePortable.ini.contrib |
33 |
* Thu Mar 14 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-8 |
* Thu Mar 14 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-8 |
34 |
OO Pathes fixed |
OO Pathes fixed |
35 |
OpenOfficePortable.ini added |
OpenOfficePortable.ini added |
44 |
%prep |
%prep |
45 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
46 |
%patch0 -p1 |
%patch0 -p1 |
47 |
|
%patch1 -p1 -b .inifile |
48 |
|
|
49 |
%build |
%build |
50 |
|
|
55 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
56 |
--dir /opt/openoffice 'attr(755,admin,admin)' \ |
--dir /opt/openoffice 'attr(755,admin,admin)' \ |
57 |
--dir /opt/openoffice/OpenOfficePortable 'attr(755,admin,admin)' \ |
--dir /opt/openoffice/OpenOfficePortable 'attr(755,admin,admin)' \ |
58 |
--file /opt/openoffice/OpenOfficePortable/OpenOfficePortable.ini 'attr(644,admin,admin)' \ |
--file /opt/openoffice/OpenOfficePortable/OpenOfficePortable.ini.contrib 'attr(644,admin,admin)' \ |
59 |
--file /opt/openoffice/download.url 'attr(644,admin,admin)' \ |
--file /opt/openoffice/download.url 'attr(644,admin,admin)' \ |
60 |
>> %{name}-%{version}-filelist |
>> %{name}-%{version}-filelist |
61 |
|
|