]> git.pld-linux.org Git - packages/cdrdao.git/blob - cdrdao.spec
- spec adapterized,
[packages/cdrdao.git] / cdrdao.spec
1 # NOTE:         
2 #       Currently this package does not contain X interface. This is due to
3 #       the fact, that it doesn't compile with current version of gtkmm. I
4 #       have asked author if he is going to update this program, but I've got
5 #       no answer yet.
6 Summary:        Tools for burning CDRs in Disk At Once mode
7 Summary(pl):    Narzêdzia do wypalania p³yt w trybie Disk At Once
8 Name:           cdrdao
9 Version:        1.1.3
10 Release:        1
11 License:        GPL
12 Group:          Applications/System
13 Group(de):      Applikationen/System
14 Group(pl):      Aplikacje/System
15 Source0:        http://www.ping.de/sites/daneb/%{name}-%{version}.src.tar.gz
16 Patch0:         %{name}-destdir.patch
17 Patch1:         %{name}-opt.patch
18 BuildRequires:  autoconf
19 BuildRequires:  libstdc++-devel
20 BuildRequires:  libsigc++-devel
21 BuildRequires:  pccts-devel
22 # Required by frontend.
23 #BuildRequires: gtk+-devel
24 #BuildRequires: gtkmm-devel
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 Cdrdao records audio and data CD-Rs in Disk At Once mode. This mode
29 gives much better control over contents of CD.
30
31 %description -l pl
32 Cdrdao zapisuje p³ytki audio i z danymi w trybie Disk At Once. W tym
33 trybie masz znacznie wiêksz± kontrolê nad zawarto¶ci± p³ytki.
34
35 %prep
36 %setup  -q
37 %patch0 -p1
38 %patch1 -p1
39
40 %build
41 (cd paranoia ; autoconf)
42 %configure \
43         --with-pcctsbin=%{_bindir} \
44         --with-pcctsinc=%{_includedir}/pccts \
45         --x-includes=%{_prefix}/X11R6/includes
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 gzip -9nf CREDITS README* Release*
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc *.gz
62 %attr(755,root,root) %{_bindir}/*
63 %{_mandir}/*/*
This page took 0.060002 seconds and 3 git commands to generate.