5a80316
# Review: https://bugzilla.redhat.com/show_bug.cgi?id=473679
5a80316
7b6c0dd
%global majorversion 0.5
5a80316
00c2d0e
Name:           xfburn
0b44c3a
Version:        0.5.2
924212e
Release:        4%{?dist}
00c2d0e
Summary:        Simple CD burning tool for Xfce
00c2d0e
00c2d0e
Group:          Applications/Archiving
00c2d0e
License:        GPLv2+
00c2d0e
URL:            http://goodies.xfce.org/projects/applications/%{name}
5a80316
#VCS: git:git://git.xfce.org/apps/xfburn
5a80316
Source0:        http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2
Frantisek Kluknavsky a0a1192
00c2d0e
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
00c2d0e
7b6c0dd
BuildRequires:  libxfce4ui-devel >= 4.8.0
be01579
BuildRequires:  thunar-vfs-devel
5a80316
BuildRequires:  libburn-devel >= 0.4.2
5a80316
BuildRequires:  libisofs-devel >= 0.6.2
7f27a60
BuildRequires:  dbus-glib-devel >= 0.34 
5a80316
BuildRequires:  gstreamer-devel >= 0.10.2
5a80316
BuildRequires:  gstreamer-plugins-base-devel
be01579
BuildRequires:  gtk2-devel >= 2.10.0
be01579
BuildRequires:  desktop-file-utils 
5a80316
BuildRequires:  gettext
5a80316
BuildRequires:  intltool
cd9bccd
Requires:       hicolor-icon-theme
00c2d0e
00c2d0e
%description
00c2d0e
Xfburn is a simple CD/DVD burning tool based on libburnia libraries. It can 
00c2d0e
blank CD-RWs, burn and create iso images, as well as burn personal 
00c2d0e
compositions of data to either CD or DVD.
00c2d0e
00c2d0e
00c2d0e
%prep
00c2d0e
%setup -q
00c2d0e
00c2d0e
%build
cd9bccd
%configure
00c2d0e
make %{?_smp_mflags}
00c2d0e
00c2d0e
00c2d0e
%install
0097d6a
rm -rf %{buildroot}
0097d6a
make install DESTDIR=%{buildroot} INSTALL='install -p'
00c2d0e
%find_lang %{name}
0097d6a
desktop-file-install --vendor ""                            \
0097d6a
    --dir %{buildroot}%{_datadir}/applications              \
0097d6a
    --delete-original                                       \
0097d6a
    --add-category=Utility                                  \
0097d6a
    ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
