]> git.pld-linux.org Git - SPECS.git/blob - ooqstart.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / ooqstart.spec
1 Summary:        OpenOffice QuickStarter applet
2 Summary(pl.UTF-8):      Aplet szybkiego startu OpenOffice
3 Name:           ooqstart
4 Version:        0.8.3
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tgz
9 # Source0-md5:  f3c15a29e8bbd7780972e69f11f564a4
10 Patch0:         %{name}-opt.patch
11 URL:            http://ooqstart.sourceforge.net/
12 BuildRequires:  gnome-core-devel
13 BuildRequires:  libstdc++-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _sysconfdir     /etc/X11/GNOME
17
18 %description
19 This applet provides a quick launcher for Open Office 641C+ or Star
20 Office 6.0+. It attempts to mimic the functionality provided by the
21 quickstarter tray icon on the other operating system supported by Open
22 Office.
23
24 The program attempts to keep a background process alive at all times,
25 even if that process is terminated by the user. The four main
26 applications: Writer, Calc, Draw, and Impress can be launched directly
27 from the context menu of the applet.
28
29 %description -l pl.UTF-8
30 Aplet służący do szybkiego uruchamiania aplikacji pakietów OpenOffice
31 641C+ i StarOffice 6.0+. W założeniu ma dostarczać podobnych funkcji
32 co ikonki w "menu tray" w innych systemach operacyjnych, w których
33 działa pakiet OpenOffice.
34
35 Program podtrzymuje procesy OpenOffice działające w tle nawet wtedy,
36 gdy proces jest zakończony przez użytkownika. Cztery aplikacje:
37 Writer, Calc, Draw i Impress mogą być uruchomione bezpośrednio z menu
38 kontekstowego apletu.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43
44 %build
45 %{__make} \
46         CXX="%{__cxx}" \
47         OPTFLAGS="%{rpmcflags}"
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install-gnome \
53         ROOT=$RPM_BUILD_ROOT \
54         PREFIX=$RPM_BUILD_ROOT%{_prefix} \
55         ETC=$RPM_BUILD_ROOT%{_sysconfdir}
56
57 %find_lang ooqstart_applet --with-gnome
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f ooqstart_applet.lang
63 %defattr(644,root,root,755)
64 %attr(755,root,root) %{_bindir}/*
65 %{_sysconfdir}/CORBA/servers/*
66 %{_datadir}/applets/Utility/*
67 %{_pixmapsdir}/*
This page took 0.035119 seconds and 3 git commands to generate.