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