]> git.pld-linux.org Git - packages/cdbakeoven.git/commitdiff
- Initial release
authoradgor <adgor@pld-linux.org>
Sat, 5 Oct 2002 17:26:02 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdbakeoven.spec -> 1.1

cdbakeoven.spec [new file with mode: 0644]

diff --git a/cdbakeoven.spec b/cdbakeoven.spec
new file mode 100644 (file)
index 0000000..9aa44ef
--- /dev/null
@@ -0,0 +1,84 @@
+
+Summary:       Intuitive tool for burning CDs
+Summary(pl):   Intuicyjne narzêdzie do wypalania CD
+Name:          cdbakeoven
+Version:       1.8.9
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/%{name}/%{name}-%{version}.tar.bz2
+URL:           http://%{name}.sourceforge.net/
+BuildRequires: bzip2
+BuildRequires: kdelibs-devel >= 3.0
+Requires:      kdelibs >= 3.0
+Requires:      cdrtools
+Requires:      cdrtools-cdda2wav
+Requires:      cdrtools-mkisofs
+Requires:      cdparanoia-III
+Obsoletes:      kdeutils-%{name}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _fontdir        /usr/share/fonts
+%define                _htmldir        /usr/share/doc/kde/HTML
+
+%description
+CD Bake Oven was designed with one goal in mind: combine the power and
+stability of great command line utilities with contemporary easy to
+use user interface. CDBO enables you to create data or music CDs in
+the most intuitive matter, allowing you to control every aspect of the
+process. It is built on top of very well known 'cdrecord', 'mkisofs',
+'cdda2wav' and 'cdparanoia' encapsulating most of the options those
+utilities provide. This makes creating professional quality media as
+easy as making a few mouse clicks.
+
+%description -l pl
+CD Bake Oven zosta³ zaprojektowany w jednym celu: po³±czyæ
+uniwersalno¶æ i stabilno¶æ doskona³ych narzêdzi linii poleceñ z ³atwym
+w u¿yciu interfejsem. CDBO pozwala tworzyæ CD z danymi lub muzyk± w
+najbardziej intuicyjny sposób, pozwalaj±c kontrolowaæ wszystkie
+aspekty procesu. Zosta³ zbudowany na bazie doskonale znanych programów
+,,cdrecord'', ,,mkisofs'', ,,cdda2wav'' oraz ,,cdparanoia'' daj±c
+dostêp do wiêkszo¶ci ich opcji. Czyni to no¶ników o profesjonalnej
+jako¶ci równie ³atwym jak klikanie myszk±.
+
+%prep
+%setup -q
+
+%build
+kde_htmldir="%{_htmldir}"; export kde_htmldir
+kde_icondir="%{_pixmapsdir}"; export kde_icondir
+
+CXXFLAGS="%{rpmcflags}" CFLAGS="%{rpmcflags}" ./configure \
+       --prefix=%{_prefix}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d \
+    $RPM_BUILD_ROOT%{_applnkdir}/{Settings/KDE,Utilities/CD-RW}
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+ALD=$RPM_BUILD_ROOT%{_applnkdir}
+mv -f $ALD/{Settings/[!K]*,Settings/KDE}
+mv -f $ALD/Utilities/{[!C]*,CD-RW}
+echo "[Desktop Entry]\nName=CDBakeOven\nIcon=cdbakeoven" \
+    > $ALD/Settings/KDE/CDBakeOven/.directory
+
+%clean
+%{!?_without_clean:rm -rf $RPM_BUILD_ROOT}
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/kde3/*
+%{_datadir}/apps/*
+%{_datadir}/mimelnk/application/*
+%{_datadir}/mimelnk/inode/*
+%{_pixmapsdir}/*/*/*/*
+%{_applnkdir}/Utilities/CD-RW/*
+%{_applnkdir}/Settings/KDE/*
This page took 0.056801 seconds and 4 git commands to generate.