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