]> git.pld-linux.org Git - packages/cdbakeoven.git/blob - cdbakeoven.spec
- use http for sources from sourceforge
[packages/cdbakeoven.git] / cdbakeoven.spec
1 Summary:        Intuitive tool for burning CDs
2 Summary(pl):    Intuicyjne narzêdzie do wypalania CD
3 Name:           cdbakeoven
4 Version:        1.8.9
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
9 URL:            http://cdbakeoven.sourceforge.net/
10 BuildRequires:  bzip2
11 BuildRequires:  kdelibs-devel >= 3.0
12 Requires:       kdelibs >= 3.0
13 Requires:       cdrtools
14 Requires:       cdrtools-cdda2wav
15 Requires:       cdrtools-mkisofs
16 Requires:       cdparanoia-III
17 Obsoletes:      kdeutils-%{name}
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _htmldir        /usr/share/doc/kde/HTML
21
22 %description
23 CD Bake Oven was designed with one goal in mind: combine the power and
24 stability of great command line utilities with contemporary easy to
25 use user interface. CDBO enables you to create data or music CDs in
26 the most intuitive matter, allowing you to control every aspect of the
27 process. It is built on top of very well known 'cdrecord', 'mkisofs',
28 'cdda2wav' and 'cdparanoia' encapsulating most of the options those
29 utilities provide. This makes creating professional quality media as
30 easy as making a few mouse clicks.
31
32 %description -l pl
33 CD Bake Oven zosta³ zaprojektowany w jednym celu: po³±czyæ
34 uniwersalno¶æ i stabilno¶æ doskona³ych narzêdzi linii poleceñ z ³atwym
35 w u¿yciu interfejsem. CDBO pozwala tworzyæ CD z danymi lub muzyk± w
36 najbardziej intuicyjny sposób, pozwalaj±c kontrolowaæ wszystkie
37 aspekty procesu. Zosta³ zbudowany na bazie doskonale znanych programów
38 ,,cdrecord'', ,,mkisofs'', ,,cdda2wav'' oraz ,,cdparanoia'' daj±c
39 dostêp do wiêkszo¶ci ich opcji. Czyni to tworzenie no¶ników o
40 profesjonalnej jako¶ci równie ³atwym jak klikanie myszk±.
41
42 %prep
43 %setup -q
44
45 %build
46 kde_htmldir="%{_htmldir}"; export kde_htmldir
47 kde_icondir="%{_pixmapsdir}"; export kde_icondir
48
49 CXXFLAGS="%{rpmcflags}" CFLAGS="%{rpmcflags}" ./configure \
50         --prefix=%{_prefix}
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 install -d \
58     $RPM_BUILD_ROOT%{_applnkdir}/{Settings/KDE,Utilities/CD-RW}
59
60 %{__make} install DESTDIR=$RPM_BUILD_ROOT
61
62 ALD=$RPM_BUILD_ROOT%{_applnkdir}
63 mv -f $ALD/{Settings/[!K]*,Settings/KDE}
64 mv -f $ALD/Utilities/{[!C]*,CD-RW}
65 echo "[Desktop Entry]\nName=CDBakeOven\nIcon=cdbakeoven" \
66     > $ALD/Settings/KDE/CDBakeOven/.directory
67
68 %clean
69 %{!?_without_clean:rm -rf $RPM_BUILD_ROOT}
70
71 %files
72 %defattr(644,root,root,755)
73 %doc AUTHORS COPYING
74 %attr(755,root,root) %{_bindir}/*
75 %attr(755,root,root) %{_libdir}/kde3/*
76 %{_datadir}/apps/*
77 %{_datadir}/mimelnk/application/*
78 %{_datadir}/mimelnk/inode/*
79 %{_pixmapsdir}/*/*/*/*
80 %{_applnkdir}/Utilities/CD-RW/*
81 %{_applnkdir}/Settings/KDE/*
This page took 0.112426 seconds and 3 git commands to generate.