/[smecontribs]/rpms/smeserver-openoffice-portable/contribs7/smeserver-openoffice-portable.spec
ViewVC logotype

Diff of /rpms/smeserver-openoffice-portable/contribs7/smeserver-openoffice-portable.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Thu Feb 28 18:58:50 2008 UTC Revision 1.3 by mweinber, Fri Mar 14 16:09:08 2008 UTC
# Line 2  Summary: OpenOfficePortable integration Line 2  Summary: OpenOfficePortable integration
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 7  %define release 9
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 11  Source: %{name}-%{version}.tar.gz Line 11  Source: %{name}-%{version}.tar.gz
11  BuildRoot: /var/tmp/%{name}-buildroot/  BuildRoot: /var/tmp/%{name}-buildroot/
12  BuildArch: noarch  BuildArch: noarch
13  Requires: smeserver-release >= 7.1.2  Requires: smeserver-release >= 7.1.2
14    Requires: perl-XML-Twig >= 3.29
15  BuildRequires: e-smith-devtools  BuildRequires: e-smith-devtools
16  AutoReq: no  AutoReq: no
17    Patch0: smeserver-openoffice-portable-2.3.1-pathesfix.patch
18    
19    %description
20    Integrates the OpenOfficePortable application into the SME environment
21    
22    After installation run:
23    config gettype openoffice || config set openoffice service
24    setprop openoffice status enable
25    signal-event workgroup-update
26    
27    See http://wiki.contribs.org/OpenOffice_for_Windows for full documentation.
28    
29  %changelog  %changelog
30    * Thu Mar 14 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-8
31      OO Pathes fixed
32      OpenOfficePortable.ini added
33      openoffice configuration db record for enable/disable program share
34    
35  * 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
36    Spec file fix    Spec file fix
37    
38  * Thu Feb 14 2008 Michael Weinberger <mweinber@neddix.de>  * Thu Feb 14 2008 Michael Weinberger <mweinber@neddix.de>
39  - Initial release  - Initial release
40    
 %description  
 Integrates the OpenOfficePortable application into the SME environment  
 Visit: http://wiki.contribs.org/OpenOffice_for_Windows  
   
41  %prep  %prep
42  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
43    %patch0 -p1
44    
45  %build  %build
46    
# Line 37  rm -f %{name}-%{version}-filelist Line 51  rm -f %{name}-%{version}-filelist
51  /sbin/e-smith/genfilelist  $RPM_BUILD_ROOT  \  /sbin/e-smith/genfilelist  $RPM_BUILD_ROOT  \
52  --dir /opt/openoffice 'attr(755,admin,admin)' \  --dir /opt/openoffice 'attr(755,admin,admin)' \
53  --dir /opt/openoffice/OpenOfficePortable 'attr(755,admin,admin)' \  --dir /opt/openoffice/OpenOfficePortable 'attr(755,admin,admin)' \
54    --file /opt/openoffice/OpenOfficePortable/OpenOfficePortable.ini 'attr(644,admin,admin)' \
55  --file /opt/openoffice/download.url 'attr(644,admin,admin)' \  --file /opt/openoffice/download.url 'attr(644,admin,admin)' \
56   >> %{name}-%{version}-filelist   >> %{name}-%{version}-filelist
57    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed