/[packages]/cauldron/drakfirsttime/current/SPECS/drakfirsttime.spec
ViewVC logotype

Contents of /cauldron/drakfirsttime/current/SPECS/drakfirsttime.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 675632 - (show annotations) (download)
Mon Sep 15 05:26:32 2014 UTC (9 years, 7 months ago) by tv
File size: 1616 byte(s)
s/uggests:/Recommends:/
1 %define version 2.25.5
2 %define name drakfirsttime
3
4 Summary: The Mageia Linux First Time Wizard
5 Name: %{name}
6 Version: %{version}
7 Release: %mkrel 2
8 # http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/ftw/
9 Source0: %{name}-%{version}.tar.lzma
10 URL: http://qa.mageia.com/
11 License: GPL
12 Group: System/Configuration/Other
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
14 Requires: drakxtools >= 12.77.1, perl-MDK-Common >= 1.1.17-3mdk, perl-libwww-perl >= 5.800-1mdk
15 # for connection test:
16 Requires: libdrakx-net
17 Requires: xinitrc >= 2.4.9-1mdk
18 Recommends: hcl
19 Requires: xrandr mozilla-firefox
20 Requires: drakx-installer-matchbox
21 BuildRequires: gettext perl-devel perl-MDK-Common-devel
22 BuildRequires: firefox-ext-r-kiosk
23 BuildArch: noarch
24
25 %description
26 The First Time Wizard is a config tool to help a Mageia Linux user to
27 set up some basic things, like registration at Mageia the first time
28 the system boots.
29
30 %prep
31 rm -rf %{buildroot}
32
33 %setup -q
34
35 %build
36
37 %install
38 rm -rf %{buildroot}
39 %makeinstall_std PREFIX=%buildroot%_prefix
40 # (tv) install r-kiosk extension:
41 mkdir -p %buildroot%_datadir/%name/firefox/drakfirsttime/extensions
42 cp -a %_libdir/firefox-*/extensions/* %buildroot%_datadir/%name/firefox/drakfirsttime/extensions
43
44 mkdir -p %buildroot%_prefix/bin/
45
46 #install lang
47 %{find_lang} drakfirstboot
48
49 %clean
50 rm -rf %{buildroot}
51
52 %files -f drakfirstboot.lang
53 %defattr(-,root,root)
54 %doc README COPYING NEWS
55 %{_sysconfdir}/X11/xsetup.d/??firstboot.xsetup
56 %_bindir/*
57 %config(noreplace) %{_sysconfdir}/sysconfig/firstboot
58 %{_datadir}/drakfirsttime
59
60
61

  ViewVC Help
Powered by ViewVC 1.1.30