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