]> git.pld-linux.org Git - packages/cdbakeoven.git/blame_incremental - cdbakeoven.spec
- add blockers
[packages/cdbakeoven.git] / cdbakeoven.spec
... / ...
CommitLineData
1
2%define beta beta2
3
4Summary: Intuitive tool for burning CDs
5Summary(pl.UTF-8): Intuicyjne narzędzie do wypalania CD
6Name: cdbakeoven
7Version: 2.0
8Release: 0.%{beta}.3
9License: GPL
10Group: X11/Applications
11Source0: http://dl.sourceforge.net/%{name}/%{name}-i18n-%{version}%{beta}.tar.bz2
12# Source0-md5: 52c2e0af4764f13ede315b1a0373236c
13URL: http://cdbakeoven.sourceforge.net/
14BuildRequires: bzip2
15BuildRequires: kdelibs-devel >= 3.1
16Requires: cdrtools
17Requires: cdrtools-cdda2wav
18Requires: cdrtools-mkisofs
19Requires: cdparanoia-III
20Requires: kdelibs >= 3.1
21Requires: vorbis-tools >= 1.0
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23Obsoletes: kdeutils-%{name}
24
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
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ą.
46
47%prep
48%setup -q -n %{name}-i18n-%{version}%{beta}
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
61install -d $RPM_BUILD_ROOT%{_applnkdir}/{Settings/KDE,Utilities/CD-RW}
62
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
65
66ALD=$RPM_BUILD_ROOT%{_applnkdir}
67mv -f $ALD/{Settings/[!K]*,Settings/KDE}
68mv -f $ALD/Multimedia $ALD/Utilities/CD-RW
69echo "[Desktop Entry]\nName=CDBakeOven\nIcon=cdbakeoven" \
70 > $ALD/Settings/KDE/CDBakeOven/.directory
71
72%find_lang %{name}
73%clean
74%{!?_without_clean:rm -rf $RPM_BUILD_ROOT}
75
76%files -f %{name}.lang
77%defattr(644,root,root,755)
78%doc AUTHORS
79%attr(755,root,root) %{_bindir}/*
80%attr(755,root,root) %{_libdir}/kde3/*
81%{_datadir}/apps/* # specify excplicit dirs here (to avoid packaging kde dirs)
82%{_datadir}/mimelnk/application/*
83%{_datadir}/mimelnk/inode/*
84%{_pixmapsdir}/*/*/*/*
85%{_applnkdir}/Utilities/CD-RW/*
86%{_applnkdir}/Settings/KDE/*
This page took 0.066491 seconds and 4 git commands to generate.