]> git.pld-linux.org Git - packages/brasero.git/blob - brasero.spec
- updated BRs
[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.UTF-8):      Program do wypalania płyt dla GNOME
7 Name:           brasero
8 Version:        0.6.1
9 Release:        0.1
10 License:        GPL v2+
11 Group:          X11/Applications
12 Source0:        http://ftp.gnome.org/pub/GNOME/sources/brasero/0.6/%{name}-%{version}.tar.bz2
13 # Source0-md5:  fa3b59f06b93bd831805a73a81f3293f
14 Patch0:         %{name}-desktop.patch
15 URL:            http://www.gnome.org/projects/brasero/
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 %{?with_beagle:BuildRequires:   beagle-devel >= 0.1.1}
19 BuildRequires:  gnome-vfs2-devel >= 2.14.2
20 BuildRequires:  gstreamer-devel >= 0.10.6
21 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.0
22 BuildRequires:  gtk+2-devel >= 2:2.10.0
23 BuildRequires:  hal-devel >= 0.5
24 BuildRequires:  intltool >= 0.35.0
25 BuildRequires:  libgnomeui-devel >= 2.10.0
26 BuildRequires:  libnotify-devel >= 0.3.0
27 BuildRequires:  libtool
28 BuildRequires:  libxml2-devel >= 1:2.6.0
29 BuildRequires:  nautilus-cd-burner-devel >= 2.12.0
30 BuildRequires:  pkgconfig
31 BuildRequires:  totem-devel >= 1.2.0
32 # libburn >= 0.3.4, libisofs >= 0.2.8
33 Requires(post,postun):  desktop-file-utils
34 Requires(post,postun):  hicolor-icon-theme
35 Requires:       hal >= 0.5
36 Obsoletes:      bonfire
37 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39 %description
40 Brasero is a CD/DVD mastering tool for the GNOME desktop.
41 It is designed to be simple and easy to use.
42
43 %description -l pl.UTF-8
44 Brasero jest narzędziem do masteringu płyt CD/DVD dla biurka
45 GNOME. Jest zaprojektowany by być prostym i łatwym w obsłudze.
46
47 %prep
48 %setup -q
49 %patch0 -p1
50
51 %build
52 %{__libtoolize}
53 %{__aclocal}
54 %{__autoconf}
55 %{__autoheader}
56 %{__automake}
57 %configure \
58         %{!?with_beagle:--disable-search} \
59         --disable-caches
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 %find_lang %{name} --all-name
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %post
74 %gconf_schema_install brasero.schemas
75 %update_desktop_database_post
76 %update_mime_database
77 %update_icon_cache hicolor
78
79 %postun
80 %gconf_schema_uninstall brasero.schemas
81 %update_desktop_database_postun
82 %update_mime_database
83 %update_icon_cache hicolor
84
85 %files -f %{name}.lang
86 %defattr(644,root,root,755)
87 %doc AUTHORS ChangeLog NEWS README
88 %attr(755,root,root) %{_bindir}/*
89 %{_datadir}/%{name}
90 %{_datadir}/mime/packages/%{name}.xml
91 %{_desktopdir}/*.desktop
92 %{_iconsdir}/hicolor/*/*/*.png
93 %{_iconsdir}/hicolor/*/*/*.svg
94 %{_mandir}/man1/*
95 %{_sysconfdir}/gconf/schemas/*
This page took 0.077172 seconds and 4 git commands to generate.