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