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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2020968 - (hide annotations) (download)
Sat Dec 23 03:46:39 2023 UTC (18 months, 3 weeks ago) by danf
File size: 1614 byte(s)
(SILENT) Switch URLs to https:
1 steletch 75991 %define version 2.25.5
2     %define name drakfirsttime
3    
4 steletch 76010 Summary: The Mageia Linux First Time Wizard
5 steletch 75991 Name: %{name}
6     Version: %{version}
7     Release: %mkrel 2
8 danf 2020968 # https://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/ftw/
9 steletch 75991 Source0: %{name}-%{version}.tar.lzma
10 steletch 76010 URL: http://qa.mageia.com/
11 steletch 75991 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 tv 675632 Recommends: hcl
19 steletch 75991 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 steletch 76010 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 steletch 75991
30     %prep
31     rm -rf %{buildroot}
32    
33     %setup -q
34    
35     %build
36    
37     %install
38     rm -rf %{buildroot}
39 wally 1471069 %make_install PREFIX=%buildroot%_prefix
40 steletch 75991 # (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 steletch 76010 mkdir -p %buildroot%_prefix/bin/
45 steletch 75991
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