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