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

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

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


Revision 1.5 - (show annotations) (download)
Fri Mar 14 19:46:22 2008 UTC (16 years, 2 months ago) by mweinber
Branch: MAIN
CVS Tags: smeserver-openoffice-portable-2_3_1-9_el4_sme
Changes since 1.4: +3 -1 lines
inifile

1 Summary: OpenOfficePortable integration
2 %define name smeserver-openoffice-portable
3 Name: %{name}
4 %define version 2.3.1
5 %define release 9
6 Version: %{version}
7 Release: %{release}%{?dist}
8 License: GPL
9 Group: Applications/Office
10 Source: %{name}-%{version}.tar.gz
11 BuildRoot: /var/tmp/%{name}-buildroot/
12 BuildArch: noarch
13 Requires: smeserver-release >= 7.1.2
14 Requires: perl-XML-Twig >= 3.29
15 BuildRequires: e-smith-devtools
16 AutoReq: no
17 Patch0: smeserver-openoffice-portable-2.3.1-pathesfix.patch
18 Patch1: smeserver-openoffice-portable-2.3.1-inifile.patch
19
20 %description
21 Integrates the OpenOfficePortable application into the SME environment
22
23 After installation run:
24 config gettype openoffice || config set openoffice service
25 setprop openoffice status enable
26 signal-event workgroup-update
27
28 See http://wiki.contribs.org/OpenOffice_for_Windows for full documentation.
29
30 %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
34 OO Pathes fixed
35 OpenOfficePortable.ini added
36 openoffice configuration db record for enable/disable program share
37
38 * Thu Feb 28 2008 Michael Weinberger <mweinber@neddix.de> 2.3.1-7
39 Spec file fix
40
41 * Thu Feb 14 2008 Michael Weinberger <mweinber@neddix.de>
42 - Initial release
43
44 %prep
45 %setup -q -n %{name}-%{version}
46 %patch0 -p1
47 %patch1 -p1 -b .inifile
48
49 %build
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
54 rm -f %{name}-%{version}-filelist
55 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
56 --dir /opt/openoffice 'attr(755,admin,admin)' \
57 --dir /opt/openoffice/OpenOfficePortable 'attr(755,admin,admin)' \
58 --file /opt/openoffice/OpenOfficePortable/OpenOfficePortable.ini.contrib 'attr(644,admin,admin)' \
59 --file /opt/openoffice/download.url 'attr(644,admin,admin)' \
60 >> %{name}-%{version}-filelist
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f %{name}-%{version}-filelist
66 %defattr(-,root,root)

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