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