]> git.ipfire.org Git - ipfire-3.x.git/blob - libisoburn/libisoburn.nm
snort: Update to 3.7.2.0
[ipfire-3.x.git] / libisoburn / libisoburn.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libisoburn
7 version = 1.5.4
8 release = 1
9
10 groups = System/Filesystems
11 url = https://libburnia-project.org/
12 license = GPLv2+ and LGPLv2+
13 summary = Library to enable creation and expansion of ISO-9660 filesystems
14
15 description
16 Libisoburn is a front-end for libraries libburn and libisofs which
17 enables creation and expansion of ISO-9660 filesystems on all CD/
18 DVD/BD media supported by libburn. This includes media like DVD+RW,
19 which do not support multi-session management on media level and
20 even plain disk files or block devices. Price for that is thorough
21 specialization on data files in ISO-9660 filesystem images. And so
22 libisoburn is not suitable for audio (CD-DA) or any other CD layout
23 which does not entirely consist of ISO-9660 sessions.
24 end
25
26 source_dl = http://files.libburnia-project.org/releases/
27
28 build
29 requires
30 libacl-devel
31 libattr-devel
32 libburn-devel
33 libisofs-devel
34 zlib-devel
35 end
36 end
37
38 packages
39 package %{name}
40
41 package xorriso
42 summary = ISO-9660 and Rock Ridge image manipulation tool
43
44 description
45 Xorriso is a program which copies file objects from POSIX compliant
46 filesystems into Rock Ridge enhanced ISO-9660 filesystems and allows
47 session-wise manipulation of such filesystems. It can load management
48 information of existing ISO images and it writes the session results
49 to optical media or to filesystem objects. Vice versa xorriso is able
50 to copy file objects out of ISO-9660 filesystems.
51 end
52
53 files
54 %{bindir}/osirrox
55 %{bindir}/xorrecord
56 %{bindir}/xorriso*
57 %{mandir}/man*/osirrox*
58 %{mandir}/man*/xorrecord*
59 %{mandir}/man*/xorriso*
60 end
61 end
62
63 package %{name}-devel
64 template DEVEL
65 end
66
67 package %{name}-debuginfo
68 template DEBUGINFO
69 end
70 end