00c2d0e
00c2d0e
00c2d0e
%post
00c2d0e
update-desktop-database &> /dev/null ||:
34143da
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
00c2d0e
00c2d0e
00c2d0e
%postun
00c2d0e
update-desktop-database &> /dev/null ||:
34143da
if [ $1 -eq 0 ] ; then
34143da
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
34143da
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
00c2d0e
fi
00c2d0e
00c2d0e
34143da
%posttrans
34143da
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
34143da
34143da
00c2d0e
%clean
0097d6a
rm -rf %{buildroot}
00c2d0e
00c2d0e
00c2d0e
%files -f %{name}.lang
00c2d0e
%defattr(-,root,root,-)
00c2d0e
%doc AUTHORS COPYING ChangeLog NEWS TODO
00c2d0e
%{_bindir}/%{name}
00c2d0e
%{_datadir}/applications/%{name}.desktop
c998b5e
%{_datadir}/Thunar/sendto/*.desktop
7b6c0dd
%{_datadir}/icons/hicolor/*/stock/media/stock_%{name}*.png
7b6c0dd
%{_datadir}/icons/hicolor/scalable/stock/media/stock_%{name}*.svg
00c2d0e
%dir %{_datadir}/%{name}/
00c2d0e
%{_datadir}/%{name}/*.ui
be01579
%{_mandir}/man1/%{name}.*
00c2d0e
00c2d0e
00c2d0e
%changelog
924212e
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.5.2-4
924212e
- Rebuilt for Fedora 23 Change
924212e
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
924212e
f668a5c
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-3
f668a5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f668a5c
be31fad
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-2
be31fad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
be31fad
0b44c3a
* Wed Apr 09 2014 Kevin Fenzi <kevin@scrye.com> 0.5.2-1
0b44c3a
- Update to 0.5.2
0b44c3a
7b6c0dd
* Thu Feb 20 2014 Kevin Fenzi <kevin@scrye.com> 0.5.0-1
7b6c0dd
- Update to 0.5.0
7b6c0dd
Frantisek Kluknavsky a0a1192
* Tue Nov 12 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.4.3-13
Frantisek Kluknavsky a0a1192
- support for aarch64, patch from https://bugzilla.redhat.com/show_bug.cgi?id=926769
Frantisek Kluknavsky a0a1192
- modified bogus dates in changelog
Frantisek Kluknavsky a0a1192
3590bcb
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-12
3590bcb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3590bcb
b4d0099
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-11
b4d0099
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b4d0099
b7febf0
* Fri Sep 28 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-10
b7febf0
- Fix crash when creating directory (#639804, #676086 and #851900)
b7febf0
- Fix crash when adding lots of files (#669971)
b7febf0
- Make sure desktop file validates
b7febf0
8a67f8d
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-9
8a67f8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8a67f8d
5a80316
* Tue May 01 2012 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-8
5a80316
- Fix build with latest glib
5a80316
- Add VCS key and review #
678526b
871fc0c
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-7
871fc0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
871fc0c
c601e09
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.4.3-6
c601e09
- Rebuild for new libpng
c601e09
7ddf453
* Tue Apr 26 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-5
7ddf453
- No longer BuildRequire obsolete hal (#699692)
7f27a60
dc77082
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.3-4
dc77082
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
dc77082
0097d6a
* Sat Dec 04 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-3
0097d6a
- Switch from Thunar-devel to thunar-vfs-devel
0097d6a
362b201
* Thu Apr 22 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-2
0097d6a
- Rebuild for libburn 0.8.0
362b201
aef79b5
* Sun Feb 14 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.3-1
aef79b5
- Update to 0.4.3
aef79b5
Frantisek Kluknavsky a0a1192
* Fri Jan 29 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-3
51b5733
- Properly unmount drive before burning (#525514)
51b5733
Frantisek Kluknavsky a0a1192
* Thu Oct 29 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-2
34143da
- Fix infinite loop in blank disk dialog (#525515)
34143da
- Don't crash on burning ISO image (#525518)
34143da
f6bdbc4
* Fri Jul 24 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.2-1
f6bdbc4
- Update to 0.4.2
f6bdbc4
5e364e1
* Wed Feb 25 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.4.1-1
5e364e1
- Update to 0.4.1
5e364e1
- Include new manpage
5e364e1
c998b5e
* Mon Jan 26 2009 Denis Leroy <denis@poolshark.org> - 0.4.0-1
c998b5e
- Update to upstream 0.4.0
c998b5e
cd9bccd
* Tue Nov 04 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.91-2
cd9bccd
- Don't enable debug
cd9bccd
- Require hicolor-icon-theme
cd9bccd
00c2d0e
* Tue Nov 04 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.91-1
00c2d0e
- Update to 0.3.91
00c2d0e
Frantisek Kluknavsky a0a1192
* Wed Jul 16 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.2-1
00c2d0e
- Update to 0.3.2
00c2d0e
00c2d0e
* Fri Jul 11 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.1-1
00c2d0e
- Update to 0.3.1
00c2d0e
00c2d0e
* Wed Jun 11 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-1
00c2d0e
- Update to 0.3.0 stable
00c2d0e
00c2d0e
* Mon Jan 07 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.3.0-0.1.20080107svn26552
00c2d0e
- Update to 0.3.0svn-26552.
00c2d0e
. Switch to libburn and drop requirements for genisoimage, cdrdao and wodim
00c2d0e
00c2d0e
* Sun Feb 25 2007 Christoph Wickert <cwickert@fedoraproject.org> - 0.1-0.1.20070225svn25032
00c2d0e
- Initial package.