]> git.pld-linux.org Git - packages/xfburn.git/blob - xfburn.spec
bb9a27dd77f549eeb1f97b6d4d1586b155a74a15
[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:        5
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 Patch2:         %{name}-ui.patch
13 Patch3:         glib-2.32.patch
14 URL:            http://goodies.xfce.org/projects/applications/xfburn/
15 BuildRequires:  Thunar-devel >= 1.2.0
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  exo-devel >= 0.6.0
19 BuildRequires:  gettext-devel
20 BuildRequires:  glib2-devel >= 1:2.22.0
21 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.2
22 BuildRequires:  gtk+2-devel >= 2:2.10.0
23 BuildRequires:  intltool
24 BuildRequires:  libburn-devel >= 0.5.6
25 BuildRequires:  libisofs-devel >= 0.6.2
26 BuildRequires:  libtool
27 BuildRequires:  libxfce4ui-devel >= 4.8.0
28 BuildRequires:  pkgconfig
29 BuildRequires:  rpmbuild(macros) >= 1.601
30 BuildRequires:  udev-glib-devel
31 Requires(post,postun):  desktop-file-utils
32 Requires:       Thunar >= 1.2.0
33 Requires:       gtk-update-icon-cache
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 %patch2 -p1
57 %patch3 -p1
58
59 # unsupported Urdu Pakistan dialect
60 %{__rm} po/ur_PK.po
61
62 %build
63 %{__libtoolize}
64 %{__aclocal}
65 %{__autoconf}
66 %{__autoheader}
67 %{__automake}
68 %configure
69
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT
77
78 %find_lang %{name}
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %post
84 %update_desktop_database_post
85 %update_icon_cache hicolor
86
87 %postun
88 %update_desktop_database_postun
89 %update_icon_cache hicolor
90
91 %files -f %{name}.lang
92 %defattr(644,root,root,755)
93 %doc AUTHORS ChangeLog NEWS README TODO
94 %attr(755,root,root) %{_bindir}/%{name}
95 %{_iconsdir}/hicolor/*/stock/media/*.png
96 %{_iconsdir}/hicolor/*/stock/media/*.svg
97 %{_datadir}/%{name}
98 %{_datadir}/Thunar/sendto/thunar-sendto-%{name}.desktop
99 %{_desktopdir}/%{name}.desktop
100 %{_mandir}/man1/xfburn.1*
This page took 0.083259 seconds and 3 git commands to generate.