]> git.pld-linux.org Git - packages/xfburn.git/blame - xfburn.spec
- fixed pt and nb locales
[packages/xfburn.git] / xfburn.spec
CommitLineData
e5a8fb87
JB
1Summary: Xfburn - a simple CD/DVD burning tool
2Summary(pl.UTF-8): Xfburn - proste narzędzie do wypalania CD/DVD
fc3312dc 3Name: xfburn
4Version: 0.3.2
f866275f 5Release: 0.2
c878eacf 6License: GPL v2+
e5a8fb87 7Group: X11/Applications
fc3312dc 8Source0: http://goodies.xfce.org/releases/xfburn/%{name}-%{version}.tar.gz
9# Source0-md5: b70219d92c6cdbe0c89c8ae073395ea4
935d4768 10URL: http://goodies.xfce.org/projects/applications/xfburn/
fc3312dc 11BuildRequires: libburn-devel
935d4768 12BuildRequires: libexo-devel
fc3312dc 13BuildRequires: libisofs-devel
14BuildRequires: libxfcegui4-devel
fc3312dc 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Xfburn is a simple CD/DVD burning tool based on libburnia libraries.
19It can blank CD/DVD-RWs, burn and create iso images, as well as burn
20personal compositions of data to either CD or DVD. It Is currently
21under heavy development, and audio CD support will be included in the
22next release.
23
24%description -l pl.UTF-8
25Xfburn to proste narzędzie służące do wypalania płyt CD/DVD
e5a8fb87
JB
26wykorzystujące biblioteki libburnia. Obsługuje wymazywanie CD/DVD-RW,
27tworzenie obrazów płyt, jak również przygotowywanie własnych zestawów
28danych. Program znajduje się obecnie w fazie gwałtownego rozwoju,
29obsługa płyt audio CD zostanie dodana w kolejnej wersji.
fc3312dc 30
31%prep
32%setup -q
33
34%build
fc3312dc 35%configure
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
e5a8fb87 44%find_lang %{name}
fc3312dc 45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files -f %{name}.lang
50%defattr(644,root,root,755)
e5a8fb87 51%doc AUTHORS ChangeLog NEWS README TODO
fc3312dc 52%attr(755,root,root) %{_bindir}/%{name}
e5a8fb87
JB
53%{_iconsdir}/hicolor/*/stock/media/*.png
54%{_iconsdir}/hicolor/*/stock/media/*.svg
55%{_datadir}/%{name}
fc3312dc 56%{_desktopdir}/%{name}.desktop
This page took 0.082975 seconds and 4 git commands to generate.