]> git.ipfire.org Git - ipfire-3.x.git/blame - sg3-utils/sg3-utils.nm
Add a -debuginfo for every package that is not noarch.
[ipfire-3.x.git] / sg3-utils / sg3-utils.nm
CommitLineData
2d604fec 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
2d604fec
MT
4###############################################################################
5
802ea3af
MT
6name = sg3_utils
7version = 1.32
8release = 1
2d604fec 9
802ea3af
MT
10groups = Applications/System
11url = http://sg.danny.cz/sg/sg3_utils.html
12license = GPLv2+ and BSD
13summary = Utilities for devices that use SCSI command sets.
2d604fec 14
802ea3af
MT
15description
16 Collection of Linux utilities for devices that use the SCSI command set.
17 Includes utilities to copy data based on dd syntax and semantics (called
18 sg_dd, sgp_dd and sgm_dd); check INQUIRY data and VPD pages (sg_inq); check
19 mode and log pages (sginfo, sg_modes and sg_logs); spin up and down
2d604fec 20 disks (sg_start); do self tests (sg_senddiag); and various other functions.
802ea3af 21end
2d604fec 22
802ea3af
MT
23source_dl = http://sg.danny.cz/sg/p/
24sources = %{thisapp}.tgz
983743c3 25
802ea3af
MT
26packages
27 package %{name}
28 end
1f9bc2f0 29
802ea3af
MT
30 package %{name}-libs
31 template LIBS
32 end
1f9bc2f0 33
802ea3af
MT
34 package %{name}-devel
35 template DEVEL
36 end
1f9bc2f0
MT
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
802ea3af 41end