]> git.pld-linux.org Git - packages/cdrtools.git/blob - cdrtools.spec
- (auto)updated to 1.11a32: bug fixes.
[packages/cdrtools.git] / cdrtools.spec
1 Summary:        A command line CD/DVD-Recorder
2 Summary(pl):    Program do nagrywania p³yt CD/DVD
3 Name:           cdrtools
4 Version:        1.11a32
5 Release:        1
6 Epoch:          2
7 License:        GPL v2
8 Group:          Applications/System
9 #Source0:       ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/%{name}-%{version}.tar.gz
10 Source0:        ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-config.patch
12 Patch1:         %{name}-smmap.patch
13 URL:            http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
14 BuildRequires:  autoconf
15 Obsoletes:      cdrecord
16 Provides:       cdrecord
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Cdrecord allows you to create CD's on a CD-Recorder (SCSI/ATAPI).
21 Supports data, audio, mixed, multi-session and CD+ discs etc.
22
23 %description -l pl
24 Cdrecord pozwala tworzyæ CD na nagrywarce CD (SCSI/ATAPI). Obs³uguje
25 dyski z danymi, d¼wiêkiem, mieszane, wielosesyjne, CD+ i inne.
26
27 %package devel
28 Summary:        The libschily SCSI user level transport library
29 Summary(pl):    Biblioteka dostêpu do poziomu SCSI przez u¿ytkownika
30 Group:          Development/Libraries
31 Obsoletes:      cdrecord-devel
32
33 %description devel
34 The %{name} distribution contains a SCSI user level transport library.
35 The SCSI library is suitable to talk to any SCSI device without having
36 a special driver for it. Cdrecord may be easily ported to any system
37 that has a SCSI device driver similar to the scg driver.
38
39 %description devel -l pl
40 Dystrybucja %{name} zawiera bibliotekê dostêpu do warstwy transportu w
41 SCSI. Poprzez bibliotekê mo¿na komunikowaæ siê z dowolnym urz±dzeniem
42 SCSI bez potrzeby posiadania specjalnego sterownika do tego
43 urz±dzenia.
44
45 %package cdda2wav
46 Summary:        Get WAV files from digital audio cd's
47 Summary(pl):    Uzyskaj pliki WAV z cyfrowego kompaktu audio
48 Summary(fr):    convertisseur CD-Audio->.wav
49 Group:          Applications/Sound
50 Provides:       cdda2wav
51 Obsoletes:      cdda2wav
52 Obsoletes:      cdrecord-cdda2wav
53
54 %description cdda2wav
55 A sampling utility for cdrom drives that are capable of sending audio
56 cd data in digital form to your host. Data can be dumped into wav or
57 sun format sound files. Options control the recording format
58 (stereo/mono; 8,12,16 bits; different rates).
59
60 %description cdda2wav -l pl
61 Narzêdzie do zczytywania danych z napêdów cdrom, które s± w stanie
62 wysy³aæ strumieñ audio. Dane mog± zostaæ zapisane w formacie plików
63 wav lub suna.
64
65 %package readcd
66 Summary:        Read/Write data Compact Discs
67 Summary(pl):    Odczytuje/Zapisuje dane z P³yt Kompaktowych
68 Group:          Applications/System
69 Obsoletes:      cdrecord-readcd
70
71 %description readcd
72 Read/Write data Compact Discs
73
74 %description readcd -l pl
75 Odczytuje/Zapisuje dane z P³yt Kompaktowych
76
77 %package utils
78 Summary:        Dumping and verifying iso9660 images.
79 Summary(pl):    Zrzucanie i weryfikacja obrazów iso9660.
80 Group:          Applications/System
81
82 %description utils
83 Utility programs for dumping and verifying iso9660 images.
84
85 %description utils -l pl
86 Narzêdzia do zrzucania i weryfikacji obrazów iso9660.
87
88 %package mkisofs
89 Summary:        Creates an ISO9660 filesystem image
90 Summary(de):    Erstellt ein Dateisystem-Abbild nach ISO9660
91 Summary(fr):    Crée un image système de fichiers ISO9660
92 Summary(pl):    Tworzy obraz systemu plikow ISO9660
93 Summary(tr):    ISO9660 dosya sistemi kopyasý oluþturur
94 Group:          Applications/System
95 Provides:       mkisofs
96 Obsoletes:      mkisofs
97
98 %description mkisofs
99 This is the mkisofs package. It is used to create ISO 9660 file system
100 images for creating CD-ROMs.
101
102 %description mkisofs -l pl
103 To jest pakiet mkisofs. Jest on u¿ywany do tworzenia obrazów systemów
104 plików ISO9660 potrzebnych do tworzenia p³yt CD-ROM.
105
106 %prep
107 %setup -q -n %{name}-1.11
108 chmod +w -R *
109 %patch0 -p1
110 %patch1 -p1
111
112 %build
113 cd conf
114 cp xconfig.h.in xconfig.h.in.org
115 sed -e 's#/\*.*\*/##g' xconfig.h.in.org > xconfig.h.in
116 rm -f acgeneral.m4 acspecific.m4 autoheader.m4 acoldnames.m4 autoconf.m4
117 %{__aclocal}
118 %{__autoconf}
119 cd ..
120 CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" ./Gmake.linux
121
122 %install
123 rm -rf $RPM_BUILD_ROOT
124 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_includedir}/schily/scg}
125
126 ./Gmake.linux install \
127         MANDIR=share/man \
128         INS_BASE=$RPM_BUILD_ROOT%{_prefix}
129
130 # Installing Header files for use with devel package
131 rm -f include/scg
132
133 install include/*               $RPM_BUILD_ROOT%{_includedir}/schily
134 install incs/*/xconfig.h        $RPM_BUILD_ROOT%{_includedir}/schily
135 install libscg/scg/*            $RPM_BUILD_ROOT%{_includedir}/schily/scg
136
137 install cdrecord/cdrecord.dfl   $RPM_BUILD_ROOT%{_sysconfdir}/cdrecord.conf
138
139 # fix manual pages
140 echo ".so man8/isoinfo.8" >     $RPM_BUILD_ROOT%{_mandir}/man8/devdump.8
141 echo ".so man8/isoinfo.8" >     $RPM_BUILD_ROOT%{_mandir}/man8/isovfy.8
142 echo ".so man8/isoinfo.8" >     $RPM_BUILD_ROOT%{_mandir}/man8/isodump.8
143
144 %clean
145 rm -rf $RPM_BUILD_ROOT
146
147 %files
148 %defattr(644,root,root,755)
149 %doc AN-%{version} doc/cdrecord.ps Changelog README README.ATAPI README.WORM
150 %doc README.audio README.cdplus README.cdtext README.cdrw README.copy
151 %doc README.linux README.mkisofs README.multi README.parallel README.raw
152 %doc README.rscsi README.sony README.verify
153 %doc cdrecord/cdrecord.dfl
154 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/cdrecord.conf
155 %attr(755,root,root) %{_bindir}/cdrecord
156 %attr(755,root,root) %{_sbindir}/rscsi
157 %{_mandir}/man1/cdrecord.1*
158
159 %files devel
160 %defattr(644,root,root,755)
161 %{_libdir}/lib*.a
162 %{_includedir}/schily
163 %{_includedir}/*.h
164 #%attr(755,root,root) %{_bindir}/scgcheck
165 #%{_mandir}/man1/scgcheck.1*
166
167 %files cdda2wav
168 %defattr(644,root,root,755)
169 %doc cdda2wav/Frontends cdda2wav/HOWTOUSE cdda2wav/OtherProgs
170 %doc cdda2wav/README cdda2wav/THANKS cdda2wav/TODO cdda2wav/cdda2mp3
171 %doc cdda2wav/cdda2mp3.new cdda2wav/cdda_links cdda2wav/pitchplay
172 %doc cdda2wav/readmult cdda2wav/tracknames.pl cdda2wav/tracknames.txt
173 %doc cdda2wav/FAQ cdda2wav/cdda2ogg
174 %attr(755,root,root) %{_bindir}/cdda2wav
175 %{_mandir}/man1/cdda2wav.1*
176
177 %files readcd
178 %defattr(644,root,root,755)
179 %{_mandir}/man1/readcd.1*
180 %attr(755,root,root) %{_bindir}/readcd
181
182 %files utils
183 %defattr(644,root,root,755)
184 %{_mandir}/man8/isoinfo.8*
185 %{_mandir}/man8/devdump.8*
186 %{_mandir}/man8/isovfy.8*
187 %{_mandir}/man8/isodump.8*
188 %attr(755,root,root) %{_bindir}/devdump
189 %attr(755,root,root) %{_bindir}/isoinfo
190 %attr(755,root,root) %{_bindir}/isovfy
191 %attr(755,root,root) %{_bindir}/isodump
192
193 %files mkisofs
194 %defattr(644,root,root,755)
195 %{_mandir}/man8/mkisofs.8*
196 %{_mandir}/man8/mkhybrid.8*
197 %attr(755,root,root) %{_bindir}/mkisofs
198 %attr(755,root,root) %{_bindir}/mkhybrid
199 %doc mkisofs/README.compression mkisofs/README.eltorito mkisofs/README
200 %doc mkisofs/README.graft_dirs mkisofs/README.hfs_boot mkisofs/README.hfs_magic
201 %doc mkisofs/README.hide mkisofs/README.joliet mkisofs/README.mkhybrid
202 %doc mkisofs/README.prep_boot mkisofs/README.rootinfo mkisofs/README.session
203 %doc mkisofs/README.sort mkisofs/README.sparcboot
This page took 0.085483 seconds and 4 git commands to generate.