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