]> git.pld-linux.org Git - packages/control-panel.git/blob - control-panel.spec
3431c99a337a0988647bfea8828f8d37833aa988
[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.7
8 Release:     8
9 Copyright:   GPL
10 Group:       Utilities/System
11 Source:      %{name}-%{version}.tar.gz
12 Patch0:      control-panel-%{version}_gtk-1.1.patch
13 Patch1:      control-panel-makefile.patch
14 BuildRoot:   /tmp/%{name}-%{version}-root
15
16 %description
17 The Red Hat control panel is an X program launcher for various configuration
18 tools. Other packages provide information which allow them to show up
19 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 verschiedene 
23 Konfigurations-Tools. Von den Softwarepaketen gelieferte Informatinen können
24 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 différents
28 outils de configuration. Les autres paquetages fournissent l'information qui
29 leur permet d'apparaitre dans le menu du tableau de bord.
30
31 %description -l pl
32 Control-panel jest programem korzystaj±cym z Xwindows uruchamiaj±cym ró¿ne
33 narzêdzia konfiguracyjne. Inne pakiety same wstawiaj± informacje które
34 pozwalaj± wy¶wietlaæ panelowi kontrolnemu listê dostêpnych narzêdzi.
35
36 %description -l tr
37 Red Hat denetim masasý, bazý ayarlama araçlarý için X programlarý
38 çalýþtýrýcýsýdýr. Bir aracýn denetim masasýndaki araçlar arasýnda gözükmesi
39 için o araçla ilgili paketler gerekli bilgileri denetim masasýna bildirirler.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44 %patch1 -p1
45
46 %build
47 make
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 make DESTDIR=$RPM_BUILD_ROOT OWNER= install install-man
52 strip $RPM_BUILD_ROOT/usr/bin/control-panel
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644, root, root, 755)
59 %attr(755, root, root) /usr/bin/control-panel
60 %attr(644, root,  man) /usr/man/man8/control-panel.8
61 /usr/lib/rhs/control-panel/loopy/*
62 %attr(755, root, root) /usr/lib/rhs/control-panel/dialog.tcl
63 %attr(755, root, root) /usr/lib/rhs/control-panel/bindings.tcl
64 /etc/X11/wmconfig/control-panel
65
66 %changelog
67 * Thu Nov  5 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
68   [3.7-8]
69 - added control-panel-makefile.patch which allow build C-P from non-root
70   account and allow use $RPM_OPT_FLAGS during compile.
71
72 * Sat Oct 31 1998 Przemys³aw Bia³ek <lobo@polbox.com>
73 - added patch for gtk-1.1.x,
74 - added pl translation to spec,
75 - changed macro %%defattr.
76
77 * Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
78 - strip binary
79 - built again for 5.2 b/c of the new gtk+ libs
80
81 * Tue Aug  4 1998 Jeff Johnson <jbj@redhat.com>
82 - build root
83
84 * Wed Jun 10 1998 Prospector System <bugs@redhat.com>
85 - translations modified for de
86
87 * Wed May 06 1998 Prospector System <bugs@redhat.com>
88 - translations modified for de, fr, tr
89
90 * Wed May 06 1998 Erik Troan <ewt@redhat.com>
91 - included changes from rhad labs to update things for new gtk
92
93 * Sun Nov 09 1997 Michael K. Johnson <johnsonm@redhat.com>
94 - removed improper geometry handling
95
96 * Tue Nov  4 1997 Otto Hammersmith <otto@redhat.com>
97 - control panel now obeys the -geometry option
98
99 * Mon Nov  3 1997 Otto Hammersmith <otto@redhat.com>
100 - updated version... added bindings.tcl
101
102 * Thu Oct 30 1997 Otto Hammersmith <otto@redhat.com>
103 - added loopy files
104 - updated version
105
106 * Fri Oct 17 1997 Otto Hammersmith <otto@redhat.com>
107 - Replaced the tcl/tk version with a gtk+ version in C.  No longer
108   noarch... gee, what a loss.
109
110 * Thu Jul 31 1997 Erik Troan <ewt@redhat.com>
111 - made a noarch package
This page took 0.06733 seconds and 2 git commands to generate.