]> git.pld-linux.org Git - packages/control-panel.git/blob - control-panel.spec
- spec adapterized.
[packages/control-panel.git] / control-panel.spec
1 Summary:        Red Hat Control Panel
2 Summary(de):    Red-Hat-Kontrollfeld
3 Summary(fr):    Panneau de contrôle de Red Hat
4 Summary(pl):    Panel Kontrolny
5 Summary(tr):    Red Hat Denetim Masasý
6 Name:           control-panel
7 Version:        3.11
8 Release:        3
9 License:        GPL
10 Group:          Utilities/System
11 Group(pl):      Narzêdzia/System
12 Source0:        %{name}-%{version}.tar.gz
13 Patch0:         control-panel-FHS2.0.patch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The Red Hat control panel is an X program launcher for various
18 configuration tools. Other packages provide information which allow
19 them to show up on the control panel's menu of available tools.
20
21 %description -l de
22 Das Red-Hat-Kontrollfeld ist eine X-Programm-Startrampe für
23 verschiedene Konfigurations-Tools. Von den Softwarepaketen gelieferte
24 Informatinen können im Menü der verfügbaren Tools angezeigt werden.
25
26 %description -l fr
27 Le tableau de bord Red Hat est un lanceur de programmes X pour les
28 différents outils de configuration. Les autres paquetages fournissent
29 l'information qui leur permet d'apparaitre dans le menu du tableau de
30 bord.
31
32 %description -l pl
33 Control-panel jest programem korzystaj±cym z X Window System
34 uruchamiaj±cym ró¿ne narzêdzia konfiguracyjne. Inne pakiety same
35 wstawiaj± informacje, które pozwalaj± wy¶wietlaæ panelowi kontrolnemu
36 listê dostêpnych narzêdzi.
37
38 %description -l tr
39 Red Hat denetim masasý, bazý ayarlama araçlarý için X programlarý
40 çalýþtýrýcýsýdýr. Bir aracýn denetim masasýndaki araçlar arasýnda
41 gözükmesi için o araçla ilgili paketler gerekli bilgileri denetim
42 masasýna bildirirler.
43
44 %prep
45 %setup -q
46 %patch -p1
47
48 %build
49 make CFLAGS="$RPM_OPT_FLAGS -I/usr/lib/glib/include -I/usr/X11R6/include"
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} OWNER= install install-man
55 strip $RPM_BUILD_ROOT%{_bindir}/control-panel
56
57 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/*
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %{_applnkdir}/System/control-panel.desktop
65
66 %attr(755,root,root) %{_bindir}/control-panel
67
68 %{_libdir}/rhs/control-panel/loopy
69
70 %attr(755,root,root) %{_libdir}/rhs/control-panel/*.tcl
71 %{_mandir}/man8/*
This page took 0.083746 seconds and 4 git commands to generate.