]> git.pld-linux.org Git - packages/xfburn.git/blame - xfburn.spec
- hal version
[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
4Version: 0.3.2
3eeeb5c9 5Release: 0.3
c878eacf 6License: GPL v2+
e5a8fb87 7Group: X11/Applications
fc3312dc 8Source0: http://goodies.xfce.org/releases/xfburn/%{name}-%{version}.tar.gz
9# Source0-md5: b70219d92c6cdbe0c89c8ae073395ea4
3eeeb5c9 10Patch0: %{name}-po.patch
935d4768 11URL: http://goodies.xfce.org/projects/applications/xfburn/
2fd2992d
JB
12# Thunar-vfs >= 0.3.0 ?
13BuildRequires: dbus-glib-devel >= 0.34
14BuildRequires: glib2-devel >= 1:2.6.0
15BuildRequires: gtk+2-devel >= 2:2.10.0
16BuildRequires: hal-devel >= 0.5.7
17BuildRequires: libburn-devel >= 0.3.0
18BuildRequires: libexo-devel >= 0.3.0
19BuildRequires: libisofs-devel >= 0.6.2
20BuildRequires: libxfcegui4-devel >= 4.4.0
21BuildRequires: pkgconfig
22BuildRequires: rpmbuild(macros) >= 1.311
3eeeb5c9 23Requires(post,postun): desktop-file-utils
24Requires(post,postun): gtk+2
25Requires(post,postun): hicolor-icon-theme
7931b93e 26Requires: hal >= 0.5.7
3eeeb5c9 27Suggests: dvd+rw-tools
fc3312dc 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30%description
31Xfburn is a simple CD/DVD burning tool based on libburnia libraries.
32It can blank CD/DVD-RWs, burn and create iso images, as well as burn
33personal compositions of data to either CD or DVD. It Is currently
34under heavy development, and audio CD support will be included in the
35next release.
36
37%description -l pl.UTF-8
38Xfburn to proste narzędzie służące do wypalania płyt CD/DVD
e5a8fb87
JB
39wykorzystujące biblioteki libburnia. Obsługuje wymazywanie CD/DVD-RW,
40tworzenie obrazów płyt, jak również przygotowywanie własnych zestawów
41danych. Program znajduje się obecnie w fazie gwałtownego rozwoju,
42obsługa płyt audio CD zostanie dodana w kolejnej wersji.
fc3312dc 43
44%prep
45%setup -q
3eeeb5c9 46%patch0 -p1
fc3312dc 47
48%build
3eeeb5c9 49# fix locale names
50mv -f po/{pt_PT.po,pt.po}
51mv -f po/{nb_NO.po,nb.po}
52
53%configure
fc3312dc 54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
e5a8fb87 62%find_lang %{name}
fc3312dc 63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
3eeeb5c9 67%post
68%update_desktop_database_post
3eeeb5c9 69%update_icon_cache hicolor
70
71%postun
72%update_desktop_database_postun
3eeeb5c9 73%update_icon_cache hicolor
74
fc3312dc 75%files -f %{name}.lang
76%defattr(644,root,root,755)
e5a8fb87 77%doc AUTHORS ChangeLog NEWS README TODO
fc3312dc 78%attr(755,root,root) %{_bindir}/%{name}
e5a8fb87
JB
79%{_iconsdir}/hicolor/*/stock/media/*.png
80%{_iconsdir}/hicolor/*/stock/media/*.svg
81%{_datadir}/%{name}
fc3312dc 82%{_desktopdir}/%{name}.desktop
This page took 0.053272 seconds and 4 git commands to generate.