]> git.pld-linux.org Git - packages/brasero.git/blob - brasero.spec
- merged ac/am/lt rebuild and beagle bcond (but on by default) from AC-branch
[packages/brasero.git] / brasero.spec
1 #
2 # Conditinal build:
3 %bcond_without  beagle          # disable 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:          X11/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 BuildRequires:  autoconf
17 BuildRequires:  automake
18 %{?with_beagle:BuildRequires:   beagle-devel >= 0.1.0}
19 BuildRequires:  dbus-glib-devel >= 0.30
20 BuildRequires:  gdl-devel >= 0.6.0
21 BuildRequires:  gnome-vfs2-devel >= 2.12.0
22 BuildRequires:  gstreamer-devel >= 0.10.6
23 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.0
24 BuildRequires:  gtk+2-devel >= 2:2.6.0
25 BuildRequires:  hal-devel >= 0.5
26 BuildRequires:  intltool >= 0.25
27 BuildRequires:  libgnomeui-devel >= 2.10.0
28 BuildRequires:  libnotify-devel >= 0.3.0
29 BuildRequires:  libtool
30 BuildRequires:  libxml2-devel >= 2.6.0
31 BuildRequires:  nautilus-cd-burner-devel >= 2.12.0
32 BuildRequires:  pkgconfig
33 BuildRequires:  totem-devel >= 1.2.0
34 Requires(post,postun):  desktop-file-utils
35 Requires:       hal >= 0.5
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Bonfire is a CD/DVD mastering tool for the GNOME desktop.
40 It is designed to be simple and easy to use.
41
42 %description -l pl
43 Bonfire jest narzêdziem do masteringu p³yt CD/DVD dla biurka
44 GNOME. Jest zaprojektowany by byæ prostym i ³atwym w obs³udze.
45
46 %prep
47 %setup -q
48 %patch0 -p1
49
50 %build
51 %{__libtoolize}
52 %{__aclocal}
53 %{__autoconf}
54 %{__autoheader}
55 %{__automake}
56 %configure \
57         %{!?with_beagle:--disable-search}
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 %find_lang %{name} --all-name
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post
72 %update_desktop_database_post
73
74 %postun
75 %update_desktop_database_postun
76
77 %files -f %{name}.lang
78 %defattr(644,root,root,755)
79 %doc AUTHORS ChangeLog NEWS README TODO.tasks
80 %attr(755,root,root) %{_bindir}/*
81 %{_datadir}/%{name}
82 %{_desktopdir}/*.desktop
83 %{_pixmapsdir}/*.png
This page took 0.045217 seconds and 4 git commands to generate.