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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 391423 - (show annotations) (download)
Wed Jan 23 09:03:04 2013 UTC (11 years, 2 months ago) by fwang
File size: 979 byte(s)
update rpm group
1 %define name draklive
2 %define version 2.1
3 %define release %mkrel 3
4
5 Summary: Live systems generation and copying tool
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}
9 Source0: %{name}-%{version}.tar.xz
10 License: GPLv2+
11 Group: System/Configuration
12 Url: http://wiki.mandriva.com/Development/Packaging/Tools/draklive
13 BuildArch: noarch
14 Requires: syslinux grub
15 Requires: cdrkit cdrkit-genisoimage mgatools
16 Requires: curl rsync dosfstools mtools patch squashfs-tools urpmi
17 Suggests: draklive-config
18 Suggests: drakx-installer-images drakx-installer-rescue
19 Suggests: x11-server-xnest mkisofs
20
21 %description
22 This tool lets you generate %{_vendor} live systems.
23
24 %prep
25 %setup -q
26
27 %install
28 install -D -m 0755 %{name} %{buildroot}/%{_sbindir}/%{name}
29 mkdir -p %{buildroot}/%{perl_vendorlib}/MDV/Draklive/
30 install -D -m 0755 lib/MDV/Draklive/*.pm %{buildroot}/%{perl_vendorlib}/MDV/Draklive/
31
32 %files
33 %doc NEWS
34 %{_sbindir}/%{name}
35 %{perl_vendorlib}/MDV/Draklive/*

  ViewVC Help
Powered by ViewVC 1.1.30