]> git.pld-linux.org Git - packages/xfburn.git/blame_incremental - xfburn.spec
- up to 0.7.0
[packages/xfburn.git] / xfburn.spec
... / ...
CommitLineData
1Summary: Xfburn - a simple CD/DVD burning tool
2Summary(pl.UTF-8): Xfburn - proste narzędzie do wypalania CD/DVD
3Name: xfburn
4Version: 0.7.0
5Release: 1
6License: GPL v2+
7Group: X11/Applications
8Source0: https://archive.xfce.org/src/apps/xfburn/0.7/%{name}-%{version}.tar.bz2
9# Source0-md5: 38d1e73e53c0fc4bb1bd286df1d91839
10URL: https://goodies.xfce.org/projects/applications/xfburn/
11BuildRequires: Thunar-devel >= 1.6.6
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: exo-devel >= 0.11.0
15BuildRequires: gettext-tools
16BuildRequires: glib2-devel >= 1:2.38.0
17BuildRequires: gstreamer-plugins-base-devel >= 0.10.2
18BuildRequires: gtk+3-devel >= 3.20.0
19BuildRequires: intltool
20BuildRequires: libburn-devel >= 0.5.6
21BuildRequires: libisofs-devel >= 0.6.2
22BuildRequires: libtool
23BuildRequires: libxfce4ui-devel >= 4.12.0
24BuildRequires: pkgconfig
25BuildRequires: rpmbuild(macros) >= 1.601
26BuildRequires: udev-glib-devel
27Requires(post,postun): desktop-file-utils
28Requires: Thunar >= 1.6.6
29Requires: gtk-update-icon-cache
30Requires: hicolor-icon-theme
31Suggests: dvd+rw-tools
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
35Xfburn is a simple CD/DVD burning tool based on libburnia libraries.
36It can blank CD/DVD-RWs, burn and create iso images, as well as burn
37personal compositions of data to either CD or DVD. It Is currently
38under heavy development, and audio CD support will be included in the
39next release.
40
41%description -l pl.UTF-8
42Xfburn to proste narzędzie służące do wypalania płyt CD/DVD
43wykorzystujące biblioteki libburnia. Obsługuje wymazywanie CD/DVD-RW,
44tworzenie obrazów płyt, jak również przygotowywanie własnych zestawów
45danych. Program znajduje się obecnie w fazie gwałtownego rozwoju,
46obsł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
65rm -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
76rm -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.092714 seconds and 4 git commands to generate.