]> git.pld-linux.org Git - packages/brasero.git/blob - brasero.spec
- patch for intltool
[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 Patch1:         %{name}-intltool.patch
16 URL:            http://www.gnome.org/projects/brasero/
17 BuildRequires:  autoconf
18 BuildRequires:  automake
19 %{?with_beagle:BuildRequires:   beagle-devel >= 0.1.1}
20 BuildRequires:  gnome-vfs2-devel >= 2.14.2
21 BuildRequires:  gstreamer-devel >= 0.10.6
22 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.0
23 BuildRequires:  gtk+2-devel >= 2:2.10.0
24 BuildRequires:  hal-devel >= 0.5
25 BuildRequires:  intltool >= 0.35.0
26 BuildRequires:  libgnomeui-devel >= 2.10.0
27 BuildRequires:  libnotify-devel >= 0.3.0
28 BuildRequires:  libtool
29 BuildRequires:  libxml2-devel >= 1:2.6.0
30 BuildRequires:  nautilus-cd-burner-devel >= 2.12.0
31 BuildRequires:  pkgconfig
32 BuildRequires:  totem-devel >= 1.2.0
33 # libburn >= 0.3.4, libisofs >= 0.2.8
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.UTF-8
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 %patch1 -p1
52
53 %build
54 %{__libtoolize}
55 %{__aclocal}
56 %{__autoconf}
57 %{__autoheader}
58 %{__automake}
59 %configure \
60         %{!?with_beagle:--disable-search} \
61         --disable-caches
62 %{__make}
63
64 %install
65 rm -rf $RPM_BUILD_ROOT
66
67 %{__make} install \
68         DESTDIR=$RPM_BUILD_ROOT
69
70 %find_lang %{name} --all-name
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %post
76 %gconf_schema_install brasero.schemas
77 %update_desktop_database_post
78 %update_mime_database
79 %update_icon_cache hicolor
80
81 %postun
82 %gconf_schema_uninstall brasero.schemas
83 %update_desktop_database_postun
84 %update_mime_database
85 %update_icon_cache hicolor
86
87 %files -f %{name}.lang
88 %defattr(644,root,root,755)
89 %doc AUTHORS ChangeLog NEWS README
90 %attr(755,root,root) %{_bindir}/*
91 %{_datadir}/%{name}
92 %{_datadir}/mime/packages/%{name}.xml
93 %{_desktopdir}/*.desktop
94 %{_iconsdir}/hicolor/*/*/*.png
95 %{_iconsdir}/hicolor/*/*/*.svg
96 %{_mandir}/man1/*
97 %{_sysconfdir}/gconf/schemas/*
This page took 0.093106 seconds and 4 git commands to generate.