]> 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 Group:          Utilities/System
12 Group(pl):      Narzêdzia/System
13 License:        GPL
14 Source0:        http://www.ping.de/sites/daneb/%{name}-%{version}.src.tar.gz
15 Patch0:         cdrdao-destdir.patch
16 BuildRequires:  gcc-c++
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  pccts-devel
19 # Required by frontend.
20 #BuildRequires: gtk+-devel
21 #BuildRequires: gtkmm-devel
22 BuildRequires:  libsigc++-devel
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Cdrdao records audio and data CD-Rs in Disk At Once mode. This mode
27 gives much better control over contents of CD.
28
29 %description -l pl
30 Cdrdao zapisuje p³ytki audio i z danymi w trybie Disk At Once. W tym
31 trybie masz znacznie wiêksz± kontrolê nad zawarto¶ci± p³ytki.
32
33 %prep
34 %setup  -q
35 %patch0 -p1
36
37 %build
38 #autoheader;autoconf;automake; 
39 CFLAGS="-I%{_prefix}/X11R6/includes"; export CFLAGS
40 %configure \
41         --with-pcctsbin=%{_bindir} \
42         --with-pcctsinc=%{_includedir}/pccts \
43         --x-includes=%{_prefix}/X11R6/includes
44 make
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 make install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
53         COPYING CREDITS README* Release*
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %{_mandir}/*/*
61 %attr(755,root,root) %{_bindir}/*
62 %doc *.gz
This page took 0.050445 seconds and 4 git commands to generate.