]> git.pld-linux.org Git - packages/brasero.git/blob - brasero.spec
db31d622c784eb62a5114918133ba180025a17b9
[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:           brasero
8 Version:        0.5.1
9 Release:        1
10 License:        GPL v2
11 Group:          X11/Applications
12 Source0:        http://dl.sourceforge.net/bonfire/%{name}-%{version}.tar.bz2
13 # Source0-md5:  f578d2aaf6b434f91beb935f112728e2
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(post,postun):  hicolor-icon-theme
36 Requires:       hal >= 0.5
37 Obsoletes:      bonfire
38 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40 %description
41 Brasero is a CD/DVD mastering tool for the GNOME desktop.
42 It is designed to be simple and easy to use.
43
44 %description -l pl
45 Brasero jest narzêdziem do masteringu p³yt CD/DVD dla biurka
46 GNOME. Jest zaprojektowany by byæ prostym i ³atwym w obs³udze.
47
48 %prep
49 %setup -q
50 %patch0 -p1
51
52 %build
53 %{__libtoolize}
54 %{__aclocal}
55 %{__autoconf}
56 %{__autoheader}
57 %{__automake}
58 %configure \
59         %{!?with_beagle:--disable-search} \
60         --disable-caches
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 %find_lang %{name} --all-name
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %post
75 %gconf_schema_install brasero.schemas
76 %update_desktop_database_post
77 %update_mime_database
78 %update_icon_cache hicolor
79
80 %postun
81 %gconf_schema_uninstall brasero.schemas
82 %update_desktop_database_postun
83 %update_mime_database
84 %update_icon_cache hicolor
85
86 %files -f %{name}.lang
87 %defattr(644,root,root,755)
88 %doc AUTHORS ChangeLog NEWS README
89 %attr(755,root,root) %{_bindir}/*
90 %{_datadir}/%{name}
91 %{_datadir}/mime/packages/%{name}.xml
92 %{_desktopdir}/*.desktop
93 %{_iconsdir}/hicolor/*/*/*.png
94 %{_iconsdir}/hicolor/*/*/*.svg
95 %{_mandir}/man1/*
96 %{_sysconfdir}/gconf/schemas/*
This page took 0.049591 seconds and 2 git commands to generate.