summaryrefslogtreecommitdiffstats
path: root/DrakConf.spec
blob: 021f8903a73c005c776942b7a5cd572921c99854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Changed by Makefile of cvs.
%define version 0.60
%define name DrakConf

Summary:	The Mandrake Control Center 
Name:		%{name}
Version:	%{version}
Release: 1mdk
# get the source from our cvs repository (see
# http://www.linuxmandrake.com/en/cvs.php3)
Source0:	%{name}-%{version}.tar.bz2
Source1:	drakconf16.xpm.bz2
Source2:	drakconf32.xpm.bz2
Source3:	drakconf48.xpm.bz2
Copyright:	GPL
Group:		System/Configuration/Other
Requires:	drakxtools, gtk+mdk, perl, usermode, drakfloppy, harddrake, DrakeLogo, drakfont
BuildRoot:	%{_tmppath}/%{name}-buildroot

%description
DrakFont is an interface to multiple utilities from DrakXtools. It
allows you to launch :

   * KeyboardDrake: configures your keyboard.
   * MouseDrake: configures and autodetects your mouse
   * PrinterDrake: detects and configures your printer
   * Diskdrake: partitions your hard disk.
   * XfDrake: configure your graphic card easily and change
     the resolution.

and many other tools in an embedded way .

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT install 

#mkdir -p $RPM_BUILD_ROOT%{_bindir}
#ln -sf consolehelper ${RPM_BUILD_ROOT}%{_bindir}/DrakConf
mv ${RPM_BUILD_ROOT}%{_prefix}/X11R6/bin/DrakConf \
   ${RPM_BUILD_ROOT}%{_prefix}/X11R6/bin/DrakConf.real
ln -sf %{_bindir}/consolehelper ${RPM_BUILD_ROOT}%{_prefix}/X11R6/bin/DrakConf
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/{pam.d,security/console.apps}
cp pam.drakconf $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/DrakConf
cp apps.DrakConf  $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/DrakConf


#install lang
%{find_lang} %{name}

#install menu
mkdir -p $RPM_BUILD_ROOT%{_menudir}
cat > $RPM_BUILD_ROOT%{_menudir}/DrakConf << EOF
?package(DrakConf): needs="X11" icon="drakconf.xpm" section="Configuration/Other" title="DrakConf" longtitle="System configuration tool" command="/usr/X11R6/bin/DrakConf"
EOF

#install menu icon
mkdir -p $RPM_BUILD_ROOT%{_miconsdir}
mkdir -p $RPM_BUILD_ROOT%{_liconsdir}
bzcat %{SOURCE1} > $RPM_BUILD_ROOT%{_miconsdir}/drakconf.xpm
bzcat %{SOURCE2} > $RPM_BUILD_ROOT%{_iconsdir}/drakconf.xpm
bzcat %{SOURCE3} > $RPM_BUILD_ROOT%{_liconsdir}/drakconf.xpm

%post
%{update_menus}

%postun
%{clean_menus}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root)
#%doc ChangeLog README.CVS TRANSLATORS
#%config(noreplace) /etc/mdkcc/*
%{_prefix}/X11R6/bin/*
%{_menudir}/DrakConf
%{_miconsdir}/*.xpm
%{_iconsdir}/*.xpm
%{_liconsdir}/*.xpm
%config(noreplace) %{_sysconfdir}/pam.d/DrakConf
%config(noreplace) %{_sysconfdir}/security/console.apps/DrakConf

%changelog
* Thu Feb  8 2001 dam's <damien@mandrakesoft.com> 0.60-1mdk
- new version. Should crash.