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