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