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 |
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 |
|
|