Logoj0ke.net Open Build Service > Projects > home:netmax > xorriso > xorriso.spec
Sign Up | Log In

File xorriso.spec of Package xorriso (Revision 28)

Currently displaying revision 28, show latest

 
1
Name:       xorriso
2
Version:    0.4.6
3
Release:    1
4
License:    GPL
5
URL:        http://scdbackup.sourceforge.net/xorriso_eng.html
6
Group:      Productivity/File utilities
7
Summary:    Manipulates ISO filesystems
8
Source0:    http://scdbackup.sourceforge.net/%{name}-%{version}.pl00.tar.bz2
9
Source1:    %{name}-rpmlintrc
10
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
11
12
%description
13
xorriso maps file objects from POSIX compliant filesystems into Rock Ridge 
14
enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. 
15
It can load the management information of existing ISO images and it writes the session 
16
results to optical media or to filesystem objects.
17
18
%prep
19
%setup
20
21
%configure
22
23
%build
24
%__make
25
26
%install
27
%__make DESTDIR=%{buildroot} install
28
strip %{buildroot}%{_bindir}/xorriso
29
gzip -9 %{buildroot}%{_mandir}/man1/xorriso.1
30
31
%clean
32
rm -rf %{buildroot}
33
34
%files
35
%defattr(-,root,root,-)
36
%{_bindir}/xorriso
37
%{_bindir}/osirrox
38
%{_bindir}/xorrecord
39
%{_bindir}/xorrisofs
40
##%{_libdir}/pkgconfig/xorriso.pc
41
%{_mandir}/man1/xorriso.1*
42
43
44
%changelog
45
* Wed Dec 09 2009 Carsten Schoene <cs@linux-administrator.com> - 0.4.6.pl00
46
- update to release 0.4.6.pl00
47
 - This release fixes a bug with the LG GH22LS30 drive and allows
48
   performance tuning of output to DVD drives or disk files.
49
50
* Mon Nov 16 2009 Carsten Schoene <cs@linux-administrator.com> - 0.4.4.pl01
51
- update to release 0.4.4.pl01
52
 - This release works around problems with Pioneer DVR-216D.
53
 - DVD-R runs made the drive stick until the machine was power cycled.
54
 - Ejecting the tray did not work properly.
55
56
* Thu Oct 08 2009 Carsten Schoene <cs@linux-administrator.com> - 0.4.2.pl02
57
- update to release 0.4.2.pl02
58
 - This patch release fixes a bug that could cause loss of blanks in file names
59
   when a new session was added to an ISO image.
60
   With names shorter than 251 characters, this happened... only to trailing blanks
61
62
* Thu Sep 24 2009 Carsten Schoene <cs@linux-administrator.com> - 0.4.2.pl01
63
- update to release 0.4.2.pl01
64
 - This patch release fixes a bug with the xorriso option -cut_out that deleted
65
   previously cut pieces of the same large file.
66
   The bug was introduced with release 0.1.4 in March 2008.
67
68
* Mon Jul 20 2009 Carsten Schoene <cs@linux-administrator.com> - 0.4.0.pl01
69
- update to release 0.4.0.pl01
70
 - When using recent releases of xorriso underneath growisofs,
71
   it did not maintain the files from the older sessions.
72
   This is a regression which appeared with version 0.3.2 in January... 2009.
73
   It does not affect the main use case where xorriso does the burning by itself.
74
75
* Sun Jul 05 2009 Carsten Schoene <cs@linux-administrator.com> - 0.4.0.pl00
76
- update to release 0.4.0.pl00
77
 - This release can record and restore hard link relations of files
78
 - Performance of data reading has been improved
79
 - The test expression of option -find now supports logical operators
80
 - Some rarely occurring bugs have been fixed
81
82
* Mon Apr 20 2009 Carsten Schoene <cs@linux-administrator.com> - 0.3.8.pl00
83
- update to release 0.3.8.pl00
84
 - This release makes use of the new libisofs capability to perform
