diff --git a/.cvsignore b/.cvsignore index e69de29..912a83d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xfburn-0.4.1.tar.bz2 diff --git a/sources b/sources index e69de29..17b7fe3 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f5ed76149fd348504d4a75830b4996dc xfburn-0.4.1.tar.bz2 diff --git a/xfburn.spec b/xfburn.spec new file mode 100644 index 0000000..8574835 --- /dev/null +++ b/xfburn.spec @@ -0,0 +1,107 @@ +Name: xfburn +Version: 0.4.1 +Release: 1%{?dist} +Summary: Simple CD burning tool for Xfce + +Group: Applications/Archiving +License: GPLv2+ +URL: http://goodies.xfce.org/projects/applications/%{name} +Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: libxfcegui4-devel >= 4.4.0 Thunar-devel >= 0.3.0 +BuildRequires: libburn-devel >= 0.4.2 libisofs-devel >= 0.6.2 +BuildRequires: dbus-glib-devel >= 0.34 hal-devel >= 0.5.7 +BuildRequires: gstreamer-devel >= 0.10.2 gstreamer-plugins-base-devel +BuildRequires: gtk2-devel >= 2.10.0 gettext desktop-file-utils intltool +Requires: hicolor-icon-theme + +%description +Xfburn is a simple CD/DVD burning tool based on libburnia libraries. It can +blank CD-RWs, burn and create iso images, as well as burn personal +compositions of data to either CD or DVD. + + +%prep +%setup -q + + +%build +%configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +%find_lang %{name} +desktop-file-install --vendor "" \ + --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ + --delete-original \ + --add-mime-type=application/x-cd-image \ + ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop + + +%post +update-desktop-database &> /dev/null ||: +touch --no-create %{_datadir}/icons/hicolor +if [ -x %{_bindir}/gtk-update-icon-cache ]; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi + + +%postun +update-desktop-database &> /dev/null ||: +touch --no-create %{_datadir}/icons/hicolor +if [ -x %{_bindir}/gtk-update-icon-cache ]; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS COPYING ChangeLog NEWS TODO +%{_bindir}/%{name} +%{_datadir}/applications/%{name}.desktop +%{_datadir}/Thunar/sendto/*.desktop +%{_datadir}/icons/hicolor/*/stock/media/stock_%{name}-*.png +%{_datadir}/icons/hicolor/scalable/stock/media/stock_%{name}-*.svg +%dir %{_datadir}/%{name}/ +%{_datadir}/%{name}/*.ui +%{_mandir}/man1/%{name}.*.gz + + +%changelog +* Wed Feb 25 2009 Christoph Wickert - 0.4.1-1 +- Update to 0.4.1 +- Include new manpage + +* Mon Jan 26 2009 Denis Leroy - 0.4.0-1 +- Update to upstream 0.4.0 + +* Tue Nov 04 2008 Christoph Wickert - 0.3.91-2 +- Don't enable debug +- Require hicolor-icon-theme + +* Tue Nov 04 2008 Christoph Wickert - 0.3.91-1 +- Update to 0.3.91 + +* Tue Jul 16 2008 Christoph Wickert - 0.3.2-1 +- Update to 0.3.2 + +* Fri Jul 11 2008 Christoph Wickert - 0.3.1-1 +- Update to 0.3.1 + +* Wed Jun 11 2008 Christoph Wickert - 0.3.0-1 +- Update to 0.3.0 stable + +* Mon Jan 07 2008 Christoph Wickert - 0.3.0-0.1.20080107svn26552 +- Update to 0.3.0svn-26552. +. Switch to libburn and drop requirements for genisoimage, cdrdao and wodim + +* Sun Feb 25 2007 Christoph Wickert - 0.1-0.1.20070225svn25032 +- Initial package.