]> git.pld-linux.org Git - packages/brasero.git/blob - brasero.spec
- disable any post-install activities at build time
[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.4.1
5 Release:        1
6 License:        GPL v2
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/bonfire/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d8c99448c696693574ab8fad5132a4de
10 Patch0:         %{name}-desktop.patch
11 URL:            http://perso.wanadoo.fr/bonfire/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  dbus-glib-devel >= 0.30
15 BuildRequires:  gdl-devel >= 0.5.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:  libtool
25 BuildRequires:  libxml2-devel >= 1:2.6.0
26 BuildRequires:  nautilus-cd-burner-devel >= 2.12.0
27 BuildRequires:  pkgconfig
28 BuildRequires:  totem-devel >= 1.2.0
29 Requires(post,postun):  desktop-file-utils
30 Requires(post,postun):  gtk+2
31 Requires(post,postun):  shared-mime-info
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 \
54         --disable-caches
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT \
62         mimeicondir=%{_datadir}/icons/hicolor/48x48/mimetypes
63
64 %find_lang %{name} --all-name
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post
70 umask 022
71 update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||:
72 gtk-update-icon-cache -ft %{_datadir}/icons/hicolor
73 %update_desktop_database_post
74
75 %postun
76 umask 022
77 update-mime-database %{_datadir}/mime >/dev/null 2>&1
78 gtk-update-icon-cache -ft %{_datadir}/icons/hicolor
79 %update_desktop_database_postun
80
81 %files -f %{name}.lang
82 %defattr(644,root,root,755)
83 %doc AUTHORS ChangeLog NEWS README TODO.tasks
84 %attr(755,root,root) %{_bindir}/*
85 %{_datadir}/%{name}
86 %{_datadir}/mime/packages/bonfire.xml
87 %{_desktopdir}/*.desktop
88 %{_iconsdir}/hicolor/*/*/
89 %{_pixmapsdir}/*.png
This page took 0.087603 seconds and 4 git commands to generate.