]> git.pld-linux.org Git - packages/brasero.git/blob - brasero.spec
- disc burning for gnomers
[packages/brasero.git] / brasero.spec
1 Summary:        Disc burning application for GNOME
2 Summary(pl):    Program do wypalania dysków dla GNOME
3 Name:           bonfire
4 Version:        0.3.0
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://perso.wanadoo.fr/bonfire/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d1c658abcbb003956465e3fdc79f2c35
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-include.patch
12 URL:            http://perso.wanadoo.fr/bonfire/
13 BuildRequires:  beagle-devel >= 0.1.0
14 BuildRequires:  dbus-glib-devel >= 0.30
15 BuildRequires:  gdl-devel >= 0.6.0
16 BuildRequires:  gnome-vfs2-devel >= 2.12.0
17 BuildRequires:  gstreamer-devel >= 0.10.6
18 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.0
19 BuildRequires:  gtk+2-devel >= 2:2.6.0
20 BuildRequires:  hal-devel >= 0.5
21 BuildRequires:  intltool >= 0.25
22 BuildRequires:  libgnomeui-devel >= 2.10.0
23 BuildRequires:  libnotify-devel >= 0.3.0
24 BuildRequires:  libxml2-devel >= 2.6.0
25 BuildRequires:  nautilus-cd-burner-devel >= 2.12.0
26 BuildRequires:  pkgconfig
27 BuildRequires:  totem-devel >= 1.2.0
28 Requires(post,postun):  desktop-file-utils
29 Requires:       hal >= 0.5
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Bonfire is a CD/DVD mastering tool for the GNOME desktop.
34 It is designed to be simple and easy to use.
35
36 %description -l pl
37 Bonfire jest narzêdziem do masteringu p³yt CD/DVD dla biurka
38 GNOME. Jest zaprojektowany by byæ prostym i ³atwym w obs³udze.
39
40 %prep
41 %setup -q
42 %patch0 -p1
43 %patch1 -p1
44
45 %build
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %find_lang %{name} --all-name
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %post
61 %update_desktop_database_post
62
63 %postun
64 %update_desktop_database_postun
65
66 %files -f %{name}.lang
67 %defattr(644,root,root,755)
68 %doc AUTHORS ChangeLog NEWS README TODO.tasks
69 %attr(755,root,root) %{_bindir}/*
70 %{_datadir}/%{name}
71 %{_desktopdir}/*.desktop
72 %{_pixmapsdir}/*.png
This page took 0.080772 seconds and 4 git commands to generate.