85
   content filtering of data files.
86
 - Builtin filters allow compression to the gzip and zisofs formats.
87
 - External filter processes allow arbitrary data conversions like encryption.
88
89
* Wed Mar 18 2009 Carsten Schoene <cs@linux-administrator.com> - 0.3.6.pl00
90
- update to release 0.3.6.pl00
91
 - A new "data" stream recording mode for BD media writes superblock and directory
92
   trees slowly and accelerates to full nominal speed for file content data.
93
 - xorriso can now be compiled on systems other than Linux or FreeBSD.
94
   One will eventually need an external burn program on those systems.
95
96
* Mon Mar 02 2009 Carsten Schoene <cs@linux-administrator.com> - 0.3.4.pl00
97
- update to release 0.3.4.pl00
98
 - xorriso now can record ACLs and Extended Attributes in its ISO images
99
 - Current operating systems will ignore them, but xorriso is able to
100
   restore them when copying files from the ISO image to the local filesystem
101
102
* Thu Jan 08 2009 Carsten Schoene <cs@linux-administrator.com> - 0.3.2.pl01
103
- update to release 0.3.2.pl01
104
 - 0.3.2.pl00 included a bug in libburn regarding finalization of BD-R media, this has been fixed
105
106
* Tue Jan 06 2009 Carsten Schoene <cs@linux-administrator.com> - 0.3.2.pl00
107
- update to release 0.3.2
108
 - xorriso is now able to handle BD-R media
109
 - It can produce and execute commands for mounting older sessions from all kinds of media
110
 - Pseudo-drives outside the /dev/ tree can now be addressed without the "stdio:" prefix
111
 - A minor bug was fixed
112
113
* Tue Dec 02 2008 Carsten Schoene <cs@linux-administrator.com>
114
- update to release 0.3.0
115
 - xorriso now is ready for exotic character sets
116
 - for legacy FreeBSD systems that expect an outdated Rock Ridge signature
117
 - and for producing ISO images with MBR that boot from hard disks or USB sticks
118
 - Three minor bugs were fixed.
119
120
* Thu Nov 20 2008 Carsten Schoene <cs@linux-administrator.com>
121
- update to release 0.2.8pl01
122
 - A bug in libisofs affected images that were generated by mkisofs.
123
   If expanded by xorriso sessions, files of size 0 could hide the content of their neighbors.
124
 - Another bug prevented the SYSLINUX script isohybrid from creating an MBR that would really boot.
125
126
* Wed Oct 15 2008 Carsten Schoene <cs@linux-administrator.com>
127
- update to release 0.2.8
128
 - xorriso now can activate and maintain an ISOLINUX boot image by an EL Torito boot record.
129
 - Two minor bugs were fixed.
130
131
* Mon Sep 29 2008 Carsten Schoene <cs@linux-administrator.com>
132
- update to release 0.2.6pl01
133
 - A potential buffer overflow has been fixed.
134
   The bug existed in libburn SVN since August 30, 2008.
135
   No libburnia release is affected, but only the recent standalone release of xorriso.
136
137
* Mon Sep 22 2008 Carsten Schoene <cs@linux-administrator.com>
138
- update to release 0.2.6
139
140
* Mon Aug 25 2008 Carsten Schoene <cs@linux-administrator.com>
141
- update to release 0.2.4
142
143
* Sun Jul 20 2008 Carsten Schoene <cs@linux-administrator.com>
144
- update to release 0.2.2
145
146
* Mon Jun 23 2008 Carsten Schoene <cs@linux-administrator.com>
147
- update to release 0.2.0
148
149
* Tue Jun 03 2008 Carsten Schoene <cs@linux-administrator.com>
150
- update to release 0.1.8
151
152
* Mon May 19 2008 Carsten Schoene <cs@linux-administrator.com>
153
- initial build 0.1.6
154