]> git.pld-linux.org Git - packages/xfburn.git/blame - xfburn.spec
- thunar-vfs replaced by gio, hal will be next
[packages/xfburn.git] / xfburn.spec
CommitLineData
e5a8fb87
JB
1Summary: Xfburn - a simple CD/DVD burning tool
2Summary(pl.UTF-8): Xfburn - proste narzędzie do wypalania CD/DVD
fc3312dc 3Name: xfburn
975425b8 4Version: 0.4.3
9efead13 5Release: 3.1
c878eacf 6License: GPL v2+
e5a8fb87 7Group: X11/Applications
b6c920d1 8Source0: http://archive.xfce.org/src/apps/xfburn/0.4/%{name}-%{version}.tar.bz2
975425b8 9# Source0-md5: 147cdc2d909e751125be16103b8dc81f
3eeeb5c9 10Patch0: %{name}-po.patch
9efead13 11Patch1: %{name}-gio.patch
935d4768 12URL: http://goodies.xfce.org/projects/applications/xfburn/
3db522e0 13BuildRequires: Thunar-devel >= 0.9.3
9efead13
JR
14BuildRequires: autoconf
15BuildRequires: automake
2fd2992d 16BuildRequires: dbus-glib-devel >= 0.34
3db522e0 17BuildRequires: exo-devel >= 0.3.0
a4561b5b 18BuildRequires: gettext-devel
2fd2992d 19BuildRequires: glib2-devel >= 1:2.6.0
3db522e0 20BuildRequires: gstreamer-plugins-base-devel >= 0.10.2
2fd2992d
JB
21BuildRequires: gtk+2-devel >= 2:2.10.0
22BuildRequires: hal-devel >= 0.5.7
a4561b5b 23BuildRequires: intltool
c156de38 24BuildRequires: libburn-devel >= 0.5.6
2fd2992d 25BuildRequires: libisofs-devel >= 0.6.2
9efead13 26BuildRequires: libtool
2fd2992d
JB
27BuildRequires: libxfcegui4-devel >= 4.4.0
28BuildRequires: pkgconfig
0b75e70b 29BuildRequires: rpmbuild(macros) >= 1.601
3db522e0 30Requires(post,postun): desktop-file-utils
a24e9634 31Requires: Thunar >= 0.9.3
0b75e70b 32Requires: gtk-update-icon-cache
3db522e0 33Requires: hal >= 0.5.7
0b75e70b 34Requires: hicolor-icon-theme
3db522e0 35Suggests: dvd+rw-tools
fc3312dc 36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38%description
39Xfburn is a simple CD/DVD burning tool based on libburnia libraries.
40It can blank CD/DVD-RWs, burn and create iso images, as well as burn
41personal compositions of data to either CD or DVD. It Is currently
42under heavy development, and audio CD support will be included in the
43next release.
44
45%description -l pl.UTF-8
46Xfburn to proste narzędzie służące do wypalania płyt CD/DVD
e5a8fb87
JB
47wykorzystujące biblioteki libburnia. Obsługuje wymazywanie CD/DVD-RW,
48tworzenie obrazów płyt, jak również przygotowywanie własnych zestawów
49danych. Program znajduje się obecnie w fazie gwałtownego rozwoju,
50obsługa płyt audio CD zostanie dodana w kolejnej wersji.
fc3312dc 51
52%prep
53%setup -q
3eeeb5c9 54%patch0 -p1
9efead13 55%patch1 -p1
fc3312dc 56
975425b8 57# unsupported Urdu Pakistan dialect
58%{__rm} po/ur_PK.po
3eeeb5c9 59
9efead13
JR
60%build
61%{__libtoolize}
62%{__aclocal}
63%{__autoconf}
64%{__autoheader}
65%{__automake}
3db522e0 66%configure
9efead13 67
fc3312dc 68%{__make}
69
70%install
71rm -rf $RPM_BUILD_ROOT
72
73%{__make} install \
74 DESTDIR=$RPM_BUILD_ROOT
75
e5a8fb87 76%find_lang %{name}
fc3312dc 77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
3eeeb5c9 81%post
82%update_desktop_database_post
3eeeb5c9 83%update_icon_cache hicolor
84
85%postun
86%update_desktop_database_postun
3eeeb5c9 87%update_icon_cache hicolor
88
fc3312dc 89%files -f %{name}.lang
90%defattr(644,root,root,755)
e5a8fb87 91%doc AUTHORS ChangeLog NEWS README TODO
fc3312dc 92%attr(755,root,root) %{_bindir}/%{name}
e5a8fb87
JB
93%{_iconsdir}/hicolor/*/stock/media/*.png
94%{_iconsdir}/hicolor/*/stock/media/*.svg
95%{_datadir}/%{name}
a24e9634 96%{_datadir}/Thunar/sendto/thunar-sendto-%{name}.desktop
fc3312dc 97%{_desktopdir}/%{name}.desktop
c156de38 98%{_mandir}/man1/xfburn.1*
This page took 0.097346 seconds and 4 git commands to generate.